WordPress
PhpEsperto have best tutorials for WordPress, which helps you to understand the concept on particular topic. Here you can read blogs of WordPress which are most popular and useful tutorials on WordPress. Here you can find list of all important WordPress topics with example about WordPress.
Generate Dummy Posts in WordPress
With Generate Dummy Posts plugin, You can create dummy posts with featured images in just 1 click. Developers and designers often used dummy text to create or develop blogging wordpress....
- 2370 Views
- 14 Feb 2022
How to add captcha in Contact Form 7
Secure your website Contact Form 7 forms from bots and hackers using plugin Contact Form 7 Text CAPTCHA. Just place shortcode [captchacf7* input-captcha-cf7 id:input-captcha-cf7] in your form where you want....
- 2562 Views
- 14 Feb 2022
How to create a cron job in wordpress
Cron is a job scheduler which executes in specific time. It is a Linux OS software used to schedule time based jobs. Cron jobs are like commands which are execute....
- 3437 Views
- 29 Mar 2020
How to get form data in Contact Form 7
Contact form 7 is a wordpress plugin used to add form in a wordpress website without adding any custom code. Contact form 7 allow us an area in admin panel....
- 4227 Views
- 23 Mar 2020
Insert Update Delete Select query in WordPress
Here I will explain how you can insert, update, delete, select data in wordpress using custom queries. WordPress provides a global object variable for do this functionality `$wpdb`, which is....
- 5931 Views
- 23 Mar 2020
How to increase website speed
In this blog I will tell you some tips to increase your website speed. Most of the users prefer fast loading websites to view, they hates waiting to load websites.....
- 2384 Views
- 22 Mar 2020
Create plugin in WordPress in which create table in DB on activate
This blog is for beginner who ant ti learn who wants to learn how to build wordpress plugin. Wordpress allows us to use defaults core functions without creating them from....
- 3032 Views
- 22 Mar 2020
Create new tab under my account WooCommerce frontend
In this article I will show you how you can add new tabs with content in woocommerce user account page without any plugin. there are several plugins which can do this....
- 3508 Views
- 22 Mar 2020
Custom image sizes in WordPress
Default images in wordpress are thumbnail, medium, large, full. Default size of thumbnail is 150x150, medium is 300x300, large is 1024x1024 and full is default upload size. Wordpress allows to....
- 2034 Views
- 21 Mar 2020
Get posts by meta key and meta value in WordPress
In this blog i will show you how to get posts in wordpress using meta_key and meta_value. For this I will pass meta_query as arguments in WP_Query function to get posts with....
- 2425 Views
- 21 Mar 2020
Get all categories title by post id in WordPress
In this blog I will show you to get latest 5 posts in wordpress with category names within it, which are assigned to them. WordPress categories are the groups of blogs or....
- 1942 Views
- 21 Mar 2020
Get all categories from custom post type in WordPress
In this blog I will get all the categories of custom post type using taxonomy. For this I've created post type books using Post Type Generator nd my taxonomy is post_book.....
- 2035 Views
- 21 Mar 2020
Create separate search forms for products, posts types and posts in WordPress
I will show you how you can add transparent logo or icon watermark using php script on an image(s) and save result image(s). You can align logo or icon using....
- 1883 Views
- 21 Mar 2020
Create multiple headers, footers, sidebars for different templates in WordPress
First copy and paste theme header.php file and rename it in your current theme. i.e. header-customheader.php . After that open header-customheader.php file and according to your needs change your header....
- 1966 Views
- 21 Mar 2020
Get custom post types in WordPress
To get custom post types in wordpress, pass post type data i.e. taxonomy, term id, post type and post_per_page in `WP_Query`, `query_posts` or `get_post` function. I will use `WP_Query` Difference....
- 2008 Views
- 21 Mar 2020
Get logged in user info in WordPress
Use wp_get_current_user() function to get logged in user info. We can use wp_get_current_user() function without any argument. It will return an object, if user is logged in else return 0. We....
- 2161 Views
- 21 Mar 2020
How to upload multiple images or files from frontend in WordPress without any plugin
In this tutorial I will let you know about upload multiple images or files in wordpress with custom code on front-end. If you want to brings same functionality in your....
- 5567 Views
- 15 Mar 2020