Title: aa2nd's Replies | WordPress.org

---

# aa2nd

  [  ](https://wordpress.org/support/users/aa2nd/)

 *   [Profile](https://wordpress.org/support/users/aa2nd/)
 *   [Topics Started](https://wordpress.org/support/users/aa2nd/topics/)
 *   [Replies Created](https://wordpress.org/support/users/aa2nd/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/aa2nd/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/aa2nd/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/aa2nd/engagements/)
 *   [Favorites](https://wordpress.org/support/users/aa2nd/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Custom Community] where to put php code for a slideshow plugin](https://wordpress.org/support/topic/where-to-put-php-code-for-a-slideshow-plugin/)
 *  Thread Starter [aa2nd](https://wordpress.org/support/users/aa2nd/)
 * (@aa2nd)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/where-to-put-php-code-for-a-slideshow-plugin/#post-4007302)
 * strangely enough, i did it for test yesterday and i put it exactly where you 
   said now (i know nothing about coding), and it works, thanx 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Custom Community] where to put php code for a slideshow plugin](https://wordpress.org/support/topic/where-to-put-php-code-for-a-slideshow-plugin/)
 *  Thread Starter [aa2nd](https://wordpress.org/support/users/aa2nd/)
 * (@aa2nd)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/where-to-put-php-code-for-a-slideshow-plugin/#post-4007299)
 * unfortunately it is installed locally
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Custom Community] Site URL in tab instead of site title](https://wordpress.org/support/topic/site-url-in-tab-instead-of-site-title/)
 *  [aa2nd](https://wordpress.org/support/users/aa2nd/)
 * (@aa2nd)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/site-url-in-tab-instead-of-site-title/#post-3948104)
 * i figured it out, i replaced
    `<title><?php wp_title(); ?></title>`
 * with:
 * `<title><?php bloginfo('name'); ?> | <?php is_front_page() ? bloginfo('description'):
   wp_title(''); ?></title>`
 * thanx to [http://codex.wordpress.org/Function_Reference/wp_title](http://codex.wordpress.org/Function_Reference/wp_title)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Custom Community] Site URL in tab instead of site title](https://wordpress.org/support/topic/site-url-in-tab-instead-of-site-title/)
 *  [aa2nd](https://wordpress.org/support/users/aa2nd/)
 * (@aa2nd)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/site-url-in-tab-instead-of-site-title/#post-3948103)
 * thank you Ham Radio, I changed header.php as you said, i only have an issue with
   my home page, because it is linked to a static page named Home(settings>reading
   >front page displays>a static page) when i’m in my home page i see
    Home: Site
   Title
 * while i’d like to see
    Site Title: Tagline
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Custom Community] Site URL in tab instead of site title](https://wordpress.org/support/topic/site-url-in-tab-instead-of-site-title/)
 *  [aa2nd](https://wordpress.org/support/users/aa2nd/)
 * (@aa2nd)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/site-url-in-tab-instead-of-site-title/#post-3948098)
 * i also have the exact same issue with Custom Community, would appreciate any 
   suggestion 🙂

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