PHP Code change for Wordpress Plugin

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
secretireland
Forum Newbie
Posts: 1
Joined: Tue Jan 27, 2009 11:11 am

PHP Code change for Wordpress Plugin

Post by secretireland »

I am using a wordpress plugin called WP-O-Matic. It feeds RSS into my site and converts them to posts. The only problem is this –

When it opens the posts it opens them in the same window, thus my traffic leaves the site VERY FAST. I put the target attribute in the base file but it opened all the internal and external links in a new window, which, as you may or many not know, is against Googleads TOS. Now that I have reversed it, I am contemplating my page views dropping. Anyway – anyone know what PHP code to put into the plugin so it will only open the RSS Posts that have been converted to Posts and leave the category and ad links to open in the same window? Help would be GREATLY APPRECIATED. I know very little about PHP programming….
Post Reply