Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1365864
    ab98004702
    Participant

    Hi,

    I’m trying to switch the places of the featured image and the post title/meta in a single post view, and was hoping you could help.

    At the moment, with default configuration, the post shows like this:

    [image]
    [title]
    [meta]

    I’d like it to show like this

    [title]
    [meta]
    [image]

    Note that I’m looking to make this change without affecting how posts look like when in a list.

    Post page (where I want to make the change): http://optimumfeedback.com/blog/fail-as-a-manager/
    List page (which I’d like to keep intact): optimumfeedback.com/blog/

    Many thanks,
    Bryan

    #1366102
    Nabeel A
    Moderator

    Hi Bryan,

    Thanks for writing in! Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    (function($) {
    	$('.single-post article').find('.entry-featured').insertAfter('.entry-header');
    })(jQuery);

    And then add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .single-post .x-main.full .hentry .entry-featured {
        margin-top: 0 !important;
    }

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-1365864 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>