I have downloaded SEO Roi long time ago, and try to modify it into Random link post.
I have failed the code. The idea is still working, by the time you refresh the page, your link is linked to a new random pages.
But my mod makes the same think all the page, so... would you guys help me out on this.
This is how you get random link:
$postings = get_posts('offset=0&numberposts=1&exclude=&orderby=rand');
$posme=$posme.get_permalink($postings[0]->ID);
Now... all you have to do is plug $posme to SEO roi filter function.
Can you guys help me out on this?
This is what I want:
Original page:
I want some explaination
After installation:
I want <a href="http://www.blabla.com">some</a> explaination.
When refreshed it changes the link page again:
I want <a href="http://www.blabla2.com">some</a> explaination.