tareq1988 / wedocs

A documentation theme for WordPress
http://docs.wedevs.com
394 stars 129 forks source link

How to get title and excertp from article in section #39

Open ulcera opened 7 years ago

ulcera commented 7 years ago

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 commented 7 years ago

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

shumbo commented 7 years ago

@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.