bstunt
Forum Replies Created
Viewing 10 replies - 1 through 10 (of 10 total)
-
Forum: Fixing WordPress
In reply to: Menu suddenly looked messed upi did… but its weird cuz i never touched my site for awhile…. and they all disappeared… is there anyway I can find out if someone logged in? and deleted stuff?
Forum: Fixing WordPress
In reply to: Menu suddenly looked messed upForum: Fixing WordPress
In reply to: Menu suddenly looked messed uptried it… same result =T
Forum: Fixing WordPress
In reply to: Menu suddenly looked messed upahh i missed that part… trying again…
Forum: Fixing WordPress
In reply to: Menu suddenly looked messed updisabled all plugins and didn’t work…
reinstalled WP, still didn’t work…
could it be the theme?
Forum: Fixing WordPress
In reply to: How do I hide an element on pageHow do I hide the side bar when I go to a wordpress page?
Forum: Fixing WordPress
In reply to: Disable Subpages in Menuthanks doc4! that solved it!
Forum: Fixing WordPress
In reply to: Disable Subpages in Menu<!-- Top Menu Start --> <div id="topmenu"> <ul> <li class="<?php if (is_home()) { echo "current_page_item"; } ?>"><a href="<?php echo get_settings('home'); ?>" title="Home">Home</a></li> <?php wp_list_pages('sort_column=menu_order&title_li='); ?> </ul> </div> <!-- Top Menu End -->opps… sorry bout the last one…
Forum: Fixing WordPress
In reply to: Disable Subpages in Menuwould that be in the header?
if it is, then its:<!– Top Menu Start –>
<div id=”topmenu”>-
<li class=”<?php if (is_home()) { echo “current_page_item”; } ?>”>” title=”Home”>Home
<?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?></div>
<!– Top Menu End –>Thanks doc4
Forum: Fixing WordPress
In reply to: Disable Subpages in Menubump
Viewing 10 replies - 1 through 10 (of 10 total)