Can you post a link to a page demonstrating the problem?
may be its the excerpt functions has did like this ..
change <?php the_excerpt();?> to the <?php the_content();?> in the code
can you post the code ???
yes
[Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use a pastebin. As it stands, your posted code was damaged/corrupted by the forum’s parser and has been removed.]
Svijeće “Djed mraz” Vilinska Prašina Cijena: od 19 – 29 kuna Tel: 091 …
As you are mentioned this right ???
If yes means
change
<?php
if(function_exists('the_excerpt_max_charlength')) :
the_excerpt_max_charlength(92);
else :
the_excerpt();
endif;
?>
to
<?php the_content();?>
yes, I mean this, ok all that code to change to this
<?php the_content();?>
yeees 🙂 it works 🙂 thanx thanx 🙂
can I be boring again? I have only one problem, in this code can i put there goes only articlef from 5 category I want?
[code moderated - don't post over 30 lines code - follow the forum guidelines for posting code - http://codex.wordpress.org/Forum_Welcome#Posting_Code - or even better, use the http://pastebin.com/ ]