Thursday, February 23, 2012

WordPress query object keys

December 22, 2010 by Ayo Akinyemi · Leave a Comment 

WP_Query Object ( [query_vars] => Array ( [showposts] =>  [cat] =>  [meta_key] =>  [error] => [m] => 0 [p] => 0 [post_parent] => [subpost] => [subpost_id] => [attachment] => [attachment_id] => 0 [name] => [static] => [pagename] => [page_id] => 0 [second] => [minute] => [hour] => [day] => 0 [monthnum] => 0 [year] => [...]

Disabling comments on media page, WordPress

September 13, 2010 by Ayo Akinyemi · Leave a Comment 

Comment out the code calling the comments template in your custom theme. For twenty ten theme, line 111 in the attachment.php file comment out

Comment Rating plugin not working with Thesis 1.7 Theme – Fix

May 18, 2010 by Ayo Akinyemi · Leave a Comment 

Modify /lib/classes/comments.php Change line 276 : if ($output) echo $output; To: if ($output) echo apply_filters(‘comment_text’,$output);