NEXT BACK BUTTONS

Posted in: Newspaper
Post count: 20

Hi, Please i’m using default newspaper theme and i want to know how to add next and back button to a post
thank (y)

Post count: 18283

Hello !

In order to have Next and Back buttons you will have to activate them from your Theme Panel – Post Settings – Post and custom post types like here: https://www.screencast.com/t/rSWJdJgW

Thank you !

Post count: 20

Hello vlad, Thanks for answering, i don’t mean SHOW NEXT AND PREVIOUS POSTS i mean next and back buttons like this one : https://www.screencast.com/t/Q4KLFQMB

Post count: 18283

Hello !

In order to achieve this you will have to make some modifications. First of all add this css code into your Theme Panel – Custom Codes – CSS: https://www.screencast.com/t/vxXrGBIV

.td-post-next-prev-content {
align-items: center;
border-radius: 40px;
text-align: center;
display: inline-block;
margin-bottom: 40px;
width: 50%;
height: 50px;
background-color: black;
}
.td-post-next-prev-content a {
text-align: center;
margin-top:15px;
margin-bottom:5px;
color: white;
}
.td-block-span6 {
text-align: center;
width: 350px;
}

And you will have to make some modifications in PHP too following this path: legacy/common/wp_booster/td_module_single_base.php ( I have used Notepad++ to edit it )
and change the codes at the line: 929 ; 930 and 940 ; 941 like in here: https://www.screencast.com/t/AEgFOTDC

Thank you !

Post count: 20

i couldn’t find that path : https://www.screencast.com/t/QaPZ0T5LPNM

Post count: 18283

Hello !

The .php is located inside the td-composer plugin like here: https://www.screencast.com/t/IWc5sVeW

Thank you !

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