Quote:
Originally Posted by ArsewithClass
I can see your idea, but considering it would only be blog posts & only 3 maybe 4, this wouldnt be much material to show what you have to offer.
I do like the idea of each post using a random plugin, at least everytime the surfer looks, they would see new material all the time 
|
No, there will be three or four posts per page (i havent decided how many yet) and 3 pages of posts. so the surfer will see at least nine posts before going to the join. I plan on having 20 or so posts in the blog database so that if the surfer returns, the chances are he'll see different posts
Quote:
Originally Posted by harvey
I don't think the way you're doing it is the best, but well, you can try something like this, didn't test it since I'd never do it that way, but just try it and see if it works:
Code:
<?php wp_reset_query();
if (is_page('4') )
{
echo "action you want to perform";
}
?>
|
Cheers,

it works, as in i get it to show up "action you want to perform" on the desired page. I just dont know the code needed to redirect to the desired page - I havent programmed anything in almost 20 years!