Display Multiple Smart List Items in one Page

Posted in: Newspaper
Post count: 4

Hello TagDiv Team,

I’ve just bought theme and started customization but I am unable to find a way to display multiple items in one list.

For example on current website I’ve paginated stories in which I’m displaying custom number of items let’s say on some post which contains list of 40+ things I display 8 items in one page so, that it will only create 5 pages to display 40 items instead of creating 40 pages.

I need this option as on my current theme I can do it and I’ve already posted lots of article in a same way all of that are indexed in Google. So now If I turn them to one item per page then It will create 40 pages instead of 5 and by doing that I’ll lose my current rankings.

Please help me with this.

Thanks,
– Harsh

Post count: 4

Hi TagDiv Team,

I’m taking following up for my above query of displaying the desired number of “smart list” items on a single page.

IF THIS IS NOT POSSIBLE THEN TELL ME HOW CAN I REMOVE PAGE NUMBERS FROM “POST PAGINATION”

I want to only display next and previous buttons on my post not all page numbers.

Something like this:

https://prnt.sc/s6y7qh

I’ve tried doing the same by editing many different “loop-single.php” files but not of them are working. As I’m using custom post style that I’ve created with the use of the tagDiv cloud library. Can you please help me with this?

I’ve tried to achieve the same with CSS but it is not working as when I add “display: none” everything stops displaying including next and previous links as well.

Please help me with this I’m feeling very stuck.

Thanks,
– Harsh

Post count: 35449

Hi,

Unfortunately there is no option or element to achieve what you need, but you can change the pagination from homepage, for example if you are using a posts loop (latest articles) you can use tagDiv Composer on page and the follow settings -> https://i.imgur.com/JzRFUqq.png also if you want I can help with a custom css to have that layout for next prev buttons, just provide me a link here I can inspect these elements.
If this is not what you mean, please provide some more examples with some screenshots.

Thank you for your understanding!

Post count: 4

Hi Calin,

No issue if this not possible, But in that case I need to customize normal post pagination check this post for example (http://159.89.154.18/top-10-list-test-post/)

Here you can see that on this post pagination is showing numbers but I only want to show next and previous links not page numbers.

Check this: I want to remove this kind of pagination.

https://prnt.sc/s79m76

Check this: I want to implement this kind of pagination instead of displaying all the available page numbers.

https://prnt.sc/s79oht

Hope this helps…let me know if you need any more inputs.

Thanks,
– Harsh

Post count: 35449

Hi,

If you want you can try a custom css, from this ->https://i.imgur.com/8FJH1rM.png in this -> https://i.imgur.com/jMDJpOJ.png
.page-nav-post .post-page-numbers {
display: none;
}
.page-nav-post .post-page-numbers:first-child, .page-nav-post .post-page-numbers:last-child {
display: block;
}
.page-nav i{
font-size: 13px;
padding: 8px 6px;
}
.page-nav-post a {
color: #fff;
background: gray;
}
.page-nav-post .post-page-numbers:last-child{
background: orange;
}
.page-nav-post .post-page-numbers .td-icon-menu-left:before {
content: '\e80c BACK';
}
.page-nav-post .post-page-numbers .td-icon-menu-right:before {
content: 'NEXT PAGE \e80d';
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!

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