WordPress – Restricting Personal IPs on All in One Adsense and YPN!

This hack is to restrict personal IPs on All in One Adsense and YPN! extension for wordpress. The reason to add this code(hack) in, it’s because alot of the isp are using dynamic ips, or your company may only have a single ip sharing to thousands of employee. This is our current situation, and you don’t know how much your employee “LOVED” you by spam clicking on the links. This will hurt you if google decide that you are spamming on the ads.

First open the file “all-in-one-adsense-and-ypn.php” under wp-content/plugins/all-in-one-adsense-and-ypn/ and search for the following line of code.

global $user_level, $ai_loadnetwork;

above this line of code add the following code in, and change “Y.O.U.RIP”, “YOU.R.SECOND.IP” to your own ips. Use commas for multiple ips.
Continue Reading »

Adding style to your read more link (the_content)

introduction

In this post we are going to do a simple make over of the <-more-> link/button. We are going to add in a style class in this link.
Continue Reading »

Feedburner for your WordPress

introduction

Creating your WordPress feed (self-hosted WordPress)

For the best results using FeedBurner with your self-hosted WordPress site, we recommend the FeedBurner FeedSmith plugin (originally authored by the legendary Steve Smith). The plugin will detect all ways to access your feed (e.g. http://www.yoursite.com/feed/ or http://www.yoursite.com/wp-rss2.php, etc.), and redirect them to your FeedBurner feed so you can track every possible subscriber. It will forward for your main posts feed and optionally, your main comments feed as well.
Continue Reading »

Adding a top navigation on wordpress

introduction

What is Sliding doors?

Sliding doors CSS hack had been around for a long while. As this tutorial will walk you through how to add this hack to your site. The reason to add this quick and easy hack is because WordPress core functions wp_list_pages() and wp_list_categories() doesn’t support the function to add a span tag in this css menu. This hack is to insert the extra span which needed to create the menu.

Continue Reading »

Easy steps to install intensedebate to your wordpress

introduction

If the regular wordpress comments system are not enough for your viewer, you may want to take a look at intense debate system. It is a system that does magic in the field of comments.

With much greater management and functions with Intense Debate, this is a great module that makes organizing your comments much easier.
Continue Reading »