Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Trying to remove something from my WP home page, but can't find it ?
Old 12-12-2010, 01:52 PM Trying to remove something from my WP home page, but can't find it ?
Experienced Talker

Posts: 30
Trades: 0
Hi

Please please help.

I want to get rid of

http://www.presenceunknown.co.uk/images/search.jpg

from the home page. http://www.presenceunknown.co.uk

I understand that it might be trying to show posts ?

Heres the page.php coding, can anyone please tell me what to remove to stop it trying to show posts on the home page?
PHP Code:
get_header(); ?>

<?php
if ( is_active_sidebar('before-content') ) {
get_sidebar('before-content');
}
?>

<div id="content">
<div id="content-left">
<div id="maintext">

<?php
if(!is_front_page()){
include_once (
TEMPLATEPATH '/title.php');
}
?>
<?php 
if ( function_exists('yoast_breadcrumb') && !is_front_page() ) {
yoast_breadcrumb('<div id="breadcrumbs">','</div>');
?>

<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>

<div id="post-<?php the_ID(); ?><?php post_class(); ?>>
<div class="entry-content">
<?php the_content(); ?>
<?php wp_link_pages
( array( 'before' => '<div class="page-link">' __'Pages:''templatesquare' ), 'after' => '</div>' ) ); ?>
<?php edit_post_link
__'Edit''templatesquare' ), '<span class="edit-link">''</span>' ); ?>
</div><!-- .entry-content -->
</div><!-- #post-## -->

<?php comments_template''true ); ?>

<?php endwhile; ?>

</div><!-- end #maintext -->
</div><!-- end #content-left -->
<div id="content-right">
<div id="sideright">

<?php get_sidebar('page'); ?>

</div>
</div><!-- end #content-right -->
<div class="clear"></div>
</div><!-- end #content -->

<?php
if ( is_active_sidebar('after-content') ) {
get_sidebar('after-content');
}
?>
<?php get_footer
(); ?>
Thanks so much anyone who takes the time to respond, it might be easy but I just can't see it, having a blond day.

:-)

Last edited by chrishirst; 12-12-2010 at 04:53 PM..
acknowledged74 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-13-2010, 07:37 AM Re: Trying to remove something from my WP home page, but can't find it ?
Novice Talker

Posts: 13
Trades: 0
URL for jpg : 404 not found.
But for your help i can suggest you editing header.php
__________________

Please login or register to view this content. Registration is FREE
||
Please login or register to view this content. Registration is FREE
||
Please login or register to view this content. Registration is FREE
seekndestroy88 is offline
Reply With Quote
View Public Profile
 
Old 12-13-2010, 11:55 AM Re: Trying to remove something from my WP home page, but can't find it ?
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
Not sure I understand the question. Are you trying to remove everything under the navigation?
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Reply     « Reply to Trying to remove something from my WP home page, but can't find it ?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.17399 seconds with 12 queries