Hy,
I am using a template that displays the entire post in the Archive of categories. Can I add some code so that only a part of the text will be displayed, let's say....20 rows? And if yes, where?
Thanks, Alex
Hy,
I am using a template that displays the entire post in the Archive of categories. Can I add some code so that only a part of the text will be displayed, let's say....20 rows? And if yes, where?
Thanks, Alex
See if the first four questions help
http://codex.wordpress.org/FAQ_Layout_and_Design#Text_and_Content_Display
in your code probably under file named archive.php look for where it says <php get_content(); ?> assuming that it says that replace that with <?php the_excerpt(); >? that will give u the excerpt of the blog. let me know if that works.
Yes, that worked, ty a lot noobmatic...
but, for me, it was displayed the_content instead of get_content. however, same stuff. :)
thanks a lot, once again!
This topic has been closed to new replies.