How to find the template for the Pagebuilder + latest articles + pagination

Posted in: Newsmag
Post count: 2

Where can i find the template to edit the homepage template?
I need to move the latest articles to the top of the page.

Post count: 35449

Hi,

The Page builder + latest articles + pagination is part of the page template, you can get this setting in pages open a page in editor http://prntscr.com/onaonw and in the right sidebar you’ll see the page attributes http://prntscr.com/onap1k select it and will appear at the bottom of page content http://prntscr.com/onap6b
Unfortunately there is no option in Newsmag to set the “Latest Articles” at the top of the page, this can be achieve with this theme only making changes in theme core.
Page templates documentation https://forum.tagdiv.com/newsmag-page-templates/

Hope this will help!
Thanks.

Post count: 2

How can i move it to the top? or how can i remove it without change the page template?

Post count: 35449

Hi,

If you want to move the “Latest Articles” to the top you’ll need to edit the theme core in wp-content/themes/Newsmag/page-pagebuilder-latest.php files, but this is not indicate, also those changes will affect all pages that have set that page template.
Also if you remove the “Latest articles” from the page this become the Default template for page, so you can use that page template without problems, if you still do not whant to change the template, theme you can use a custom css to hide this section of homepage.
.home .td-pb-article-list{
display: none;
}

The code need to be set on Theme panel>Custom code>Custom css

Thank you!

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