Title: pulsedog's Replies | WordPress.org

---

# pulsedog

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme Dreamtemplate BlackWhite] How can I move this text?](https://wordpress.org/support/topic/theme-dreamtemplate-blackwhite-how-can-i-move-this-text/)
 *  Thread Starter [pulsedog](https://wordpress.org/support/users/pulsedog/)
 * (@pulsedog)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/theme-dreamtemplate-blackwhite-how-can-i-move-this-text/#post-2627948)
 * Pulling… out… my… hair!
 * I’ve tried experimenting with inline CSS, I guess?
 * There has to be something fighting me in this style sheet.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme Dreamtemplate BlackWhite] How can I move this text?](https://wordpress.org/support/topic/theme-dreamtemplate-blackwhite-how-can-i-move-this-text/)
 *  Thread Starter [pulsedog](https://wordpress.org/support/users/pulsedog/)
 * (@pulsedog)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/theme-dreamtemplate-blackwhite-how-can-i-move-this-text/#post-2627933)
 * Okay, I figured out how to use pastebin:
 * [http://pastebin.com/1BVpbYVG](http://pastebin.com/1BVpbYVG)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hypen in front of Homepage Title](https://wordpress.org/support/topic/hypen-in-front-of-homepage-title/)
 *  Thread Starter [pulsedog](https://wordpress.org/support/users/pulsedog/)
 * (@pulsedog)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/hypen-in-front-of-homepage-title/#post-2625465)
 * Figured it out! For anyone else who’s a curious n00b, here’s how it’s done:
 * `<?php } elseif (is_front_page ()) { ?>`
 * This page has been a huge help: [http://codex.wordpress.org/Conditional_Tags](http://codex.wordpress.org/Conditional_Tags)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hypen in front of Homepage Title](https://wordpress.org/support/topic/hypen-in-front-of-homepage-title/)
 *  Thread Starter [pulsedog](https://wordpress.org/support/users/pulsedog/)
 * (@pulsedog)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/hypen-in-front-of-homepage-title/#post-2625459)
 * Don’t know why I can’t make this work, LOL.
 * All I have to do is figure out a way to make my “Front Page” aka page-home.php
   another “else” exception that I can manually put the title together for it.
 * I think my problem is that it things the Home page is the blog page, so that’s
   what’s confusing everything, making the code above work perfectly, except for
   the actual Home page!
 * Any ideas?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme Dreamtemplate BlackWhite] How can I move this text?](https://wordpress.org/support/topic/theme-dreamtemplate-blackwhite-how-can-i-move-this-text/)
 *  Thread Starter [pulsedog](https://wordpress.org/support/users/pulsedog/)
 * (@pulsedog)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/theme-dreamtemplate-blackwhite-how-can-i-move-this-text/#post-2627752)
 * My entire stylesheet…
 * _
    [ Moderated – Large block of code removed. For more than 10 lines use [pastebin.com](http://pastebin.com/)
   instead. And [bumping](http://codex.wordpress.org/Forum_Welcome#No_Bumping) is
   against the forum rules as well, your bump post was deleted. ]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hypen in front of Homepage Title](https://wordpress.org/support/topic/hypen-in-front-of-homepage-title/)
 *  Thread Starter [pulsedog](https://wordpress.org/support/users/pulsedog/)
 * (@pulsedog)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/hypen-in-front-of-homepage-title/#post-2625367)
 * Thank you very much for your help!
 * Okay, so this is what I have now:
 *     ```
       <title>
       <?php if (is_home ()) { ?>
       Blog -
       <?php bloginfo('name'); ?>
        -
       <?php bloginfo('description'); ?>
       <?php } else { ?>
       <?php wp_title($sep = ''); ?>
        -
       <?php bloginfo('name'); ?>
        -
       <?php bloginfo('description'); ?>
       <?php } ?>
       </title>
       ```
   
 * I had to change “Home” to “Blog”, since I have the Front Page set as home and
   Posts page set as Blog.
 * Now my only thing is that the Front Page still shows a – in front of it. I think
   it’s doing that because it looks at my front page as a normal page like “Portfolio”
   or “Contact” and doesn’t have a title for it. Is there a way to segment this 
   page within the code above (like what’s done for home page)?
 * [http://www.pulsedog.com](http://www.pulsedog.com) if you need to see it live…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin Contact Form 7] Width Issues with Text Fiels](https://wordpress.org/support/topic/plugin-contact-form-7-24/)
 *  Thread Starter [pulsedog](https://wordpress.org/support/users/pulsedog/)
 * (@pulsedog)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-24/#post-2625250)
 * That would work, but then they don’t fill up that table, they’re much shorter
   in width. If there’s no way to have both, I’d rather go with what you’re saying.
   However, if there’s a way to have it display properly, that would be ideal.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin Contact Form 7] Width Issues with Text Fiels](https://wordpress.org/support/topic/plugin-contact-form-7-24/)
 *  Thread Starter [pulsedog](https://wordpress.org/support/users/pulsedog/)
 * (@pulsedog)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-24/#post-2625236)
 * Confirmed that it looks good in Chrome, IE, Firefox on desktop, so it’s gotta
   be a mobile thing.

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