Hide single post meta data (tagged with line) & toggle show/hide short code

  • Unknown's avatar

    How do I hide, when accession the post directly, the tagged with line post metadata. Tried looking everywhere.

    Also, is their a miracle toggle show/hide short code or specific CSS code that could let me display/hide text on pages or posts

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Are you looking to remove this section of your posts? :

    Screen Shot

    You can do that by adding this to your CSS:

    .post-categories {
    	display: none;
    }

    I see that you already have some code in there, so let me know if this is not what you mean!

    Cheers!

  • Unknown's avatar

    Hi Grace
    I just want to get rid of
    ” tagged with building materials, cement, concrete, environmental effects, limestone” that appears at the end of the post when viewed AND also not display date it was posted or author who posted the data.
    I am happy to keep the category black box/white ink that appears at the end of the post.
    It looks really unpleasant and untidy to read a post that has a long list of tagged items at the end, although these are mighty useful when setting up my search and category menus
    thanks

  • Unknown's avatar

    Thank you for the clarification! Yes you can do this by adding this:

    #content .postmeta, #content .meta-tags {
    	display: none;
    }

    Try that and let me know how it goes!

  • Unknown's avatar

    that’s fantastic, works like a dream.
    Next challenge for you to ponder.
    Is there a way to display a page thumbnail on a post.
    I can display the page hyperlink on a post using variations of [list-pages], but is there a way to display the page’s featured image and excerpt text of that page in to a post.
    i.e. is their a page equivalent for the following effect:
    [display-posts id="986" include_excerpt="true" image_size="thumbnail" wrapper="div"]

  • Unknown's avatar

    is there a way to display the page’s featured image and excerpt text of that page in to a post.

    So I’m a little confused about this. You can directly add a Featured Image to any post just like you do a page. If you edit a post there will be a a Featured Image module on the bottom right hand side of the page. After you add the image there you should be set.

    Cheers!

  • Unknown's avatar

    Thanks Grace.
    Sorry if I have not made myself as clear as I should have.
    An example of what I mean is shown on my web page
    http://secondaryscience4all.com/gcse-chemistry-aqa/gcse-chemistry/
    Here, I have, several posts listed, some with thumbnails (original featured images), and then I show the contents of the page which happens to be a table. I like this is use of image & headline post within a page.

    Now, is there a way of creating, in a similar fashion to above, image& headline pages excerpts within another page or post entry.
    Hopefully there is some short code [display-pages], but I can’t see this listed. Many thanks for your help

  • Unknown's avatar

    Hi there,

    You can use the display-posts shortcode for pages, too, like this:

    [display-posts post_type="page"]

    You can see all the options that shortcode allows on its support page here: Display Posts Shortcode

    Please let me know if I can do anything more to help with that. :)

  • The topic ‘Hide single post meta data (tagged with line) & toggle show/hide short code’ is closed to new replies.