badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

article tags

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #92548
    Daniel Lacatus
    Participant

    I want to hide article tags, is it possible? I use tags inside articles, not to appear twice.

    #92595

    Hi Daniel Lacatus,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .entry-meta .tag-links {
    	display: none;
    }

    Thanks

    #92639
    Daniel Lacatus
    Participant

    The first code worked perfectly. Thank you!!

    #93156
    xeinar
    Participant

    I would like to move the article tags position somewhere else in the posts and articles page. On which php files should I take action and which string should I search for?

    #93297

    Hi @xeinar

    Go to theme main directory/template-parts/content.php line number: 92 there you can find the tag list function which displays tags in single post page.

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.