• I’m using Storefront from woothemes, sample posting here https://jenniferfairdesigns.ca/crochet-baby-blanket-soft-colours/ (It’s a work-in-progress, content may change).

    I would like to remove (or move to the bottom) the “comment bubble” on the left, which says ‘leave a comment’ right now, but will say ‘1 comment’ when there is a comment on the post. I could disable comments, but it doesn’t move the post over to the left – I don’t like all that blank space on the left and want to justify the entire page the same.

    Thanks for any help! I hope I’ve explained things adequately.

    Jennifer

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey,

    You’ll need to move the post meta first, using add_action() and remove_action(). storefront_post_meta() and storefront_post_content() are both hooked in to storefront_loop_post with priorities of 20 and 30 respectively. By default the meta is rendered first in the markup, you’ll need it to be rendered _after_ the content.

    You’ll then need to apply a little CSS to line everything up. We recommend using our Theme Customisations plugin for customisations like this.

    Alternatively, if you don’t want to touch any code you could purchase our Storefront Blog Customiser extension which provides this exact functionality (and more).

    Thanks.

    Thread Starter jefair

    (@jefair)

    Thanks for the reply. I might give it a shot myself, but the Storefront Blog Customiser sounds interesting too.

    Good luck, let me know how you get on ??

    I would like remove “comment buble” and “Comments”, “Leave a Comment”. I use child theme. I install plugin “Theme Customisations” on the wp-content/plugins. And now, what I do ? (I’m french, excuse me for language!).
    https://ducourage.free.fr/?p=1#respond

    If you want to remove all comments, just disable comments in the WordPress settings ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Storefront] how to remove "comment bubble" and left justify posts’ is closed to new replies.