You can modify default colors of your WordPress theme using color picker. You can change them in bulk like invert all colors, use grey scale etc.
Continue reading How To Modify Colors In Your WordPress Theme Without Editing CSS And PHP ?
You can modify default colors of your WordPress theme using color picker. You can change them in bulk like invert all colors, use grey scale etc.
Continue reading How To Modify Colors In Your WordPress Theme Without Editing CSS And PHP ?
Easily enforce automatic creation of links over given words across WordPress Multisite installation. WordPress plugins repository is having a simple, light and powerful plugin that allows you to do so. It works in single WordPress installations too.
Continue reading Enforce Automatic Creation Of Links From Words Across WordPress Multisite Network
Get support for more than 30 useful shortcodes in your WordPress site. Easily create buttons, boxes, different sliders, quotes etc. Using Shortcodes Ultimate, a WordPress plugin you can quickly and easily retrieve many premium themes features and display it on your site.
Continue reading 30+ Shortcodes For Your WordPress Site
Here are four plugins you can use for displaying animated tag cloud in WordPress.
Continue reading Best Plugins For Displaying Animated Tag Cloud In Your WordPress Site
There are two good working WordPress plugins available that allows you to display recent or random posts from a set of tags or categories in your WordPress site’s widget areas. All you need to do is Install-activate them and you display posts by categories and tags from Appearance -> Widgets page.
Continue reading WordPress Widgets For Displaying Posts By A Set Of Tags And Categories
Restrict non-admin members from adding new pages in your WordPress site.
Continue reading How To Restrict Users From Creating New Pages On WordPress ?
New BuddyPress plugin allows you to manage notification system for all of your BuddyPress site members. Admins can manage all notifications settings including notification settings added by other plugins. After activation settings are applied to new members indivisibly. You can also disable access to notifications page for all members if you like.
Continue reading Manage Buddypress Email Notifcations Settings On One Screen For All Members
Add tags automatically rather than manually. Using Automatic Post Tagger plugin by Devtard all you have to do is create a list of tags with related words for each of them and this plugin automatically adds relevant tags when a post is published or updated. Also it offers you the feature to import those tags which are already present in your database and assign them to all posts.
Continue reading Automatically Add User Defined Tags To Your WordPress Blog Posts
You might have seen some sites displaying 125*125 static banner ads. WordPress repository has a plugin that provides you feature to create these banner ads easily. They can be run on specified number of days, and will automatically be taken down. It track clicks too.
Continue reading Easily Create 125*125 Banner Ads In Your WordPress Site
A Facebook style ajax live search for WordPress based install, Ajaxy Live Search is a WordPress plugin which uses the same functionality as Facebook to retrieve the results from your blog.
Continue reading Facebook Style Ajax Live Search For WordPress
Everybody wants traffic but here is an option to block traffic from certain domain or IP.
Continue reading How To Block Visitors From Specified Domain Or IP Addresses ?
Hotlinking means showing images from other sites which increases bandwidth usage. You can stop Hotlinking in your WordPress site. All you need to do is open .htaccess file present in your WordPress root directory and the given code.
RewriteBase /
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?mysite.com/.*$ [NC]
RewriteRule .(gif|jpg|swf|flv|png)$ /feed/ [R=302,L]
WordPress plugin repository has a beautiful, automatic and dynamic “To Top” button to easily scroll long WordPress site pages back to the top.
Continue reading Dynamic “To Top” Button For Scrolling Long WordPress Pages Back To Header
Now make blogging more easy and fast by automatically adding most relevant tags to your WordPress blog posts.
Continue reading Automatically Add Most Relevant Tags To Your WordPress Blog Posts
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 ?
WordPress has a secret options page for site admins. Admin can access this page only by typing full page address.
Continue reading WordPress Hidden Options Page For Administrators
If you are looking for a plugin that exports ALL user data and meta data of your WordPress site to CSV then WordPress plugin repository has one good working plugin, using it you can get users data on spreadsheet. Even you can export the users by role and registration date range.
Continue reading How To Export WordPress Site Users Data And Metadata To CSV File ?
It is hard to organize grid column content in WordPress. Generally there are two methods for generating grid column content in WordPress. Either you have to use HTML or you need to add 20+ column shortcodes in your theme. Generally blog authors don’t like doing this as it gets lost after switching to new theme or running an update. I know there are many other methods for solving this problem but I am discussing about the easiest method so that it can be used by them who don’t know coding.
Continue reading Easiest Way To To Create Columnized Content In WordPress
Blog readers are not always ready to post comment for their like or dislike. You can add an option to like posts and pages so that your members and visitors can quickly like your posts by clicking the like button.