jamesbruno
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Linking the RSS to wordpressI would check to see if you have widgets enabled. Under the design tab there should be a menu called “widgets.” Give that a shot.
Forum: Themes and Templates
In reply to: Main Background Default Theme ColourIts not actually a white background, its a background image that is tiled.
You can view the background image by going to this url:
http://www.yoururlhere.com/wp-content/themes/default/images/kubrickbgcolor.jpgThis is how im assuming you currently have your css:
body { background: #000000 url('images/kubrickbgcolor.jpg'); }When in fact this is how it needs to be:
body { background: #000000; }If this does not fix the problem, I would suggest either posting your url so we can investigate further, or you might want to possibly brush up on your css.
Anthony
Forum: Themes and Templates
In reply to: Main Background Default Theme ColourThis is what you are after:
body { background: #d5d6d7 url('images/kubrickbgcolor.jpg'); }If you wanted to, you could just change the background image, or delete it to this:
background: #000;Also keep in mind that you might have to edit some other jpg files to display correctly with a dark background.
Anthony
Forum: Everything else WordPress
In reply to: Linking the RSS to wordpresshttp://wordpress.org/support/topic/174613?replies=4#post-753427
This might help
Forum: Themes and Templates
In reply to: Main Background Default Theme ColourWhat theme are you using? You need to be more specific in your posts.
Forum: Themes and Templates
In reply to: HTML coding question?One thing I could suggest is making your own page templates. This way you can have all of the structure in the template and then just add your information from wordpress.
http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates
Anthony
Forum: Fixing WordPress
In reply to: WordPress Posts and Meta KeywordsForum: Fixing WordPress
In reply to: Help with Comments sectionYou have checked to make sure everything is correct in the Discussion section of WP?
Also, what version of WP are you running?
– Anthony
Forum: Fixing WordPress
In reply to: Help with Conditional tags and the loopMestro42,
This worked beautifully. I didnt realize that you could put the php right in the middle of the div like that. Thank you for the help.
Also, thanks again to stvwlf for your help.
-Anthony
Forum: Fixing WordPress
In reply to: Help with Conditional tags and the loopThanks for the response, ill try this later on and post with results.
Thanks again,
JamesBruno