Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
bashibuzuk
tagDiv Member

Hello,
Maybe i’m wrong…
I needed the same thing – for the whole site… – The option is (unfortunately) missing but you can get it through the code

important >> In YOUR CHILD THEME
1 – Create a folder > name it “includes”
2 – Create in this folder a folder > name it “wp_booster”
3 – COPY the file “td_module_single_base.php” (from the “wp-booster” folder in “includes” folder from Newspaper theme) in your child-theme folder “wp_booster”
4 – FIND line 916
$next_post = get_next_post();
$prev_post = get_previous_post();

5 – TURN IT to
$next_post = get_next_post(true);
$prev_post = get_previous_post(true);

It works for me (?)

Viewing 1 post (of 1 total)