mluther
Forum Replies Created
-
Does anybody have any specific advice as to what I must remove in my footer.php so that “Proudly powered by WordPress” will no longer be visible?
My footer.php currently looks like this:
<?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: "Archives" and "Meta" widgets show up on "Search Results" pagesJarret —
Question 1: Will I ever have to undo the removal of code in the sidebar.php? If so, in what situations?
Question 2: Are there any unwanted “side effects” of this code removal?
Forum: Fixing WordPress
In reply to: "Archives" and "Meta" widgets show up on "Search Results" pagesJarretC
I have just created a child theme folder for my Twenty Eleven theme. I won’t have a problem using a child theme, as long as I know exactly what to have in the child theme files.Thanks again, Jarret. I’ll go with the recommended Option 2.
Forum: Fixing WordPress
In reply to: "Archives" and "Meta" widgets show up on "Search Results" pagesThanks, JarretC.
Is one option better than the other?
I’ve created footer.php in my twentyeleven-child directory. What must I have in that child footer to remove “Proudly powered by WordPress”?
Thanks, Christine.
Forum: Hacks
In reply to: Getting Gravity Forms to set cookies to save completed infoJonathan,
You wrote “Probably a good idea that you do that.”Do what?
Forum: Fixing WordPress
In reply to: Can we edit "text" widget's title's font size/boldface?Thanks, Hfort.
Will take a look at the style.css.
Our site is not available yet, but the theme we’re using is themeid’s Responsive, in the featured section of the theme directory.Forum: Hacks
In reply to: Getting Gravity Forms to set cookies to save completed infoJonathan, they have not answered. When I asked if GF has this functionality, they said that it doesn’t and a third party script is neeeded.
Forum: Hacks
In reply to: Getting Gravity Forms to set cookies to save completed infoJonathan, I have asked at GF.
Thanks, graphfx. The Gravity Forms site looks good. Would you be able to recommend any free alternatives?
Forum: Localhost Installs
In reply to: install theme downloaded from Webesmi, thanks for your reply.
Found an easy way.
https://localhost/mluther/wordpress/wp-admin/theme-install.php?tab=uploadAdmin > Appearance > Theme > Install Theme > Upload