Tag Archives: WordPress

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

WordPress Widget For Displaying Links To All Social Media And Custom Profiles

There are many WordPress widgets available for displaying links to social media profiles but the widget I am discussing here is Social Media Widget and it is the best one, best because it allows you to add almost all social media profile links easily and also you can add custom profile links too. You can choose from tons of icons which comes in 3 sizes or you can add your own icons. Other than social media profile links it offers you to add links to many more services, email, rss and much more.

Continue reading WordPress Widget For Displaying Links To All Social Media And Custom Profiles

Show Popular Posts Based On Data Collected By Jetpack Or WordPress.Com Stats Plugin

WordPress.com Popular Posts is a WordPress plugin for Self Hosted WP Sites, it simply displays your popular blog posts on your sidebar based on the data collected by Jetpack by WordPress.Com plugin or WordPress.Com Stats plugins.

Continue reading Show Popular Posts Based On Data Collected By Jetpack Or WordPress.Com Stats Plugin

How To Popup Facebook, Twitter And Google Plus Sharing Buttons In WordPress ?

Display social sharing buttons for Facebook, Twitter and Google Plus in a pop-up for increasing sharing of content in your WordPress based site.

Continue reading How To Popup Facebook, Twitter And Google Plus Sharing Buttons In WordPress ?