March 16, 2012 – 11:29 pm
Today I have built a function for a client that does include a file from wordpress wp-content directory and I have made a shortcode to use this function within posts & pages or widgets the function is very simple and all it does is includes a file function my_func() { echo ‘<div id="testimonials">’; include(ABSPATH . [...]
October 19, 2011 – 12:01 pm
Its very simple to reserve wordpress comments and show the newest comments first , you can do that for top level comments or child comments, changing wordpress comments order is so simple, open up your theme comments.php file and find the following: and replace it with this to show newest comments at the top and [...]
August 18, 2010 – 10:02 am
Many of us sometimes forget our wp password and you won’t be able to retrieve your password if you have incorrect email address on file, do not worry if you forgot your wordpress password you can always reset it from phpmyadmin, in this small tutorial i assume your wp is hosted on cPanel control panel, [...]
Today I was trying to upgrade my wordpress installation to latest version and the upgrade failed and when I try to refresh the page or go back to wp-admin I get the following error Briefly unavailable for scheduled maintenance. Check back in a minute I’m sure you have had the same problem and that is [...]
Do you want to use a different header for each page? this small tutorial will show you how you can use a different header for each page in your wordpress installation , you can even use this code to show a different sidebar or even different footer , i have had a client lately who [...]
The wordpress widget ( Show recent Posts ) Allow you to show only recent 15 posts, this small tutorial shows you how you can change it to any number you want , you want want to show 40? or 50 recent posts it does not really matter , follow the steps bellow and you will [...]
in This small tutorial you will learn how to use wordpress as a Powerful CMS ( Content management System ) WordPress is better than other CMS , why ? You will be able to have a CMS and a Blog at the same time Google Loves WordPress , WordPress Pages/posts are indexed in google super-fast [...]
March 11, 2010 – 11:55 am
Installing a wordpress theme is really simple , follow the steps in the pictures below to install your theme Step 1 login to your wordpress administration area http://yoursite.com/wp-admin Step 2 on the left pannel under Appearance Click on Add New Themes Step 3 Now you can either search for themes and install theme or upload [...]