Category Archives: Wordpress

wp shortcode outputs showing on top or wrong location [solution]

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 . [...]

How to reserve wordpress comments to show newest to oldest

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 [...]

How to Reset wordpress admin password

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, [...]

WordPress Error: Briefly unavailable for scheduled maintenance

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 [...]

How to Make wordpress review plugin

wp different header for each page

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 [...]

Show More than 15 Recent Posts in wordpress Sidebar

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 [...]

WordPress as CMS

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 [...]

how to install wordpress theme

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 [...]