Title: Theme full with the developer name
Last modified: August 30, 2016

---

# Theme full with the developer name

 *  Resolved [Nerdolog](https://wordpress.org/support/users/nerdolog/)
 * (@nerdolog)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/theme-full-with-the-developer-name/)
 * Hi, a month ago I bought a theme for my site but taking a glance of the code 
   I noticed that the name of the developer is everywhere inside the code. I was
   wondering, Can I change the name of the developer inside the code for the name
   of my web?. Heres is a piece of the code:
 *     ```
       <li><a href="<?php echo esc_url(get_permalink($user_profile_page->ID)) ?>"><i class="fa fa-user"></i> <?php _e('Profile', 'bluthemes') ?></a></li><?php
       } ?>
       <li><a href="<?php echo esc_url($user_posts_page_url) ?>"><i class="fa fa-cloud-upload"></i> <?php _e('Add post', 'bluthemes') ?></a></li><?php
       } ?>
       <li class="divider"></li>
       <li><a role="menuitem" tabindex="-1" href="<?php echo wp_logout_url(home_url()); ?>"><i class="fa fa-sign-out"></i> <?php _e('Logout', 'bluthemes') ?></a></li>
       </ul>
       </div><?php
       if(!empty($user_posts_page_url)){ ?>
       											<a href="<?php echo esc_url( (is_numeric($user_posts_page_url) ? get_permalink($user_posts_page_url) : $user_posts_page_url) ) ?>" class="btn btn-theme navbar-btn"><i class="fa fa-cloud-upload"></i> <?php _e('Add post', 'bluthemes') ?></a><?php
       ```
   
 * As you can see the word ‘bluthemes’ is everywhere. Would it be safe to change
   it or at least add a ‘nerdologic’ after it? My web is [nerdologic.com](http://nerdologic.com)
   Thanks in advance and have a nice day

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

 *  [dimitris33](https://wordpress.org/support/users/dimitris33/)
 * (@dimitris33)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/theme-full-with-the-developer-name/#post-6711282)
 * Hi,
 * if i am not mistaken this is something else and you don’t need to change it
 * [https://codex.wordpress.org/Function_Reference/_e](https://codex.wordpress.org/Function_Reference/_e)
 *  Thread Starter [Nerdolog](https://wordpress.org/support/users/nerdolog/)
 * (@nerdolog)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/theme-full-with-the-developer-name/#post-6711510)
 * Thanks a million I thought it was something else =)

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

The topic ‘Theme full with the developer name’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Nerdolog](https://wordpress.org/support/users/nerdolog/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/theme-full-with-the-developer-name/#post-6711510)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
