Allow other user roles to access all in one seo settings
Hi all, today i am sharing a wordpress snippet for Allow other user roles to access all in one seo settings, means normally all in...
Hi all, today i am sharing a wordpress snippet for Allow other user roles to access all in one seo settings, means normally all in...
Got the solution for Rename WooCommerce Order Status, Means you can change WooCommerce default order status like “Processing”, “Completed” etc to your own custom status....
This plugin will enable a custom, flexible and super advanced recent posts, you can display it via shortcode or widget. Allows you to display a...
If you want to display size of file uploaded through ACF (Advanced Custom Fields) File field in your website, you can use the below code....
The repeater field allows you to create a set of subfields which can be repeated again and again whilst editing content! here is the code...
Would you like to reactivate the Purchased column removed in the last WooCommerce version but you don’t know how to do it? Easy! We have...
Advanced Custom Fields is the perfect solution for any WordPress website which needs more flexible data like other Content Management Systems. Visually create your Fields...
Code for displaying WordPress post list from a category in custom page <?php query_posts(‘posts_per_page=3&category_name=categoryslug’); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div...