I’m also having this same problem, and it only started happening After I upgraded to version 2.5.
This is the website that’s automatically adding my posts to its front page: http://futbolquerido.com
Is there anything that can be done about this?
Hooray! Yes, that worked. Thank you very much for the assistance.
Thank you for pointing me in the right direction. It looks as though is_category is only useful for the page itself(and thus probably only useful in the Archives), but the in_category looks as though it gives more freedom. I still can’t seem to figure out where the php code is giving me a problem. Here’s my current code:
<?php if ( in_category(5) ) {
echo ‘<?php wp_link_pages(); ?>
<?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>’;
} else {
echo ”;
}
?>
The third line down is line 26 of my code. The error message that I’ve been receiving is:
Parse error: syntax error, unexpected T_STRING, expecting ‘,’ or ‘;’ (filepath to my index.php) on line 26