Title: nazsect's Replies | WordPress.org

---

# nazsect

  [  ](https://wordpress.org/support/users/nazsect/)

 *   [Profile](https://wordpress.org/support/users/nazsect/)
 *   [Topics Started](https://wordpress.org/support/users/nazsect/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nazsect/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nazsect/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nazsect/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nazsect/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nazsect/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts in Page] How to show post excerpt on Top, Middle or Bottom of page](https://wordpress.org/support/topic/how-to-show-post-excerpt-on-top-middle-or-bottom-of-page/)
 *  Thread Starter [nazsect](https://wordpress.org/support/users/nazsect/)
 * (@nazsect)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/how-to-show-post-excerpt-on-top-middle-or-bottom-of-page/#post-6058400)
 * Didn’t realize anyone had responded to this.
 * My site is: **naz-sect.com**
 * The issue is right on the home page, I may have this resolved before you respond.
 * HTML and CSS may help, but my Theme doesn’t default any of my other text to the
   middle vertical alignment, it only happens with “Posts in Page” content.
 * Okay, so in my template page, I deleted the
 * _
    **`<div class="post hentry ivycat-post">` **
 * text and my content moved up a little bit, but still not quite at the top where
   I would like.
 * Any guidance on how to move it up more would be awesome! Great Plugin though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts in Page] Page Displaying Post it shouldn't be](https://wordpress.org/support/topic/page-displaying-post-it-shouldnt-be/)
 *  Thread Starter [nazsect](https://wordpress.org/support/users/nazsect/)
 * (@nazsect)
 * [11 years ago](https://wordpress.org/support/topic/page-displaying-post-it-shouldnt-be/#post-6214785)
 * 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??**
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts in Page] How to show post excerpt on Top, Middle or Bottom of page](https://wordpress.org/support/topic/how-to-show-post-excerpt-on-top-middle-or-bottom-of-page/)
 *  Thread Starter [nazsect](https://wordpress.org/support/users/nazsect/)
 * (@nazsect)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-to-show-post-excerpt-on-top-middle-or-bottom-of-page/#post-6058376)
 * I figured out if I remove the “div class” that I can get the text to move up 
   some…
 * Temporary fix for now if someone else is looking for a solution, try that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Related Posts] Change the font size](https://wordpress.org/support/topic/change-the-font-size-5/)
 *  [nazsect](https://wordpress.org/support/users/nazsect/)
 * (@nazsect)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-the-font-size-5/#post-5194619)
 * Thanks Petra! I did figure it out on my own.
 * Cool plugin btw
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Related Posts] Change the font size](https://wordpress.org/support/topic/change-the-font-size-5/)
 *  [nazsect](https://wordpress.org/support/users/nazsect/)
 * (@nazsect)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-the-font-size-5/#post-5194617)
 * I have the same issue, would like to change title (above the thumbnails)
 * [http://naz-sect.com/blog](http://naz-sect.com/blog)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts in Page] How to remove "Posted in… | Comments Off](https://wordpress.org/support/topic/how-to-remove-posted-in-comments-off/)
 *  [nazsect](https://wordpress.org/support/users/nazsect/)
 * (@nazsect)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-posted-in-comments-off/#post-4934250)
 * I figured out the problem, I’m using the X Theme. In the X Theme the php file
   has to be put in the child theme, NOT the parent theme.
 * Thanks for the great Plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts in Page] How to remove "Posted in… | Comments Off](https://wordpress.org/support/topic/how-to-remove-posted-in-comments-off/)
 *  [nazsect](https://wordpress.org/support/users/nazsect/)
 * (@nazsect)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/how-to-remove-posted-in-comments-off/#post-4934249)
 * I think I’m missing something here.
 * I successfully completed Step-1, but I don’t understand how to implement Step-
   2 on my page?
 * The current short code on my page is: `[ic_add_posts showposts='1'][ic_add_posts
   post_type='naz-sect-news']`
 * What exactly do I need to put to remove the category section?
 * **My Site:** [http://www.naz-sect.com](http://www.naz-sect.com)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact form 7] Removing green border from success message](https://wordpress.org/support/topic/plugin-contact-form-7-removing-green-border-from-success-message/)
 *  [nazsect](https://wordpress.org/support/users/nazsect/)
 * (@nazsect)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-removing-green-border-from-success-message/#post-4854396)
 *     ```
       div.wpcf7-mail-sent-ok {
       	border: 0px solid #398f14;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Side Tab] Tab not showing properly on right side](https://wordpress.org/support/topic/tab-not-showing-properly-on-right-side/)
 *  Thread Starter [nazsect](https://wordpress.org/support/users/nazsect/)
 * (@nazsect)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/tab-not-showing-properly-on-right-side/#post-5558751)
 * Oh yeah I’ve already moved on since I first posted this 2 months ago, I’m not
   using anymore.
 * Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)