I’ve replaced the_content to the_excerpt but nothing happen. A cannot use plugins becouse with them does not work AJAXed WordPress. Is it possible to display full posts in archive section?:( ( like in post section… – ofc post is full… )
Ivovic, I luv you, but…
<?php
if(is_category(’14’))
echo ‘Lipsum’;
?>
Does not work… why?