• Home
  • Services and Offers
    • Website and Plugin Development for WordPress
    • Working with API in WordPress
    • Development of websites and applications on the Yii2 framework
  • Portfolio
    • Developed Websites
    • Developed WordPress Plugins
    • Plugin Multilang Perelink
    • Plugin My Maps
    • Plugin My Text Shortcodes
    • Plugin Redirects for Htaccess
    • Plugin Portfolio Light
    • Plugin Light Code Block
    • Other Developments
  • Blog
  • Reviews
  • Feedback form
WordPress +plugins ● Laravel ● Symfony ● Yii2 ● AlpineJS development

Order website or plugin development for WordPress, website development on the Laravel, Symfony, or Yii2 framework…

How to Hide Everything in the Footer from Indexing in WordPress
How to Hide Everything in the Footer from Indexing in WordPress

In today’s article, we’ll look at how to prevent the website footer from being indexed by search engine bots. Why might this be necessary? There are many possible reasons, including:

  • Hiding advertising links;
  • Hiding links to restricted sections of the website;
  • Content that should not be indexed;
  • etc.

read more...

2021-01-30 Pavel WordPress CommentsNo Comments on How to Hide Everything in the Footer from Indexing in WordPress
How to Disable Comments Programmatically in WordPress
How to Disable Comments Programmatically in WordPress

Sometimes you may need to programmatically disable the comment form. This can be done using the “comments_open” hook:

add_filter('comments_open', function($open, $post_id)
{
	return false;
}, 10, 2);

read more...

2021-01-23 Pavel WordPress CommentsNo Comments on How to Disable Comments Programmatically in WordPress
How to Attach an Existing Taxonomy to a New Post Type in WordPress
How to Attach an Existing Taxonomy to a New Post Type in WordPress

When working on third-party plugins or a purchased theme, we may encounter a situation where we need to attach an existing taxonomy (created by someone else) to a custom post type we’ve created (in our case, “fruits” — see this article).

read more...

2021-01-16 Pavel WordPress CommentsNo Comments on How to Attach an Existing Taxonomy to a New Post Type in WordPress
How to delete data from the database in WordPress via REST API using your Endpoint and API KEY
How to delete data from the database in WordPress via REST API using your Endpoint and API KEY

Today’s post concludes our series on custom Endpoints and API key access in WordPress API. As an example, let’s look at a case where we need to delete a post from the database by its ID, with data validation beforehand.

read more...

2021-01-09 Pavel WordPress CommentsNo Comments on How to delete data from the database in WordPress via REST API using your Endpoint and API KEY
How to update data in WordPress via REST API using your Endpoint and API KEY
How to update data in WordPress via REST API using your Endpoint and API KEY

We continue exploring the topic of custom endpoints in WordPress. Today we'll learn how to update data in the database using the WP API.

read more...

2021-01-02 Pavel WordPress CommentsNo Comments on How to update data in WordPress via REST API using your Endpoint and API KEY
1 2 3 … 22 Next »
Recent Posts
  • How to Hide Everything in the Footer from Indexing in WordPress
  • How to Disable Comments Programmatically in WordPress
  • How to Attach an Existing Taxonomy to a New Post Type in WordPress
  • How to delete data from the database in WordPress via REST API using your Endpoint and API KEY
  • How to update data in WordPress via REST API using your Endpoint and API KEY
Categories
  • Bootstrap
  • JavaScript
  • jQuery
  • Linux
  • MySQL
  • Notes
  • PHP
  • Web
  • WordPress
  • Yii2
Tags
Ajax API API-KEY Array Autocomplete Bootstrap Bower Category Comments CSS Date Datetime DB Endpoint footer function geo GridView Gulp HTML IP JavaScript jQuery jQuery UI Lessons MailChimp PHP Plugins post_type redirect REST SCSS SEO Shortcode Table Taxonomy Term Theme Timestamp TimeZone TinyMCE Twit Validation WYSIWYG Yoast

Layout, development of websites and plugins for WordPress on request. Web programming on popular PHP frameworks Symfony, Laravel, Yii2, VUE, AlpineJS.
Any use of site materials without the permission of the author and a direct indexed link to this resource is prohibited plance.top © 2015 - 2024
site map

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.