![]() |
[SOLVED] Working Links & Structure on Frontpage Posts
|
Not sure what you are asking...
|
I think I understand. On the home/blog page, you want to see the HTML fully rendered on the post excerpts. For example, you want the links on the excerpts to be active (clickable) from the home page. By default, WordPress doesn't allow excerpts to contain HTML tags, because of the possibility that an opening tag (like an opening DIV or anchor tag) would be output without the corresponding closing tag if the portion being output as an excerpt is very long.
You can create excerpts which include HTML tags as follows:
|
Hey, thank you for your answer.
If, for example, I want to make an excerpt for links or a break, is it enough to enter HTML Code:
<a href=""></a> , <p></p> and <br/> |
Hi, thanks for your answer!
But what exactly do I have to enter into the except box? Html code like <a href=""></a> and <br/> (If I want links and breaks to work) ? |
You are responsible to put in the manual excerpt box ALL the text and HTML that you want to show up.
|
Alright, thank you!
One more thing: When I enter something into this box, a "read more" link will show up on the front page. But since the theme already creates a "read more" link by default, it shows up twice now. As you can see here: http://ijonathan.de/juedgemem. |
iSpectra, if you normally use the Visual editor to edit your posts, switch to the Text editor. The Text editor will display the HTML of the post. Then copy and paste the lines that you want from your post, including any HTML code like links or formatting tags, into the Excerpt field.
|
Quote:
|
What I did, instead of taking it out of the postformat.php file, was add this CSS to hide the "read more" coming from the excerpt function:
Code:
.post-bodycopy .post-readmore { |
Yep, that worked perfectly! Thank you all for your help!
|
All times are GMT -6. The time now is 02:47 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.