Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1212421
    AnnaKuhl
    Participant

    Hi there

    I was wondering if there was a quick fix to move post tags into the post container on pages such as:

    http://workablewellness.com.au/blog/

    and

    http://workablewellness.com.au/learnt-womens-agenda-leadership-awards/

    All I want is them to be included in the white background area rather than floating over the site background image.

    Any help would be appreciated.

    Cheers!

    #1212760
    Thai
    Moderator

    Hi There,

    Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
    Then navigate to your child theme’s /framework/views/integrity directory create a file named content.php and paste the code below:

    <?php
    
    // =============================================================================
    // VIEWS/INTEGRITY/CONTENT.PHP
    // -----------------------------------------------------------------------------
    // Standard post output for Integrity.
    // =============================================================================
    
    ?>
    
    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
      <div class="entry-featured">
        <?php x_featured_image(); ?>
      </div>
      <div class="entry-wrap">
        <?php x_get_view( 'integrity', '_content', 'post-header' ); ?>
        <?php x_get_view( 'global', '_content' ); ?>
      	<?php x_get_view( 'integrity', '_content', 'post-footer' ); ?>
      </div>
    </article>

    Hope it helps 🙂

    #1224602
    AnnaKuhl
    Participant

    Worked perfectly. Thank you so much! 🙂

    #1224918
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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