kirksgirl1997 on "Footer images"
I just added four more images and now it's four lines. The footer goes across the whole site why are the images staying in the corner?
View Articlekirksgirl1997 on "Footer images"
I TOTALLY FIGURED IT OUT. There were 3 footer widgets, apparently.
View Articlebrigarkeerei on "Removing "From the Blog" from the bottom main page of site"
I am not sure if this is a theme related deal or something that should solely deal with wordpress coding alone, but I am using the Classic Photography theme by Vandelay. On the bottom of my main page...
View ArticleSeacoast Web Design on "Removing "From the Blog" from the bottom main page of...
For help with CSS, a live site link is required...if we cannot see the site, we cannot see the stylesheet(s), so we cannot suggest changes. To discover what CSS is output by your theme, use a web...
View ArticleNasgor on "Changing footer call"
Hi, I'm triying to chang the footer text by a plugin, I can add the new text, but the old one still apears. Can any body help me, pleas. Here is the code: <?php // AÑADIR FIRMA AL FINAL DE LA WEB...
View Articlebrigarkeerei on "Removing "From the Blog" from the bottom main page of site"
Thanks Seacoast. Here is a link to the template live demo, it is showing the same at the bottom of the main picture (From the Blog). http://vandelaydesign.net/photography/ I am helping someone with a...
View Articlebcworkz on "Changing footer call"
If the footer content is generated by the theme's footer.php template, you would need to alter the $name parameter passed to your 'get_footer' callback as well as add a footer template file to the...
View Articledfl1955 on "footer contents, specifically "copyright" in zbench"
Thanks for the above, looks like, <?php _e(‘Copyright’, ‘zbench’); ?> © <?php echo date(“Y”); ?> <?php bloginfo(‘name’); ?> | <?php printf(__(‘Powered by %1$s and %2$s’,...
View ArticleWPyogi on "footer contents, specifically "copyright" in zbench"
Do you have a child theme set up - these kinds of changes should be made via a child theme - or they will all be lost when the theme is updated. http://codex.wordpress.org/Child_Themes
View Articlekjoneal on "Deleting Meta Data"
How do I delete all of the meta data stuff at the bottom of the page? I know I need to leave the attribution, its the other stuff I want to get rid of. I am using Wu Wei and my site is...
View Articledfl1955 on "footer contents, specifically "copyright" in zbench"
@WPyogi -Yup,got a child theme, but need some help with the PHP.
View ArticleWPyogi on "footer contents, specifically "copyright" in zbench"
What do you want it to say? Easiest thing is to just take out that part and hardcode what you want - or part of it anyway.
View ArticleOwen on "[Theme: Simple Catch] How to remove "Powered By: WordPress" from...
what is the line exactly?
View ArticleOwen on "How do I remove the Simple Catch footer"
I downloaded the Simple Catch theme but I want to delete the default footer (the all rights reserved and the simple catch credits) can I do that?
View ArticleNick on "How do I remove the Simple Catch footer"
You'll need to edit the file named 'footer.php' to remove the following code: <?php _e( 'Copyright', 'simplecatch' ); ?> © <?php echo date("Y"); ?> <span><?php...
View ArticleOwen on "How do I remove the Simple Catch footer"
It deleted the all rights reserved but not the 'Powered by wordpress Theme: Simple Catch
View ArticleNick on "How do I remove the Simple Catch footer"
Also remove this line: <?php do_action( 'simplecatch_credits' ); ?>
View ArticleAndrew Nevins on "How do I remove the Simple Catch footer"
Did you set up a Child Theme?
View Article