Add a four column widget area in Atahualpa theme’s footer of your WordPress site.
Continue reading How To Create A Four Column Widget Area In WordPress Atahualpa Theme Footer ?
Add a four column widget area in Atahualpa theme’s footer of your WordPress site.
Continue reading How To Create A Four Column Widget Area In WordPress Atahualpa Theme Footer ?
Use the following hack in your WordPresss theme’s function.php file for automatically adding all trackbacks into comment moderation list.
Continue reading Automatically Put All WordPress Trackbacks InTo Comment Moderation Queue
You can easily add custom content with your background, font size and border at the end of each WordPress blog post.
Continue reading Easily Add Custom Content After Each Post In WordPress
Now no need to hack theme’s function.php file, you have more easy option to add hacks in WordPress. Hacking function file is easy but keeping those hacks safe is not, everytime you update or activate another theme you have to edit its function file by adding all those hacks back which you were using before.
Continue reading Quick, Easy & Clean Way To Add Hacks In WordPress Without Touching Functions File
By default all images used inside your posts, pages and other post types in WordPress has some width in pixels and hence they are not responsive at all. In this tutorial we will show you how you can easily make your images fluid (responsive) so that they can be viewed on small screen devices too.
Continue reading How To Keep WordPress Blog Images Proportional And Smooth On Every Screen Size ?
You might have seen this feature in Wikipedia. It shows a random article button that allows you to quickly jump to a random article. You can add this feature in your WordPress site by following two simple steps, it makes your blog more engaging.
Continue reading How To Create Wikipedia Like Random Post Widget In Your WordPress Site ?
P2 is a group blog theme for short update messages, inspired by Twitter only for WordPress users. It doesn’t give you a header navigation by default but if you like adding a cool minimalist header navigation menu the you can do it very easily. Just follow simple steps mentioned here.
Following image shows how your navigation will look like after following given steps. You can easily change its look by editing CSS.
Continue reading How To Add A Cool Header Navigation Menu In P2 Theme Of Your WordPress Blog ?
Don’t want to allow RSS feeds in your WordPress site? there are many options available that allows you to disable RSS feeds.
Continue reading How To Disable RSS Feeds In Your WordPress Blog ?
Change default font style used by your WordPress post editor by following two simple steps.
Continue reading How To Change Default Font Style Used By Your WordPress editor ?
You can customize WordPress admin bar. You can change its color, size and other style by adding some custom CSS. Generally this is done by adding a function to your theme’s function.php file. Second method includes editing siteroot-> wp-includes->css-> admin-bar.css file but I would not recommend you changing the core css files. As far I know there are no plugins available that allows you add custom color to wp admin bar. Here I am discussing another method which easily customizes your wp admin bar without disturbing anything on your site.
If you like hiding WordPress theme editor from dashboard then all you need to is add a function in your theme function file. Copy and paste the following code in your theme’s function.php file editing the username given in the following code to you own. Changing the username in the following code will make theme editor visible to that admin who’s username is written in the code:
Continue reading How You Can Hide Theme Editor From WordPress Dashboard ?
If you like to upload a custom header image with a taller height in your WordPress P2 theme then you can easily do it by editing your theme’s function file.
Continue reading How To Modify Custom Header With Custom Width & Height In WordPress P2 Theme ?
If you don’t want people to add their website URL while posting any comment to your WordPress blog then you may remove URL field from the comment form by adding a filter in your theme’s function file.
Continue reading How To Remove Website URL Field From WordPress Comment Form ?
You can easily embed a live Twitter Hashtag search in your WP post. You may do this either by using a Twitter Feed for WordPress plugin (via shortcode) or by creating your own Twitter Widget
Continue reading How To Embed A Live Twitter Hashtag Search Inside A WordPress Post ?
Now you you how to customize your WordPress login screen, Limit Access To WordPress Login Page and Customizing Logo Of WordPress Login Page. Here in this tutorial I am discussing about adding a custom link to your WordPress login logo as default logo link points to WordPress.org
Continue reading How To Change Login Logo URL In Your WordPress Site ?
Creating Two-Tiered Conditional Navigation in WordPress – http://www.darrenhoyt.com/2008/02/12/creating-two-tiered-conditional-navigation-in-wordpress/
How to Separate Your Blogroll Categories – http://wphacks.com/wordpress-blogroll-code-separating-your-categories/
You can Highlight Author Comments automatically in a distinctive style in your WordPress site.
Continue reading How To Highlight Author’s Comment In Your WordPress Site ?
Create a page displaying your random blog posts in your WordPress site.
Continue reading How To Create A Page For Displaying Random Blog Posts In Your WordPress Site ?
If you like using custom CSS in your WordPress single posts using custom fields then you can easily do that reading this tutorial.
Continue reading How To Embed Custom CSS In Your Single Posts With Custom Fields ?
You can easily brand your blog more by using your own default avatar for comments. To say good bye to Mystery Man, follow these steps:
Continue reading How To Change The Default Gravatar For Comments In WordPress ?