Category: Wordpress Hooks
-
Post Author is Changed to Admin After his Post is Modified by Admin
Hello to all, welcome to therichpost.com. In this post, I will tell you, how to stop Post Author is Changed to Admin After his Post is Modified by Admin. If you are new in WordPress then you can check my old post related to WordPress and gain some information. I was working in my WordPress…
Written by
-
Best Practices – WordPress Plugin Making Part 2
Hello to all, welcome to therichpost.com. In this post, I will continue with, Best Practices – WordPress Plugin Making Part 2. Here is the first part : Best Practices WordPress Plugin Making In this plugin making code, I am creating page in wordpress admin pages section during plugin activation and I think, this is awesome. In this…
Written by
-
Best Practices – WordPress Plugin Making
Hello to all, welcome to therichpost.com. In this post, I will tell, Best Practices – WordPress Plugin Making. WordPress is the top CMS in the world and I personally like it very much. Today I am going to tell, how wordpress plugin will make with proper wordpress standards. In this post, I will create plugin folder-> …
Written by
-
WordPress Hook – Show Woocommerce Products Alphabetical Order
Welcome to therichpost.com. In this post, I will tell you, WordPress Hook – Show Woocommerce Products Alphabetical Order. Like I always say WordPress is the best cms. Many of my blog users say that, I write very less and this is true, I should increase my writing skills but my main motive is give code…
Written by
-
How to hide wordpress content from non logged in users?
Hello, welcome to therichpost.com. In this post, I will tell you, How to hide wordpress content from non logged in users? 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 add Enqueue Script and Style for Single page, Archive Page and Page Templates?
Hello, welcome to therichpost.com. In this post, I will tell you, How to add Enqueue Script and Style for Single page, Archive Page and Page Templates? 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…
Written by
-
How to disable WordPress admin dashboard for non-admin users?
Hello, welcome to therichpost.com. In this post, I will tell you, How to disable WordPress admin dashboard for non-admin users? 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 going…
Written by
-
How to get logged in user recently read posts in wordpress?
Hello, welcome to therichpost.com. In this post, I will tell you, How to get logged in user recently read posts in wordpress? 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
-
Woocommerce clear cart items when redirect on specific page
Hello, welcome to therichpost.com. In this post, I will tell you , Woocommerce clear cart items when redirect on specific page. WordPress is the best cms and Woocommerce is the best Ecommerce plugin. 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…
Written by
-
How to Exclude categories from RSS feed WordPress?
Welcome to therichpost.com. In this post, I will tell you, How to Exclude categories from RSS feed WordPress? Like I always say WordPress is the best cms. Here is the working code for Exclude categories from RSS feed WordPress and you need to add this into your theme’s functions.php file: function exclude_cat_wps($query) { if ($query->is_feed)…
Written by