Title: xandrula's Replies | WordPress.org

---

# xandrula

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hitchcock] Editing a specific page?](https://wordpress.org/support/topic/editing-a-specific-page/)
 *  Thread Starter [xandrula](https://wordpress.org/support/users/xandrula/)
 * (@xandrula)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/editing-a-specific-page/#post-16568613)
 * Thanks Anders, that answer solved it and I can now try to learn conditionals.
 * Have a good day.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hitchcock] Editing a specific page?](https://wordpress.org/support/topic/editing-a-specific-page/)
 *  Thread Starter [xandrula](https://wordpress.org/support/users/xandrula/)
 * (@xandrula)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/editing-a-specific-page/#post-16565191)
 * Hi Anders, thanks for answering.
 * I’m trying to work with conditionals on index.php but I’ve run into a problem.
 * As per my understanding, if the homepage is set up to display a static page I
   would have to use:
 *  `<?php if ( is_front_page() ) :`
 * And If I test it with this code
 * `<?php if ( is_front_page() ) : echo '<p id=custom-content>'; echo 'Welcome to
   our Homepage!' ; echo '</p>'; else : echo '<p id=custom-content>'; echo 'This
   is one of our site subpages.' ; echo '</p>'; endif; ?>`
 * The blog page will return with “This is one of our site subpages” but the homepage
   will not return with “Welcome to our Homepage”
 * How can I target the static hompage with conditionals in this template?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hitchcock] Background image disappears when setting custom permalink](https://wordpress.org/support/topic/background-image-disappears-when-setting-custom-permalink/)
 *  Thread Starter [xandrula](https://wordpress.org/support/users/xandrula/)
 * (@xandrula)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/background-image-disappears-when-setting-custom-permalink/#post-16147350)
 * Solved it by adding the whole link to the image including [http://www.hjorhoey.dk](http://www.hjorhoey.dk)
   etc..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hitchcock] Where to edit so that background image fills whole page including trans navbar.](https://wordpress.org/support/topic/where-to-edit-so-that-background-image-fills-whole-page-including-trans-navbar/)
 *  Thread Starter [xandrula](https://wordpress.org/support/users/xandrula/)
 * (@xandrula)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/where-to-edit-so-that-background-image-fills-whole-page-including-trans-navbar/#post-16138882)
 * To everyone wondering
    I solved this by doing what Anders said. Wrapped the whole
   page with a wrapper div and made the navbar transparrent.
 *     ```
       .navigation {	
       background-color: transparent;
   
       }
   
       .wrapper {
       	background-image: url("wp-admin/images/baggrund.jpg");
       	background-size: cover;
       	background-repeat: no-repeat;
       }
       ```
   

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