Site logo

Archived topic

Hook to fetch and show category.

5 replies · Started by Arnab Mohapatra on May 16, 2020

Viewing posts 1–6 of 6

Hi,
I wanted to fetch Category and show it above the title.

Example- https://d.pr/i/cVCeAL However, this is being added as {{post_terms.category}} shortcode and header elements.

But the shortcode doesn't work when placed in a hooks element. How do I fetch the category details in hooks?

I want to add category fields here https://d.pr/i/sYkZG6 .

Can you help me ?

Thanks
Arnab

Hi there,

add this CSS:

.entry-header .hero-category.cat-links  {
    display: block;
    margin-bottom: 1em;
}

Thanks, David,

It worked.

Glad we could be of help

This archived topic is closed to new replies.