eurekaa
Member
Posted 4 years ago #
Hi ,
The Read me link and pictures in my post can be displayed on the front page with no problem , the functions work probably on the recent posts on the Front page only .
But when it comes to the Category pages I do not see the Read me lik displayed and instead I see […]
Also the pictures these in the beginning of my articles are not displayed on the Category page ..
to say it in short words , my problem is that the Read More link and pictures on header of my posts are hiddin and not displayed in the category pages these shows the recent posts , but its displayed fine on the homepage .
Read and edit your files...
the_excerpt
eurekaa
Member
Posted 4 years ago #
I read it and did not understand it :( , Im not expert with PHP .
The theme im using is Violator-11
I may put the source code of any files these required to investigate ... category.php , index.php or archive.php
eurekaa
Member
Posted 4 years ago #
Im sorry for posting all these cods , i do have much hope to resolve this problem with you
I deleted all that code. It is useless.
Go back and read the article again. Especially the very
first sentence:
Displays the excerpt of the current post with [...] at the end, which is not a "read more" link. If you do not provide an explicit excerpt to a post (in the post editor's optional excerpt field), the first 55 words of the post's content are used. Also in the latter case, HTML tags and graphics are stripped from the excerpt's content.
Which means: replace your the_excerpt tags with the_content. Why is this so complicated?