Viewing 1 replies (of 1 total)
  • Thread Starter nazsect

    (@nazsect)

    I removed the news page until I figure out what I did wrong.

    What’s the best way to display 1 FULL post (with all content) on a page from 1 specific category?

    When I tried [ic_add_posts category=’naz-sect-news’] it just showed multiple post summaries NOT the full post.

    I have created a custom template php file with the code below.

    <!-- NOTE: If you need to make changes to this file, copy it to your current theme's main
    
    	directory so your changes won't be overwritten when the plugin is upgraded. -->
    
    	<!-- This is the output of the post TITLE -->
    
    </br>
    
    <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    
    	<!-- This is the output of the EXCERPT -->
    
    		<?php the_content(); ?>
    
    <!-- // End of Post Wrap -->

    Yet my issue remained. Any ideas??

Viewing 1 replies (of 1 total)
  • The topic ‘Page Displaying Post it shouldn't be’ is closed to new replies.