ifelse
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: <code></code> seems not workThe code tag is working as it is intended by the html specification. Similarly, the plugin is working as it is intended.
However, what you’re looking for is really client-side css styling. Add the following to the bottom of your style.css file
code {
display:block;
font-size: 0.9em;
font-family: "Courier New";
border:1px solid black;
background-color: #f9f9f9;
width: 400px;
overflow: auto;
padding:5px;
}Forum: Themes and Templates
In reply to: Theme Competition Winners AnnouncedIt’s not my intention to add to any noise, but I’d like to say that your page was a fantastic resource for the community Shadow and that it’ll be missed.
Your efforts were appreciated.
Forum: Fixing WordPress
In reply to: Category Numbers in the Thousands? Why?Alos note that it is possible to reset the AUTO_INCREMENT counter through MySQL. However, as this is not affecting anything else, I’d be tempted to just acknowledge this situation has occured and move on.
Forum: Fixing WordPress
In reply to: Category Numbers in the Thousands? Why?I can’t see anything that would account for this behaviour. The category_id column is auto incremented by MySQL and thus should be sequential. Are you using any category/tag plugins?
Forum: Plugins
In reply to: Help changing font size help!Firstly, this is not a WP issue but a html/css one. It is advisable that you do a little bit of research on css.
If you want to change the font-size, then add the following to the bottom of style.css
.storyContent p{
font-size:20px;
}Forum: Fixing WordPress
In reply to: Possible way to run a home-made “list_drafts” ?It’s not actually as strange as it may sound.
I think what he wants is something that pulls back a list of the titles of the posts that are currently drafts (i.e. not published).
This can be used in various fashion; as a notification of upcoming articles for a magazine for example. Correct me if I’ve gone off the track of course.
Forum: Themes and Templates
In reply to: Variable width templates?A bit of self promotion here but there’s also Gentle Calm which you can preview in my Sandbox.
Forum: Themes and Templates
In reply to: missing files in theme?Strictly speaking, the only necessary files in a theme are index.php and style.css. Ryan, WP developer, has an article on the anatomy of a theme
Forum: Themes and Templates
In reply to: Sidebar ProblemsIt’s virtually impossible for us to help without a link to the actual page. We need to be able to see the CSS.
Forum: Everything else WordPress
In reply to: CC Attribution code inside of GPL theme – can it be?FWIW, it’s a lovely looking theme. Well done!
Forum: Your WordPress
In reply to: My Blog for WebmastersSome of the comments have been (probably a bit too) harsh because of the fact that the recent WP theme contest has brought up some many possible options (140 of them in fact!)
At the end of the day however, it’s always going to be down to content. However, a little work on the design side will pay dividends and will help people look beyond the look to what’s underneath.
Forum: Fixing WordPress
In reply to: Different Homepage while keeping site in WPThere is no requirement to run the_loop in any of the pages. In practice, it’s usually pointless not to as that is the driving pin for WP but it’s an option.
Secondly, as Root pointed out, home.php (in your theme dir) is higher in the template hierachy and executes first, preempting index.php. This page is called on the home page only. I’ve exploited this on my site as a mechanism to switch from 3 col to 2 col but there is no reason why you can’t use it as a static boilerplate page.
Forum: Everything else WordPress
In reply to: Support Matt MullwegBTW, has Matt unofficially changed his name from Mullenweg to Mullweg to escape all the noise as the title of this thread seems to suggest? 🙂
Forum: Everything else WordPress
In reply to: Support Matt MullwegSome of the comments on the other thread were disappointing. What a lot of people seem to forget is that Matt’s contribution to the community has been immense and his integrity & character has been immaculate. It’s a shame if in all the hoopla, we overlook this.
Forum: Themes and Templates
In reply to: Theme Competition Winners AnnouncedA big well done to everyone who entered! The real winners are, of course, the WP users with 140 possible themes to choose from!