nennyj
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Amadeus] How to add picture to widgetThank you! That worked!
Forum: Themes and Templates
In reply to: [Amadeus] How to add picture to widgetI have, but I am totally new at this. I had really liked how the Amadeus theme originally looked when they “advertise” it showing someone’s picture in a bubble above the “welcome” on the right side bar.
Forum: Themes and Templates
In reply to: [Amadeus] How to remove WP credits in footerThat gets me closer. It now shows the Copyright © 2015, but it doesn’t show the name of my blog after it which is Courageously Living Life. I inserted in the action:
<p>Copyright © <?php the_time(‘Y’);?> <?php bloginfo(‘Courageously Living Life’); ?></p>Any further thoughts?
Thanks!
Forum: Themes and Templates
In reply to: [Amadeus] How to remove WP credits in footerUnfortunately, it didn’t quite work. I took out the line which looked like this: <?php do_action(‘amadeus_footer’); ?> which removed the original footer at the bottom, but when I added your suggestion (with my own name), the site simply showed a syntax error which was placed in the middle of the page between the posting and the right menu – very strange.
Forum: Themes and Templates
In reply to: [Amadeus] How to remove WP credits in footerIs there a way to change the footer from “Proudly Powered by WordPress THeme Amadeus…” to something simple like “Copyright © 2015 Name of My Blog”??