Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #899985
    yoggelino
    Participant

    Hello Support,

    currently I am working with your theme on my side:

    http://www.wirbelwunder.de

    and I have the following questions:

    – I would like to show also some text underneath the posts with pictures but it seems this option only works for posts without pictures / quotes.
    – Can I add social sharing in the overview page underneath each article as well? (like the portfolio)
    – Why are my tags not show underneath each posts like in your examples
    – Can I add category filters underneath the blog header? I could imagine that I need child pages for that the feature should look like the portfolio pages

    Thanks in advance
    Johannes

    #901340
    Friech
    Moderator

    Hi Johannes,

    Thanks for writing in! #1 Regretfully, at this time I am not entirely certain what it is you would like to accomplish. Would you mind providing us with a little more clarification on what it is you’re wanting to do (perhaps some screenshots).

    #2 Because this requires a template change, I’d advise that you setup a child theme.

    Then navigate to your child theme’s \x-child\framework\views\integrity\ directory, and create a file named content.php and paste the code below in there.

    <?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' ); ?>
        <!-- start entry share shortcode -->
      <?php if ( is_home() ) {
    	echo do_shortcode( '[share title="Share this Post" facebook="true" twitter="true" email="true"]' ); 
        } ?>
        <!-- end entry share shortcode -->
      </div>
      <?php x_get_view( 'integrity', '_content', 'post-footer' ); ?>
    </article>

    #3 Make sure you added a tag on your posts.

    #4 Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this.

    Thanks for understanding.

    Cheers!

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