Category Archives: WordPress

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 ?

Free Contact Form Plugins For Your WordPress Site

There are many free and premium contact form plugins available for WordPress sites. I have been looking for a light and simple contact form plugin for my site. I searched it and found many but most of the sites that provides list of contact plugins include both premium and free plugins, its fine but steps and time increases for the people looking for only free plugins because they have to visit plugin’s site and look is it free or not. Here the list I am posting contains only free WordPress contact form plugins. Check it out and use what works best for you.

Continue reading Free Contact Form Plugins For Your WordPress Site

Enforce Automatic Creation Of Links From Words Across WordPress Multisite Network

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

30+ Shortcodes For Your WordPress Site

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

WordPress Widgets For Displaying Posts By A Set Of Tags And Categories

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

Control Every Single Widget Visibility On Different Pages Of Your WordPress Site

Widget Manager Light gives you control over every single widget (including custom widgets) visibility on different pages of your WordPress site. After activating you can easily control widget visibility while adding any widget to sidebar or any other widget area.

Continue reading Control Every Single Widget Visibility On Different Pages Of Your WordPress Site

Manage Buddypress Email Notifcations Settings On One Screen For All Members

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

Automatically Add User Defined Tags To Your WordPress Blog Posts

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

Easily Create 125*125 Banner Ads In Your WordPress Site

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

How To Stop Hotlinking Via .htaccess?

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]

Dynamic “To Top” Button For Scrolling Long WordPress Pages Back To Header

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

How To Export WordPress Site Users Data And Metadata To CSV File ?

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 ?

Easiest Way To To Create Columnized Content In WordPress

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

Provide An Option To Like An Article For Both Members And Guests Of Your WordPress Site

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.

Continue reading Provide An Option To Like An Article For Both Members And Guests Of Your WordPress Site