Title: Coding problem regarding footer message
Last modified: August 31, 2016

---

# Coding problem regarding footer message

 *  [tinypinc](https://wordpress.org/support/users/tinypinc/)
 * (@tinypinc)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/coding-problem-regarding-footer-message/)
 * Hello 🙂
 * I’m trying to change my site’s footer message.
    Instead of the wordpress link
   and theme,
 * I would like to put “TinyPinc Miniatures 2010-2016”
 * How do I do that with the current coding I have?
    I’m new to this, hope someone
   can help me rewrite it haha. I get so confused with the coding…
 *     ```
       <div class="site-info">
       					<a>"><?php printf( esc_html__( 'Proudly powered by %s', 'dyad' ), 'WordPress' ); ?></a>
       					<span class="sep"> | </span>
       					<?php printf( esc_html__( 'Theme: %1$s by %2$s.', 'dyad' ), 'Dyad', '<a href="http://wordpress.com/themes/" rel="designer">WordPress.com</a>' ); ?>
       				</div><!-- .site-info -->
       			</div><!-- .footer-bottom-info -->
       ```
   
 * Thank you 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [Jose Castaneda](https://wordpress.org/support/users/jcastaneda/)
 * (@jcastaneda)
 * THEME COFFEE MONKEY
 * [10 years, 4 months ago](https://wordpress.org/support/topic/coding-problem-regarding-footer-message/#post-6941594)
 * Hi there tinypinc!
 * What you want to do is create a child theme that way when the theme gets updated
   you won’t lose those changes. Depending on where that line is you want to copy
   that file into your child theme and make the changes accordingly.
 * Hope that helps you out!
 *  Thread Starter [tinypinc](https://wordpress.org/support/users/tinypinc/)
 * (@tinypinc)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/coding-problem-regarding-footer-message/#post-6941710)
 * I’m so sorry but I’m new to all these, i don’t know what is a child theme :/
 *  [Softound Solutions](https://wordpress.org/support/users/softound/)
 * (@softound)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/coding-problem-regarding-footer-message/#post-6941711)
 * Here you go to know more about the child theme
    [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Coding problem regarding footer message’ is closed to new replies.

 * 3 replies
 * 3 participants
 * Last reply from: [Softound Solutions](https://wordpress.org/support/users/softound/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/coding-problem-regarding-footer-message/#post-6941711)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
