• Resolved BosSnian_guy

    (@bossnian_guy)


    Can I delete “navigation.php” without causing any problem to theme? I dont want to see previous and next post option on single WordPress posts.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @bossnian_guy ,

    We appreciate you writing in,

    Deleting “navigation.php” is not enough to remove the previous and next post options. The PHP file calls function from other files as well and deleting all such files will directly affect your theme and might restore your site as well. So, we suggest you to remove the “previous” and “next” buttons by using custom CSS instead of deleting the flies.

    If you can provide us a link to your site, then we will be able to provide you a CSS code snippet in order to solve your issue.

    Regards,
    ThemeGrill Support Team

    Thread Starter BosSnian_guy

    (@bossnian_guy)

    Hi @bikku. Thanks for your answer!

    I already deleted ‘navigation.php’ and I don’t see any problem with site. Im using older version of Colormag 1.4.6 and I don’t want to update things which works good for me… and im writing this also cause I dont have custom CSS option which comes with newer version of your awesome theme.

    My site is: https://premijerno.com/

    I already searched whole forum for info and found custom CSS code which was confirmed that is working..
    .default-wp-page {
    display: none;
    }
    But as I don’t have option of custom CSS with this older version of ColorMag theme I deleted ‘navigation.php’ and for now everything works well. I also removed cache from site and tested all functions inside theme and they are working good as I see.

    I still want to listen your words about this cause you for sure know better then I am. I can also install some plugin for custom CSS and try this code which I posted before, if thats better?

    Hi @bossnian_guy,

    We appreciate your writing in.

    You can use plugins to add custom CSS for your site. We suggest you use the SSimple Custom CSS plugin for your site and add the custom CSS.

    Please write us back for any issues or queries.

    With Regards,
    ThemeGrill Support Team

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘navigation.php, previous and next post option’ is closed to new replies.