Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #840206
    #840902

    Hey enfold4phil,

    Just add another selector to the function from that thread, here is the code:

    
    function move_postmeta(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery( ".page .template-blog header.entry-content-header, .single-post .template-blog header.entry-content-header, .blog .template-blog header.entry-content-header" ).each(function() {
    jQuery( this ).find( ".post-meta-infos" ).insertBefore( jQuery(this).find('.big-preview') );
    });
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'move_postmeta');
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #841115

    That worked wonderfully!! THANK YOU!!!!!!!!!!!!!!!!!! :-D

    You can close this topic now :)

    #841131

    Hi,

    Glad Victoria helped you and thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Move meta data between blog title and blog content – on the primary /blog page’ is closed to new replies.