Sorry, once more.
I need advert list (as default wordpress list for type “post”) with title ads, with thumbnails and with excerpt of ad.
Now only title and thumbnail in advert list displayed . No text, no excerpt.
Is there a way to make it?
Thanks.`
Hi,
hmm i am not exactly sure what do you mean by I need advert list (as default wordpress list for type “post”)
can you maybe post some screenshot that would explain it?
Sorry fo my english.
Here is foto. My idea: List of adverts with text and read more buton
https://photos.app.goo.gl/KjeyFzTnC51ZwBy27
Hi,
thanks, i see now, this is possible but will require some HTML/CSS knowledge, you would need to open the wpadverts/templates/list-item.php file and add there code that will display description or the excerpt something like this
<div class="the-ad-excerpt"><?php echo get_the_excerpt( get_the_ID() ) ?></div>
additionally, you will need a button/link and some JavaScript code that will show/hide the exerpt.