how to customise excerpts add "more" link to blog panel ?
-
Using WordPress 4.5.3 with Pique Child theme.
my site is here : https://lesbeauxebooks.com/I’ve just added a panel to display the latest blog posts to my static home page, and i’m having a bit of trouble getting it set up the way i want.
1. When i add a “more” link directly in the article, this is not taken into account when generating the excerpt, and only a very short snippet is displayed in the panel and in the posts page. I would like to have a slightly longer text and possibly a thumbnail-sized image.
Since the “more” links in the articles were not working i tried making a manual excerpt using the dedicated box in the editor. This worked more or less but it does not seem to include a “more” link at all, unless i add the html code myself, and in that case it does not use the “more-link” style as it should even though i applied that class in my code.
how can i get the manual break to be respected, and the “more” link to display in the proper style ?
Currently I have 2 articles displayed. The latest one, “Remontons le temps”, has a personalised excerpt which i made in the “excerpt” box in the article editor ; the text is correct but styling is minimal and the more link is not correctly styled. The earlier one is an automatic excerpt, with a very short text, *but* the more link is automatically included, and properly styled both in the panel (styled text link with arrow) and in the posts page (button).
2. Corollary question, I would like to modify the text of the “more” link used for blog posts. currently they look like this :
<a class="more-link" href="url" rel="bookmark">Lire la suite de <span class="screen-reader-text">? title ?</span></a>
i would like to move the “de” into the screen-reader-text span before the title of the article, which makes more sense :
<a class="more-link" href="url" rel="bookmark">Lire la suite <span class="screen-reader-text">de ? title ?</span></a>
which file is that code in ?
Thanks in advance for any help. Pique is a great theme and very robust, but my sad lack of php skills are getting in my way.
- The topic ‘how to customise excerpts add "more" link to blog panel ?’ is closed to new replies.