Title: Warning??
Last modified: August 22, 2016

---

# Warning??

 *  Resolved [Rewitz](https://wordpress.org/support/users/rewitz/)
 * (@rewitz)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/warning-64/)
 * This happens everytime i try to install this theme. When i close it down i cant
   login in wp anymore?
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/bestildi/public_html/wp-content/themes/rambo/functions/template-tags.
   php:14) in /home/bestildi/public_html/wp-includes/option.php on line 748
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/bestildi/public_html/wp-content/themes/rambo/functions/template-tags.
   php:14) in /home/bestildi/public_html/wp-includes/option.php on line 749
 * Im new in here and i really need a simple guide how to fix this. This theme is
   great so i would really appreciate if someone could help me 🙂

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

 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/warning-64/#post-5858610)
 * Hi
 * for this
    replace template-tags.php **( Theme package >> functions Folder >> 
   template-tags.php )**file below code.
 *     ```
       <?php
       	if ( ! function_exists( 'rambo_post_meta_content' ) ) :
       	function rambo_post_meta_content()
       	{ ?>
       	<div class="blog_section2_comment">
       	    <a href="<?php the_permalink(); ?>"><i class="fa fa-calendar icon-spacing"></i><?php the_time(get_option('date_format'));?></a>
       	    <a href="<?php the_permalink(); ?>"><i class="fa fa-comments icon-spacing"></i><?php comments_popup_link(__('leave a comment','rambo') ); ?></a>
       	    <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) );?>"><i class="fa fa-user icon-spacing"></i> <?php _e("By",'rambo');?> <?php the_author();?></a>
       	</div>
       	<?php } endif;
       	// check weither the function with the same name exsist or not
       	if(!function_exists( 'rambo_post_pagination' )) :
   
       	function rambo_post_pagination()
       	{
       	?>
       	<div class="pagination_section">
       	        <div class="pagination text-center">
       	         <ul>
       	                <li><?php previous_posts_link(); ?></li>
       	                <li><?php next_posts_link(); ?></li>
       	        </ul>
       	        </div>
       	    </div>
       	<?php } endif;
       	// this function fetch the post featured images also you can specify the class
       	if(!function_exists( 'rambo_post_thumbnail' )) :
   
       	function rambo_post_thumbnail($class){
       	$defalt_arg =array('class' => $class );
       	if(has_post_thumbnail()):?>
       	                        <a  href="<?php the_permalink(); ?>" class="pull-left blog_pull_img2">
       	                                <?php the_post_thumbnail('media-object', $defalt_arg); ?>
       	                        </a>
       	                        <?php endif; } endif;
       	// This Function Check whether Sidebar active or Not
       	if(!function_exists( 'rambo_post_layout_class' )) :
   
       	function rambo_post_layout_class(){
       	if( is_active_sidebar('sidebar-primary')) echo "span8"; else echo "span12";
       	} endif;
       	//Call Permalink Exerpt
       	if(!function_exists( 'rambo_post_parmalink_excerpt' )) :
   
       	function rambo_post_parmalink_excerpt(){ ?>
       	<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
       	                        <p><?php the_excerpt();?></p><br>
       	<?php } endif;	?>
       ```
   
 * after that save template-tags.php file.
 * Thanks.
 *  Thread Starter [Rewitz](https://wordpress.org/support/users/rewitz/)
 * (@rewitz)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/warning-64/#post-5858749)
 * THXXXX bro number 1!
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/warning-64/#post-5858751)
 * Hi
 * I would like to know what rating assign your this theme..
 * Thanks.
 *  Thread Starter [Rewitz](https://wordpress.org/support/users/rewitz/)
 * (@rewitz)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/warning-64/#post-5858752)
 * I gif maximum 🙂
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/warning-64/#post-5858753)
 * hi
 * Open this link and please asssing rating this theme
 * [https://wordpress.org/support/view/theme-reviews/rambo](https://wordpress.org/support/view/theme-reviews/rambo)
 * Thanks.

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

The topic ‘Warning??’ is closed to new replies.

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

## Tags

 * [can't login](https://wordpress.org/support/topic-tag/cant-login/)
 * [theme problem.](https://wordpress.org/support/topic-tag/theme-problem/)
 * [warning](https://wordpress.org/support/topic-tag/warning/)

 * 5 replies
 * 2 participants
 * Last reply from: [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/warning-64/#post-5858753)
 * Status: resolved