• Thanks for Ryu.

    I have a question about page navigation.

    If I go to my blog (https://theveranda.ca/theambler/), the navigation is a little bland. It just uses the words Older posts and Newer posts, with arrows.

    However, if I check a post through the archives (or single.php rather than index.php, if you prefer), the “fancy” navigation with the black circles appears.

    I’m using a child theme, but it’s the same in the “out of the box” Ryu.

    Has Automattic thought of adding the fancy nav to index.php?

    If I try adding the single nav to index, will I be looking at a world of woe? (I’m no expert in these matters.)

    Thanks.

    Clair Culliford

Viewing 1 replies (of 1 total)
  • Hi Clair,

    You’re right that the arrows should be styled consistently and, in my own set up of Ryu, the arrows appear the same across the blog page and individual posts.

    The reason the arrows aren’t styled in a consistent way on your blog page is due to the fact that quotes around the class names are duplicated here:

    <span class="“meta-nav”">←</span> 
    <span class="“text-nav”">Older posts</span>

    Did you edit the above code via your child theme? If so, can you please remove the duplicate quotes? The code should look as follows:

    <span class="meta-nav">←</span> 
    <span class="text-nav">Older posts</span>

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Ryu Navigation’ is closed to new replies.