Viewing 2 replies - 1 through 2 (of 2 total)
  • You can completely remove the links by commenting out lines 30-33 in single.php. Caveat: will be overwritten if you update the theme – consider using a child theme for this.

    The easier solution is to just hide the links by adding this to your custom CSS:

    .single .post-navigation { display: none; }

    These links are not calendar-specific; it’s the standard blog post navigation of WordPress.

    HTH
    Sebastian

    Thread Starter Dennis Booker

    (@dabooker)

    Custon css for now child theme later. Worked perfectly.
    Thanks so much,
    Dennis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Next/Previous Links with Calendar’ is closed to new replies.