I downloaded the theme to have a look. To remove the meta links, comment out both instances of this line by adding two slashes in front of it, as follows:
<?php // wp_meta();?>
See lines 27 & 48 in footer.php
I’m not sure what you mean by photographs in the footer – I don’t see any images in the theme demo footer.
Check my website to see the photographs…http://newenglandnostalgia.com/.
I did not put them there.
Find this section in your CSS and comment out the background image as follows to hide it:
#footerspan {
padding: 10px 0 50px 0;
margin: 0;
/* background: transparent url(images/footer_r.jpg) no-repeat bottom right; */
}
Okay, that worked. Thanks!
I still want to get rid of the following but don’t understand how to do it.
Meta
My Account
Log out
WP
Theme design by Tomek Mazur 2008
Remove lines 12-28 in footer.php. Be sure to make a backup copy first.
Thanks!
Could you take it out and I’ll copy and paste. Makes me nervous.
[code removed - see below]
I had to remove the code per forum policy (you can use a pastebin in future)
Remove the lines between and including:
<h3><?php _e('Meta', 'mt-white');?></h3>
and
Tomek Mazur <?php }?>
2008
</li>
<?php wp_meta();?>
</ul>
As I said, be sure to make a backup copy of your file before editing it – then you can restore it if anything goes wrong. If you put the code into a Pastebin (link above) you’ll see the line numbers and it might be clearer.
I made a pastebin for you: http://pastebin.com/tcRg4Es1
Removing lines 12-28 should do it. Lines 44-48 also reference credits and meta but I don’t think they’re in effect in your setup. You can experiment and see. As I said before, just back up the file first. 🙂
It’s gone. Thank you very much!