depending on your theme, edit category.php (or archive.php if there is no category.php http://codex.wordpress.org/Template_Hierarchy ) and look for the_excerpt();
http://codex.wordpress.org/Function_Reference/the_excerpt
some themes might be different.
Hi,
Thank you ! I will try this π
:(((
I tryed but with no success :((
I tryed this : http://codex.wordpress.org/Template_Tags/the_content
if you need to display all of the content:
<?php
global $more; // Declare global $more (before the loop).
$more = 1; // Set (inside the loop) to display all content, including text below more.
the_content();
?>
can you tell me please step by step what I need to replace or modify
and from Hierarchy#Category_display I dont have category.php . I have archive.php and index.php.
Thank you !!!
the_excerpt() or the_content() should be in the loop.
so don’t change much just find the_excerpt(); and change it to the_content(); in the category.php file
that’s it!
can you provide more details on what you have tried?
and can you post the name of your theme?
also, please paste the full code of category.php into a http://pastebin.com/ and post the link to it here?
(see http://codex.wordpress.org/Forum_Welcome#Posting_Code )
someone might be able to make some suggestions on how to proceed.
Hi,
theme is called Wpstream
and I found it here : http://speckyboy.com/2010/01/25/25-fresh-and-unique-wordpress-themes
nsathees, I did that and after that it was working but
some plugins stoped to work and wp-admin it did not worked properly…
alchymyth, can you maybe if you have free time download theme and see how is possible to that ?
thank you !
some plugins stoped to work and wp-admin it did not worked properly…
a simple change like that should not have these side effects;
can you paste the code of the template, where you made the changes, into a http://pastebin.com/ and post the link to it here?
it should work if you replace line 32 of the pastebin:
<?php the_excerpt() ?>
with:
<?php the_content(); ?>
It is working !!!!!!!!!!!!!! :)))))
Thank you !!!!!!!