Franasia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ';' on Twenty ElevenMonika,
Here you are. I hope it pasted correctly.
Good luck.
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?></div><!– #main –>
<footer id=”colophon” role=”contentinfo”>
<?php
/* A sidebar in the footer? Yep. You can can customize
* your footer with three columns of widgets.
*/
if ( ! is_404() )
get_sidebar( ‘footer’ );
?><div id=”site-generator”>
<?php do_action( ‘twentyeleven_credits’ ); ?>
” title=”<?php esc_attr_e( ‘Semantic Personal Publishing Platform’, ‘twentyeleven’ ); ?>” rel=”generator”><?php printf( __( ‘Proudly powered by %s’, ‘twentyeleven’ ), ‘WordPress’ ); ?>
</div>
</footer><!– #colophon –>
</div><!– #page –><?php wp_footer(); ?>
</body>
</html>Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ';' on Twenty ElevenI was able to fix it by copying the footer.php from another site I have also on Twenty Eleven. Wow, that was easy after all. I’ll be very happy with the Proudly powered by WordPress footer – at least for now.
esmi,
thanks very much againForum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ';' on Twenty ElevenUnfortunately it’s not resolved at all. At this point I’m more interested in restoring the footer.php back to default rather than customising anything – well, at least for now.
Thank you again.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected ';' on Twenty ElevenThank you for your reply esmi.
I do have a child theme installed from before but because the menus for it are very limited, that’s why in my deep ignorance I selected the Twenty Eleven options. My child theme is called TwentyEleven Child if that helps.
Thank you.
Forum: Plugins
In reply to: [Easy Plugin for AdSense] [Plugin: Easy AdSense Lite] How to remove an ad?Got it!
Thanks so much.
Forum: Themes and Templates
In reply to: Remove Header image and add own image?Thanks very for your reply RVoodoo, it’s been of great help.
Forum: Themes and Templates
In reply to: Remove Header image and add own image?Hi all,
I’m a newbie on websites and I’m also trying to replace the header image. I had already read the Codex page indicated by alchymyth, however, the problem I’m having is I cannot figure out where to find and much less open the header.php template file or theme’s images folder. TIA.