try replacing this
Code:
$my_paged = ($paged ? 1) * get_option(?posts_per_page?); <---this is the line thats
with this:
Code:
$my_paged = ($paged ? 1) * get_option('posts_per_page'); <---this is the line thats
__________________
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth
|