• Resolved alonbl

    (@alonbl)


    I know this subject has been questioned a lot, but I read all the posts about it and still couldn’t fix this.

    I use MH Edition lite and I want to move the date/author/comments/tags to the bottom of the post (or somewhere above the comments).

    Please view the files in the theme first because I couldn’t find the phrases people suggested to move.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi alonbl,

    thanks for using MH Edition lite.

    If you’re familiar with coding, you could create a child theme and then customize the theme accordingly based on your personal requirements. You could for example copy & paste the file content-single.php to your child theme and then move:

    <?php mh_post_header(); ?>

    after:

    <?php the_content(); ?>

    Or you could unhook mh_edition_lite_post_meta() and then use the content filter to implement the post meta data right after your content. Here you can find more information: Filter Reference / the_content.

    Thread Starter alonbl

    (@alonbl)

    I’m not familiar with coding…
    can you elaborate on the second way?

    Actually both methods require some coding because what you’re trying to achieve isn’t something that can be done without coding. However, in that case probably the first approach would be easier for you. That means you could use a child theme, copy the mentioned file to your child theme and modify it accordingly.

    If you’re not familiar with modifying code at all, then you also could hire a freelancer who can do it for you. Such minor customizations usually aren’t expensive.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to move post meta data to the bottom of the posts?’ is closed to new replies.