• Hello.
    the plugin is working perfectly and hiding all the data but it is also hiding the tags at the end of post, and I don’t want it to. Is there any way to display the tags only, css or so ?
    Thank you in advance.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Daniel

    (@davil2008)

    there are other useful things at the end of the post such as author bio, built n social sharing and more. so I would like to ask if it’s possible to hide the header info as date, category and author, but enable all the footer content.

    Check the CSS class of the part that is being hidden and you don’t want it to be. See if it’s the same CSS class as the part you want to be hidden. if so, assign a new class if possible to the part you do not want removed.

    Thread Starter Daniel

    (@davil2008)

    were would you recommend checking first ?

    You have to check both, the text you want to be removed and the one you don’t want to be (and that is being removed by the plugin). First disable the plugin. Then use Chrome to do the job. Visit your website, select the text you want to check (what you want to be hidden — and after repeat it for the text you don’t want to be hidden), right-click and choose to inspect. Chrome will show you the codes, see the item class there. Verify if both items have the same CSS class.

    Thread Starter Daniel

    (@davil2008)

    OK, I’m checking and will come back to you.

    Thread Starter Daniel

    (@davil2008)

    I’m sorry to my delayed reply, I was in a family vacation. Yes, I have found out that each item that I want to hide has it’s own class, so how can I hide what I want now ?

    Thread Starter Daniel

    (@davil2008)

    OK, I managed with using this code in the custom css, for example :

    .entry-date{
    	display: none
    }

    Thank you so much for your support, it was very helpful !!

    No problem, glad you could do what you wanted. ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘display tags at end of post’ is closed to new replies.