Thread: PHP Question
View Single Post
Old 08-24-2011, 03:23 PM  
BSleazy
Confirmed User
 
Industry Role:
Join Date: Aug 2002
Location: USA
Posts: 6,721
Quote:
Originally Posted by harvey View Post
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.
__________________
icq 156131086
BSleazy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote