How to display small text or small paragraph in Posts Loop

Posted in: Newspaper
Post count: 7

Hi Newspaper,

1) I am using the posts loop to display my article 2 in a row and on my right side I add a sidebar for recent post
but my article shows only post images and titles how I will display below title small text or small paragraphs.

2) in the posts loop I want to hide this message Page 1 of 2 only shows the button
Please help on this issue.

Post count: 35449

Hi,
1. You need to enable the excerpt on the posts loop -> https://i.imgur.com/xyAVdqp.png for this you need to use the tagDiv Composer, edit the page, select the posts loop and search for “excerpt”.
2. The Page 1 of 2 are part from pagination, so if you want to change the pagination, then you can do it from here -> https://i.imgur.com/zYiWvtR.png if you want to remove only that text, then please use this custom css:
.tdb_loop .page-nav .pages {
display: none;
}

Please set the code in the theme panel > custom code> custom css.
Thank you!

Post count: 7

Thank you So Much. Do You Have a Video tutorial playlist I will learn these things.

Post count: 21065

Hello!

Check our video tutorials here: https://www.youtube.com/c/tagdivThemes/videos

Thank you!

Post count: 7

1. You need to enable the excerpt on the posts loop -> https://i.imgur.com/xyAVdqp.png for this you need to use the tagDiv Composer, edit the page, select the posts loop and search for “excerpt”.

How this text will get visible as bold

Post count: 21065

Hello!

You can find the setting in the Style tab of the element: https://prnt.sc/EoqTL8nQghxp

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.