Tagged: x
-
AuthorPosts
-
October 11, 2016 at 9:59 pm #1212421
AnnaKuhlParticipantHi 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!
October 12, 2016 at 5:50 am #1212760
ThaiModeratorHi 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 🙂
October 20, 2016 at 6:58 pm #1224602
AnnaKuhlParticipantWorked perfectly. Thank you so much! 🙂
October 20, 2016 at 11:00 pm #1224918
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1212421 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
