h2obarrel
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin: Add Local Avatar.Resolved this. Upgraded to BP 1.2.4
Forum: Fixing WordPress
In reply to: Meta, Comments, Site Admin, Valid XTML, XFNAdding + removing this widget is the easy part.
Anyone know how to just edit it? w/ out removing it?
I’d like to keep the login logout links,
while removing
# Entries RSS
# Comments RSS
# www.ads-software.comh2o
Forum: Fixing WordPress
In reply to: Can I put Pages and Categories on the same line in main head nav?Cool! Thanks. I took out the activity link instead. Thanks for your help on this.
h2oForum: Fixing WordPress
In reply to: Can I put Pages and Categories on the same line in main head nav?Well, here’s the code I think your referring to on header.php.
Not sure exactly which part to remove.[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Can I put Pages and Categories on the same line in main head nav?I increased the max width of the nav bar in my CSS file so they all fit on one line now. Can I exclude the “home” link from the list?
This way the links won’t overlap with the website title.
Thanks
h2oForum: Fixing WordPress
In reply to: Can I put Pages and Categories on the same line in main head nav?Thanks for the tip t31os_ Title issue is solved.
Main nav bar looks better, though it’s too wide now. I’d like to not list groups and members links now, so it will fit.
Here’s the link. https://www.restaurant-diaries.com/
Thanks
h2oForum: Fixing WordPress
In reply to: Can I put Pages and Categories on the same line in main head nav?The <h2> tags were for the categories title. I didn’t want that to display in my header so I left it blank. (”)
Forum: Fixing WordPress
In reply to: Can I put Pages and Categories on the same line in main head nav?<?php wp_list_pages( ‘title_li=&depth=1&exclude=143,9,109,29’ . bp_dtheme_page_on_front() ); ?>
- <?php
wp_list_categories(‘exclude=&title_li=<h2>’ . __(”) . ‘</h2>’ ); ?><?php do_action( ‘bp_nav_items’ ); ?>
<!– #nav –>