Category: Wordpress Hooks
-
How to Change the author slug WordPress?
Welcome to therichpost.com. In this post, I will tell you, How to Change the author slug WordPress? Like I always say WordPress is the best cms. Here is the working code for Change the author slug WordPress and you need to add this into your theme’s functions.php file: add_action(‘init’, ‘cng_author_base’); function cng_author_base() { global $wp_rewrite; $author_slug…
Written by
-
How to Require minimum comment length for post in wordpress?
Welcome to therichpost.com. In this post, I will tell you, How to Require minimum comment length for post in wordpress? Like I always say WordPress is the best cms. Here is the working and tested wordpress hook for Require minimum comment length for post in wordpress and you need to add this into your theme’s…
Written by
-
WordPress hook Remove admin Pages if user not Super Admin
Hello, welcome to therichpost.com. In this post, I will tell you, WordPress hook Remove admin Pages if user not Super Admin. WordPress is the best cms. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about wordpress. Now I am…
Written by
-
How to Override WordPress Child Theme styling to Parent theme?
Hello, welcome to therichpost.com. In this post, I will tell you, How to Override WordPress Child Theme styling to Parent theme? WordPress is the best cms. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about wordpress. Now I am…
Written by
-
WordPress hook to Save contact form 7 data into custom db
Hello, welcome to therichpost.com. In this post, I will tell you, WordPress hook to Save contact form 7 data into custom db. WordPress is the best cms. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about wordpress. Now I…
Written by
-
How to Add Featured Image to WordPress RSS Feed?
Hello, welcome to therichpost.com. In this post, How to Add Featured Image to WordPress RSS Feed?WordPress is the best cms. I personally like it very much and my mostly posts are related to wordpress. We will How to Add Featured Image to WordPress RSS Feed with wordpress add filter hook and here is the working code…
Written by
-
How to remove the user avatar from WordPress admin toolbar?
Hello, welcome to therichpost.com. In this post, I will tell you, How to remove the user avatar from WordPress admin toolbar? Like I always say WordPress is the best cms. Here is the working code to remove user avatar from wordpress admin toolbar and you need to add this into your theme’s functions.php file: add_action(‘admin_head’,…
Written by
-
Redirect WordPress guest user if he tries to access a specific page
Hello, welcome to therichpost.com. In this post, I will tell you, Redirect WordPress guest user if he tries to access a specific page. Like I always say WordPress is the best cms. If guest user, in our wordpress website and we don’t want guest user to access our wordpress page then we can redirect that…
Written by
-
WordPress hook load wp_enqueue_style only for specific plugin admin page
Hello, welcome to therichpost.com. In this post, I will tell you, WordPress hook load wp_enqueue_style only for specific plugin. Like I always say WordPress is the best cms. In this, I will tell you, If you want to load style for specific plugin admin page then please use below trick and here is the working…
Written by
-
How to add more panel or section into your WordPress customizer?
Hello, welcome to therichpost.com. In this post, I will tell you How to add more panel or section into your WordPress customizer? WordPress is the best cms. WordPress hooks(add_action, add_filter) give us the power to edit or change the code without interruption into the files and this is the best thing about wordpress. WordPress give customizer options to…
Written by