wedocs icon indicating copy to clipboard operation
wedocs copied to clipboard

How to get title and excertp from article in section

Open ulcera opened this issue 8 years ago • 2 comments

Hello, sorry for my english. I've a question. If I navigate to section page in frontend the theme see me my text and link about all article in this section. I would like to expand this link adding exerpt from article (or text within read more button) for better use, as in search result. It is possible? Where I can modify div "article-child well" element? Thansk a lot. Lorenzo

ulcera avatar Jan 05 '17 11:01 ulcera

I woul like to use /template/loop-content.php with the article in section page. I would like to replace the part in red with the structure contained on the page /template/loop-content.php Thanks articoli

ulcera avatar Jan 05 '17 11:01 ulcera

@ulcera Hi.

https://gist.github.com/shumbo/47735eafdaf2ca3004cd5be1393be8cf#file-content-single-php-L20-L55

I made some changes in templates/content-single.php to display title with link and its excerpt. Since loop-content.php is not so complicated template, I think just writing the code to show the excerpt in content-single.php is the easiest way.

I hope this would help you.

shumbo avatar Feb 18 '17 15:02 shumbo