• Resolved AlejandraGF

    (@alejandragf)


    I believe its under #featured where the problem is. How can I delete the text below “Welcome” from appearing?

    O perhaps how can I delete that whole red box?

    My page is aiche.osu.edu

    Thank You!,
    Ale

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like you got this sorted?

    Thread Starter AlejandraGF

    (@alejandragf)

    Yes! I forgot to change the status, I went to the header.php and changed

    <div id="featured">
    
    		<div class="featured_text">
    			<h1>Welcome</h1>
    			<p>
    				<?php $recent = new WP_Query("page_id=29"); while($recent->have_posts()) : $recent->the_post();?>
    				<?php the_excerpt(); ?>
    				<?php endwhile; ?>
    			</p>
    		</div>
    
    </div>

    to

    <div id="featured">
    
    		<div class="featured_text">
    			<h1>Welcome</h1>
    
    		</div>
    
    </div>

    Thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stop Homepage from copying any text written in the "About" Page?’ is closed to new replies.