How to hide author in post navigation on custom layout

Hi there,

if I insert post navigation I see three buttons. One without any lable or icon which links to author and the two obviously one with “prev” and “next”:

[ ] [ prev ] [ next ]

How can I hide the unlabled one?

Thank you,
Michael

Hi Michael,

Thanks for reaching out.
The Post Navigation element shows only two buttons for Prev and Next, there is no third button. It seems that you might be using any custom layout from Design Cloud, I would suggest you please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password
– Specific Layout where you are having this third button

To create a secure note, click the key icon underneath any of your posts.

Thanks

Hello @tristup,
thank you for helping me. Yes, I use a custom Layout by my own.

Hey @mickna,

I have logged in and checked your custom layout. I could not see the empty or unlabeled button. All I am seeing is this:

You may have resolved the issue or simply had a browser caching issue. Please clear your browser cache and test your site again.

Cheers.

Hello @ruenel,

that’s wired. Are you sure you used the second login and not admin? Please take a look at this capture. Tried with chrom and than Firefox.

Hello @mickna,

I have investigated the issue and I found out that you have nested the <a> HTML tag which is not allowed.

The Author element is a container and a link.
     - Grid 1
           Cell 1
           Cell 2
                 - Post Navigation is also a link
     - Meta 

You should reconstruct your element structures by making Cell 1 and the Post Navigation as link.

The Author element is a container
     - Grid 1
           Cell 1 - make this a link.
           Cell 2
                 - Post Navigation is also a link
     - Meta 

Hope this makes sense.

Perfect! Thank you. Made my day :slight_smile:

Glad to hear that, @mickna

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