post pagination, featured image

Posted in: Newspaper
Post count: 41

Is there any way to keep the featured image on the page while the posts are paginated. Only first page it shows the featured image, but I want it to be seen from every page.

Post count: 3343

Hi,
I haven’t find a solution! Sorry for the delay!

Post count: 161

If you’re still not on the latest version (like me) then go to /includes/modules/module_modifier/ and comment out this line:

 //show only on the first page when we have posts with pages
        if (!empty($page) and $page > 1) {
           return;
        }

to look like this:

 //show only on the first page when we have posts with pages
        //if (!empty($page) and $page > 1) {
        //    return;
        //}

Use the search function to find the above code!

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