• Resolved kingschild2016

    (@kingschild2016)


    well the tittle pretty much explains it, can i remove those things from the post excerpt? i would like to remove instead of hide, because if i just hide these I THINK they will still be there and as i understand they will be followed by crawling bots which will then pass PA juice to them. I wouldnt like leaks to archive pages like tags, as i manually pass juice from within posts to certain categories because i want them to rank.

    And ofcourse i would still rather hide them if i cant remove them as i think it would look more nice visually without than with, i also think my website is pretty much good with navigation so these “features”(dont know what to call them lol) are unnecessary in my situation.

    i would also like to remove the “posted in” and tags from inside the post, if this is worth another post i sure dont mind making one, but as i would like to remove the same things i think i can put under the same post, anyway the “posted in:categories” on inside the post is under the post title and the tags are at the bottom of the page, also i dont mind the “date box” inside the post just not on the excerpt…

    I have searched this forum and others but couldnt find solutions, i have tried other forums at first and when the codes that i got suggested dint work they said i should come to the themes forum(which i probably should have done in the first place) So if you have any solutions i would be really grateful and thanks in advance!

    website category page: https://fungadgetworld.com/cool-fun-gadgets/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Within the free theme, you’re limited to hiding the elements with CSS:

    .postcontent .subhead {
        display: none;
    }
    
    .postdate {
        display: none;
    }
    
    .postcontent footer {
        display: none;
    }
    
    .post .subhead {
        display: none;
    }

    Add that to Theme Options> Advanced Settings and it will hide all of those elements.

    Virtue Premium has toggles built in to turn those elements OFF and ON.

    -Kevin

    Thread Starter kingschild2016

    (@kingschild2016)

    hey thank you so much for those, and yes i guess i will have to go premium in the future as my website grows.

    also i found that the code below has no effect so unless i have to have it its not pasted

    .postcontent .subhead {
    display: none;
    }

    also can you help me with removing/hiding the tags which are on the bottom of each post page?

    That CSS removes the tags from the head of the post (the text from your second screenshot)

    This CSS will remove the footer text in the above screenshot:

    footer.single-footer {
        display: none;
    }

    Let me know how that works.

    -Kevin

    Thread Starter kingschild2016

    (@kingschild2016)

    well it seems the code below removes the category tags on both post excerpt and tags on the head of the post,

    .post .subhead {
    display: none;
    }

    just as the code for the date removes on both the post excerpt and from within the post. And i think il keep the date as the excerpt looks too empty without category and tag tags.

    And yes this code worked, thank you very much, my site looks and feels so much smoother to me now. Also if you still have some spare time could you look into this post?

    https://www.ads-software.com/support/topic/removing-category-tittle-from-category-page/

    just as the tittle says, i just want to remove the tittle of the category on the category page, and once again thank for your help ??

    Sorry, I’m lost now.

    Do you now want the date to show on the category page?

    -Kevin

    Thread Starter kingschild2016

    (@kingschild2016)

    i thought i dint want the date, but without the date and the archive tags the post excerpt looks very empty, so i decided to keep the date, i hope my reason makes sense as it confused you lol..

    Also once again i have this one last customization i would like to do, if you can ??

    https://www.ads-software.com/support/topic/removing-date-from-virtue-recent-posts-widget/

    Alright, so everything here is all set?

    -Kevin

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘removing/hiding “posted in” “tags” and “date” from post excerpt and inside post’ is closed to new replies.