Reset password in wordpress from database directly
There are a lot of tables in any wordpress installation, in order to reset user password password we have follow some simple steps as : Step 1 Find out your wp_user table. Step 2...
Wordpress themes development
There are a lot of tables in any wordpress installation, in order to reset user password password we have follow some simple steps as : Step 1 Find out your wp_user table. Step 2...
Following are common arguments that may be passed to get_posts() query. Array Parameter posts_per_page Number of posts displayed per page offset If you have your blog configured to show just one post on the...
Files and Structure You will find four HTML files we’re going to convert (one for each PSD): index.html – The homepage design blog.html – A blog post listing page directory.html – A business listing...
I plan on using the best practices that I know, including the ones laid out in the WordPress Codex.3 This means that I will do my best to write correct markup, name variables properly,...
Since WordPress 3.0, WordPress has added the ability to create and manage navigation menus from right within WordPress. To create new menus: Go to Appearance >> Menus. Create a new menu by pressing the...
Adding and editing pages are essentially the same as adding and editing posts. Click the Pages tab. Click the Add New sub-tab. Start filling in the blanks: title, body text, etc. Select the parent,...
Here are the basics for creating a post in WordPress. It’s in the Posts section that you will add blog posts, news articles, and anything else that gets updated regularly. This is also how...
get cat name() : Retrieve the name of a category from its ID. Usage Example (On category.php page)
in your archive.php, find the code: and replace it with:
posts_per_page= is used to limit the number of posts that are retrieved by query_posts() wordpress loop Example :
Our task is to remove footer version that is displayed on the admin login as : Step 1 : Go to : <Your project root directory>\wp-admin\includes\update.php > find a switch statement Step 2: Remove...
The WordPress user feature could be confusing for some of us in the beginning. Therefore, to remain effective and efficient, it is paramount to understand the different roles that are available when creating users...