Mike
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Not importantRight. I thought that it was actually a gramattical rule though (not something stemming from pronunciation), specifically for acronyms. Whatev.
Forum: Everything else WordPress
In reply to: Not important🙂 I am from Wisconsin, so I say WAY-gon.
However, the previous post refers to proper grammar, not speech.Forum: Plugins
In reply to: Number of posts on front page…you win!
Forum: Plugins
In reply to: Number of posts on front page…Options -> Reading
Forum: Fixing WordPress
In reply to: Grab RSS feedWhat do you mean, “put it into WordPress”? It outputs it with two simple lines of php…put those lines where you want them to appear on a WordPress page, no?
Forum: Fixing WordPress
In reply to: Grab RSS feedForum: Fixing WordPress
In reply to: Hide empty excerptIndeed. Coincidence.
Forum: Installing WordPress
In reply to: please explain why this is happeningFile not found:
http://www.lisastamper.info/style.css
You need to upload your style sheetForum: Fixing WordPress
In reply to: “you are here” indicator?Forum: Themes and Templates
In reply to: CSS ConfusionThe problem lies with this code:
<div class="meta">Filed under:
<ul class="post-categories">- General
See that unordered list? That is messing up the font because it is trumping the style ‘meta.’ You can do one of two things: 1. alter the output of the_category() to not be a list (don’t think it is by default 2. change the styling of .post-categories to match that of meta.
Forum: Fixing WordPress
In reply to: Using CSS to style my RSS 2.0 feedI would email the guy that you linked to above. He would be the best to answer this question given that it is his hack.
Forum: Plugins
In reply to: Pics on the rightIt looks like you would need to install another blog, just for photos. Then, you could use get_recent_posts() or an RSS aggregator to display the images on another page.
It looks like he is just grabbing the last five gallery sections and displaying them on his front page.Forum: Fixing WordPress
In reply to: Vanishing PicturesCan you link to an example of the problem?
Forum: Your WordPress
In reply to: retarded jimmy’sLooks good. I would tweak your css though. The content area is up to high and there is a weird top margin to the whole site(in Firefox .10). Looks good nonetheless!
Forum: Themes and Templates
In reply to: Questions about TridentYou needn’t post your whole style sheet…we can easily view the page source of your site. 1.) dont see problem with FF.
Try for 2)
form {padding: 0; margin: 0; }
or whatever works. 3.) won’t work because your image width is only 770px! Stretch it beyond that and it will look bad.
What is up with your pic!? 🙂