brt1919
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't remove an image from the templateYou’re a star – thank you very much.
It definitely wasn’t in the actual page content. I then went to Editor & opened up Theme Functions (functions.php) which had some add_filter code but not the one you suggested. Last hope was content-page.php & bingo, there it is – my rogue image!
[please follow the forum guidelines for posting code: http://codex.wordpress.org/Forum_Welcome#Posting_Code ]
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <h1 class="entry-title"><?php the_title(); ?></h1> </header><!-- .entry-header --> <div class="entry-content"> <?php the_content(); ?><img src="/uploads/2011/tfc-logo-low.jpg" width="728" height="179">I’ve got rid of the image directly for now, but will read up on child themes & do it properly in due course to ensure I don’t lose it when I upgrade
Forum: Fixing WordPress
In reply to: Can't remove an image from the templatebeen looking a bit more at this & just wondering whether I might be in the right area – the theme is twenty eleven with 3 widgets. If I click on the widgets page, on the right hand side are Main Sidebar, Showcase Sidebar, then Footer Area One, Two & Three. Main & Showcase appear to be empty but the Footer Area’s seem to be active. Footer One has a title Meta:Administration, the other 2 relate to recent posts & recent comments.
Before I risk destroying the site, is there any possibility my missing picture relates to the widgets or is that completely the wrong place to look?
Thank you
Forum: Fixing WordPress
In reply to: Can't remove an image from the templateThanks. I went to the Plugin area & I have 3 plug ins (Akismet, Hello Dolly & MCE Table Buttons) although only MCE table Buttons was currently enabled. So I deactivated it, checked all show as Inactive, cleared all my temporary internet files & still have the missing picture!
The website is http://www.trainingforcyclists.co.uk & the ‘image’ I want to be rid of is at the bottom of the page (& on every new page created)
Thanks
Forum: Fixing WordPress
In reply to: Can't remove an image from the templateThanks for mega quick response. I had a look before in that area with no joy, but I’ve gone through all the php files & can’t see anything there. There are a number of content_xxxx.php files too & have checked through all of them as well as standard header/hooter etc. the footer php file contents are as below. Most of wordpress has been an absolute doddle to pick up from scratch but I just can’t figure this one out!
Thanks