Quote:
Originally Posted by harvey
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
|
I'm still getting the same error on the same line.