PHP Developers and WordPress developers some times comes across .htacess file. this file is configuration file for for security and
Common WordPress Errors and How to Fix
Syntax errors This error usually occurs when you are trying to add code snippets into WordPress and have accidentally missed
WordPress FAQ
Q. What are the types of hooks in WordPress a. There are two types of hooks 1) Action hooks 2)
Create change password Page
to create a change password page for user in WordPress just save the code into your current theme directory Create
Change WordPress default email
Every time someone submitted a comment on your blog, signed up as a user or did anything that required WordPress
WordPress post formats
WordPress allows you to switch on different post formats from a set list. You don’t have to use all of
WordPress Cheat sheet
This WordPress Cheat Sheet should be enough to get you started developing or tweaking WordPress themes. Basic Template Files style.css
Extend User Contact Fieds in WordPress
We can add lots of contact information, depending upon your needs. To extend user contact info, open the files and add
How to Display any External RSS Feed on Your WordPress Site
Do you know how bloggers who display their other blog’s feed on their site. You want to do it too for
Taxonomy filter for admin area
While working on custom post everybody struggles while sorting the posts by custom taxonomy, if you add a code for
Creating custom Post Type In WordPress
WordPress big advantage while comparing with other CMS is Custom Post type mechanism. Custom post type allows to create large
Correcting wp-admin 404 error for wordpress under IIS
If your server is on IIS and running WordPress and experiencing an issue where navigating to /wp-admin results in
WordPress Trends Infographic
Interesting story about WordPress on elegant themes View the full WordPress Trends Infographic designed by ElegantThemes.com.
How to Move a WordPress Site from One Server to Another
Step 1: Make a Local Copy of the Existing WordPress Site Files The first thing to do is connect to
PHP interview questions and answers
1) What does a special set of tags <?= and ?> do in PHP? 2) What’s the difference between include