Remove posts arrow links

Hi there ::
I’m using Ethos and I need to remove completely arrows between articles.
How to do this via function.php ? I want to avoid css solutions.
Many thanks guys

Hi There @vlad,

Thanks for writing in! To do that, first you need to setup a child theme and activate it by following our guide here (https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57). Then you can add the following code into your child theme’s functions.php file.

function x_entry_navigation() {
  // do nothing
}

Hope that helps.

1 Like

That works perfectly !! many thanks

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.