Site logo

Archived topic

Links on category page not working?

5 replies · Started by William on March 16, 2021

Viewing posts 1–6 of 6

Hi there,

On the category page, none of the articles are clickable and all click through to the bottom result (same here as well).

How can this be fixed? It's a custom post category using a header element.

Hi William,

I see some weird issues going on in those pages and I don't believe it's related to GP.

Have you tried going through some debugging steps like temporarily removing all of your custom CSS to test?

Yes, just found it - it was a solution from GP actually to make the whole category clickable:

.entry-title a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
} 

I guess there is not a solution to do this without breaking other category pages?

You will need to be more specific in your CSS to target the specific pages you want the CSS to apply to.

Okay thanks very much anyway!

No problem :)

This archived topic is closed to new replies.