Title: Remove Latest Post
Last modified: August 22, 2016

---

# Remove Latest Post

 *  Resolved [mario_mge](https://wordpress.org/support/users/mario_mge/)
 * (@mario_mge)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-latest-post/)
 * Good afternoon:
    wanted to ask if you can remove the bar “latest post” and how.
   [http://i62.tinypic.com/op8to9.png](http://i62.tinypic.com/op8to9.png)
 * Thank You

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

 *  [mdivk](https://wordpress.org/support/users/mdivk/)
 * (@mdivk)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-latest-post/#post-5792401)
 * I also want to know how to disable or enable the “latest post” loop, thanks.
 *  [MJPMJPMJP](https://wordpress.org/support/users/mjpmjpmjp/)
 * (@mjpmjpmjp)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-latest-post/#post-5792411)
 * In the file **header.php** remove the following lines:
 *     ```
       <div class="header-latest-posts f-left">
         <ul id="js-latest" class="js-hidden">
           <?php foreach( $recent_posts as $recent ): ?>
   
           <li><a href="<?php echo get_permalink( $recent["ID"] ); ?>" title="<?php echo esc_attr( $recent['post_title'] ); ?>"><?php echo $recent['post_title']; ?></a></li>
   
           <?php endforeach; ?>
         </ul>
       </div> <!-- .header-latest-posts -->
       ```
   
 *  [mdivk](https://wordpress.org/support/users/mdivk/)
 * (@mdivk)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-latest-post/#post-5792412)
 * Thanks
 *  [mdivk](https://wordpress.org/support/users/mdivk/)
 * (@mdivk)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-latest-post/#post-5792413)
 * Actually the lastest post could be used as “latest news:”
 * How can I increase the width of it?
 * Thanks.
 *  [MJPMJPMJP](https://wordpress.org/support/users/mjpmjpmjp/)
 * (@mjpmjpmjp)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-latest-post/#post-5792414)
 * The width of what? Do you mean the red part with Latest Post in it or the part
   where the title of the post is in? And aren’t those already width enough?
 *  [Dennis Relojo](https://wordpress.org/support/users/dennisrelojo/)
 * (@dennisrelojo)
 * [11 years ago](https://wordpress.org/support/topic/remove-latest-post/#post-5792439)
 * When the title of the post is long it is being cut off. Here is my site: [http://www.slumdogtraveller.com/](http://www.slumdogtraveller.com/)
 * How do I resolve this?
 * Thank you in advance.
 *  Theme Author [Rigorous Themes](https://wordpress.org/support/users/wpgaint/)
 * (@wpgaint)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-latest-post/#post-5792440)
 * Hello.!
    Thanks for using a ProfitMag Theme.. Actually,your site seems ok.The
   title of the post are positioned. And about increasing the width of the sidebar
   width,it is default.. And those sidebars are already wide enough.. If you need
   anyhow then please contact further with our live support team.. =>> wpgaint.com
   Thanks !!
 *  [hulusioflas](https://wordpress.org/support/users/hulusioflas/)
 * (@hulusioflas)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-latest-post/#post-5792452)
 * Hi Guys;
 * I want to change “latest post” to another language or another text for ex. “flash
   post”. How can I change that words?
 *  [mdivk](https://wordpress.org/support/users/mdivk/)
 * (@mdivk)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/remove-latest-post/#post-5792453)
 * I remember it’s some where in a css file, check it there
 *  [pozzana](https://wordpress.org/support/users/pozzana/)
 * (@pozzana)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-latest-post/#post-5792456)
 * Thank you guys. My problem was solved with your help!

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

The topic ‘Remove Latest Post’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/profitmag/3.0.2/screenshot.png)
 * ProfitMag
 * [Support Threads](https://wordpress.org/support/theme/profitmag/)
 * [Active Topics](https://wordpress.org/support/theme/profitmag/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/profitmag/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/profitmag/reviews/)

## Tags

 * [post](https://wordpress.org/support/topic-tag/post/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 10 replies
 * 7 participants
 * Last reply from: [pozzana](https://wordpress.org/support/users/pozzana/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/remove-latest-post/#post-5792456)
 * Status: resolved