wp_title is WP funtion that displays or returns the title of the page. A separator string can be defined and it can be designated to print before or after the title of the page.
Read the rest of this entry »
wp_title is WP funtion that displays or returns the title of the page. A separator string can be defined and it can be designated to print before or after the title of the page.
Read the rest of this entry »
username_exist is a WP function that returns the user ID if the user exists or null if the user doesn’t exist.
Read the rest of this entry »
register_nav_menu() is a WP function that registers a single custom navigation menu in the new custom menu editor of WordPress 3.0. This allows for creation of custom menus in the dashboard for use in your theme.
Read the rest of this entry »
wp_reset_query() is a function that destroys the previous query used on a custom Loop. The function should be called after The Loop to ensure conditional tags work as expected.
Read the rest of this entry »
This Conditional Tag checks if any single post is being displayed. This is a boolean function, meaning it returns either TRUE or FALSE.
Read the rest of this entry »
If you love WordPress you can help it by completing the annual survey of WordPress users, developers and businesses.
I’m an WordPress learner myself and I know it’s hard to find free articles and resources from which you can increase your WP knowledge. Here are a few tips on how I learn and from where you can read free WordPress tutorials. About 25% of the new websites are using WordPress, so it’s very possible that someone has already done something you want to achieve ;)
Read the rest of this entry »
If you run a blog, magazine or any other website that has multiple authors, editors this little widget is very useful if you want to display an About Author below your articles. It will look similar to the one on this article or in the screenshot below.
Read the rest of this entry »
Did you ever wondered which CSS, JavaScript, JQuery or PHP libraries and plugins are used inside WordPress? If not, below is the full list with a small description for each.
Read the rest of this entry »