bekabug
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Can’t get sidebar lists to align left.null
Forum: Themes and Templates
In reply to: Can’t get sidebar lists to align left.null
Forum: Themes and Templates
In reply to: Can’t get sidebar lists to align left.why are my posts not showing up??
Forum: Themes and Templates
In reply to: Can’t get sidebar lists to align left.null
Forum: Themes and Templates
In reply to: Can’t get sidebar lists to align left.They aren’t actually “centered” there is so much default padding and margins on an unordered list that it just looks that way.
try inserting this into your CSS:
ul { padding-left: 0px; }
You should see that it flattens your lists there all the way to the left. Now you can adjust it from there to your liking. ??
Also, since you’re new to CSS you may want to investigate a plugin for Firefox called Firebug and do some research on performing a CSS reset.
Some people hate using CSS reset because it makes more work for them but if you throw a reset in temporarily when you’re having a problem you can’t wrap your head around and it fixes it… you know you have a default styling conflict.
Forum: Themes and Templates
In reply to: BLACK LETTERHEAD THEME IS DIFFERENT IN WORPRESS.ORGWhat do you mean “over to www.remarpro.com” ??
www.remarpro.com, to my knowledge, doesn’t host blogs. Only WordPress.com
Forum: Themes and Templates
In reply to: Feed links on siteURL for RDF/RSS 1.0 feed
<?php bloginfo('rdf_url'); ?>
URL for RSS 0.92 feed
<?php bloginfo('rss_url'); ?>
URL for RSS 2.0 feed
<?php bloginfo('rss2_url'); ?>
URL for Atom feed
<?php bloginfo('atom_url'); ?>
URL for comments RSS 2.0 feed
<?php bloginfo('comments_rss2_url'); ?>
Any of the RSS feeds (except comments) should be suitable for submission unless the place you are submitting it to has version requirements.
Forum: Fixing WordPress
In reply to: RSS Comments feed emptyURL for comments RSS 2.0 feed
<?php bloginfo('comments_rss2_url'); ?>
check your theme and make sure it is using the correct tag and that whatever you’re using isn’t deprecated or something.
What version of WP are you using?
Forum: Themes and Templates
In reply to: Use image as MenuAre you talking about using an image map?
Sorry I wasn’t clear. The code I gave you is only useful for the homepage.
As far as the other pages…I’m tapped. I don’t think there is a way to make this within the wordpress framework. You would have to somehow structure a custom function/query with PHP. That said…there is probably a reason this functionality has never been attempted in a theme before.
Sorry I wasn’t clear. The code I gave you is only useful for the homepage.
As far as the other pages…I’m tapped. I don’t think there is a way to make this within the wordpress framework. You would have to somehow structure a custom function/query with PHP. That said…there is probably a reason this functionality has never been attempted in a theme before.
Forum: Themes and Templates
In reply to: Mini-loopOk phew! I thought I was losing my mind
Open a new thread and ask for help on formatting the date and i can help you after you get that fixed. I could figure the date thing out but I can’t test it and going back and forth is wearing me out. Better to find someone who actually knows how to do it..
Good luck
Forum: Themes and Templates
In reply to: Mini-loopYou are taking the code tags out, right?
Forum: Themes and Templates
In reply to: Mini-loopinteresting…can you put your original code in and see if it works again?
Forum: Themes and Templates
In reply to: Trouble with Typograph themeuh no
in your CSS….**do not replace anything in page.php or single.php**