Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1228550
    shughesd
    Participant

    Hi,

    I want my full posts to show, only most recent with the rest just links, when clicking on the nav bar link.

    I see that I’m supposed to check Full Post Content on Index, which I have done. Nevertheless, only the title shows (but the title doesn’t show after clicking on the post, and I want both!).

    What else can I do? The posts are always going to be a series of images (jpgs of a pdf newsletter).

    Site: hgb.cappatagglehost.com. Nav item: newsletters.

    Thank you in advance!

    #1228749
    Rupok
    Member

    Hi there,

    Thanks for wriitng in! It seems you are referring the Category pages. We need to check your setup and some settings. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1229597
    shughesd
    Participant
    This reply has been marked as private.
    #1229644
    Christopher
    Moderator

    Hi there,

    please find and remove this CSS code from customizer:

    .single-post .entry-header {
        display: none;
    }

    Copy _content.php from framework/views/global and put it in the same path inside child theme, replace existing code with following :

    <?php
    
    // =============================================================================
    // VIEWS/GLOBAL/_CONTENT.PHP
    // -----------------------------------------------------------------------------
    // Display of the_excerpt() or the_content() for various entries.
    // =============================================================================
    
    $stack                     = x_get_stack();
    $is_full_post_content_blog = (is_home() || is_archive()) && x_get_option( 'x_blog_enable_full_post_content', '' ) == '1';
    
    ?>
    
    <?php
    
    if ( is_singular() || $is_full_post_content_blog ) :
      x_get_view( 'global', '_content', 'the-content' );
      if ( $stack == 'renew' ) :
        x_get_view( 'renew', '_content', 'post-footer' );
      endif;
    else :
      x_get_view( 'global', '_content', 'the-excerpt' );
    endif;
    
    ?>

    Hope it helps.

    #1229788
    shughesd
    Participant

    Hi! Thank you.

    I did those things. The only thing it seemed to help with is that I now have the title when I click on the full article. I still only get the title/link when clicking on the nav item ‘newsletters,’ whereas I need to see the whole article.

    Help?

    #1230481
    Nabeel A
    Moderator

    Hi again,

    You’ve selected this post’s format “23 October 2016” to be an image. Every format has a different way of displaying posts. I’ve changed it back to standard and now the whole content is visible on newsletters category page.

    Cheers!

    #1230501
    shughesd
    Participant

    Awesome! thank you. I must have just been trying anything to get it to work the way I wanted.

    Excellent support as always! I don’t know why I waste so many hours trying to figure things out on my own when you all are so responsive with the best answers!

    #1230906
    Rupok
    Member

    You are welcome. The more you explore the more you will learn and eventually it will help you in future.

    Cheers!

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