Title: modelsblog's Replies | WordPress.org

---

# modelsblog

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [menu-bar not working anymore](https://wordpress.org/support/topic/menu-bar-not-working-anymore/)
 *  Thread Starter [modelsblog](https://wordpress.org/support/users/modelsblog/)
 * (@modelsblog)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/menu-bar-not-working-anymore/#post-568082)
 * Thank you so much for your help and patience.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [menu-bar not working anymore](https://wordpress.org/support/topic/menu-bar-not-working-anymore/)
 *  Thread Starter [modelsblog](https://wordpress.org/support/users/modelsblog/)
 * (@modelsblog)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/menu-bar-not-working-anymore/#post-568076)
 * Oh, that sounds reasonable.
    Is there a Blix-theme for 2.1.x or 2.2? I found 
   this page [http://themes.wordpress.net/columns/2-columns/1565/blixed-10/](http://themes.wordpress.net/columns/2-columns/1565/blixed-10/)
   but can’t figure out whether it is for 2.1.x or not… 🙁 Thank you so far!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to make menu-option invisible](https://wordpress.org/support/topic/how-to-make-menu-option-invisible/)
 *  Thread Starter [modelsblog](https://wordpress.org/support/users/modelsblog/)
 * (@modelsblog)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/how-to-make-menu-option-invisible/#post-387551)
 * Ok, I found a solution… for those who have the same problem and don’t get help
   😉
 * Blix-theme, file header.php
    after elseif ($page_name == “about_short”) {/*ignore*/}
   add a line like this elseif ($page_name == “nameofpage”)
 * It works for me!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to make menu-option invisible](https://wordpress.org/support/topic/how-to-make-menu-option-invisible/)
 *  Thread Starter [modelsblog](https://wordpress.org/support/users/modelsblog/)
 * (@modelsblog)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/how-to-make-menu-option-invisible/#post-387550)
 * I know how to add the links to the single pages but I don’t see then on which
   page I am.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to make menu-option invisible](https://wordpress.org/support/topic/how-to-make-menu-option-invisible/)
 *  Thread Starter [modelsblog](https://wordpress.org/support/users/modelsblog/)
 * (@modelsblog)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/how-to-make-menu-option-invisible/#post-387431)
 * When I try to remove this code and add normal HTML I get an error on line 61 
   🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to make menu-option invisible](https://wordpress.org/support/topic/how-to-make-menu-option-invisible/)
 *  Thread Starter [modelsblog](https://wordpress.org/support/users/modelsblog/)
 * (@modelsblog)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/how-to-make-menu-option-invisible/#post-387303)
 * Hi. I can’t find that string in the header.php .
    Instead I found this:
    - 
       <?php $pages = BX_get_pages(); if ($pages) { foreach ($pages as $page) {
      $page_id = $page->ID; $page_title = $page->post_title; $page_name = $page-
      >post_name; if ($page_name == “archives”) { (is_page($page_id) || is_archive()
      || is_search() || is_single())?$selected = ‘ class=”selected”‘:$selected=”;
      echo “<li”.$selected.”>Archives\n”; } elseif($page_name == “about”) { (is_page(
      $page_id))?$selected = ‘ class=”selected”‘:$selected=”; echo “<li”.$selected.”
      >About\n”; } elseif ($page_name == “contact”) { (is_page($page_id))?$selected
      = ‘ class=”selected”‘:$selected=”; echo “<li”.$selected.”>Contact\n”; } elseif(
      $page_name == “about_short”) {/*ignore*/} else { (is_page($page_id))?$selected
      = ‘ class=”selected”‘:$selected=”; echo “<li”.$selected.”>$page_title\n”; }}}?
      >
 * Thank you so far
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [atom-feed as atom.xml](https://wordpress.org/support/topic/atom-feed-as-atomxml/)
 *  Thread Starter [modelsblog](https://wordpress.org/support/users/modelsblog/)
 * (@modelsblog)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/atom-feed-as-atomxml/#post-385790)
 * Yes I heard about that 🙁 but unfortunately the whole blog stops when I put those
   in the .htaccess.
    I hope someone comes up with a solution for me . I’m ready
   to open my editor 😉
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [atom-feed as atom.xml](https://wordpress.org/support/topic/atom-feed-as-atomxml/)
 *  Thread Starter [modelsblog](https://wordpress.org/support/users/modelsblog/)
 * (@modelsblog)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/atom-feed-as-atomxml/#post-385571)
 * That means there is no way to output an atom.xml with WP? 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [atom-feed as atom.xml](https://wordpress.org/support/topic/atom-feed-as-atomxml/)
 *  Thread Starter [modelsblog](https://wordpress.org/support/users/modelsblog/)
 * (@modelsblog)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/atom-feed-as-atomxml/#post-385544)
 * Please take a look at my problem 🙁

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