• How to take out the tags and cat from the post entry footer and put the by the date of the post without the image of the folder and tag?

Viewing 1 replies (of 1 total)
  • Hi,

    You can hide the categories and tags link in the post footer using the css code below:

    .entry-meta .cat-links, .entry-meta .tags-links {
        display: none;
    }

    But to move the post date to the post footer, you to modify the PHP files. and I suggest you to create a child theme first

Viewing 1 replies (of 1 total)

The topic ‘put tags’ is closed to new replies.