Root
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding new classes and IDs to classic themeThe default WP behaviour is that if a single widget is placed in a sidebar all the pre coded sidebar material will disappear. The choice therefore appears to be all or nothing. This is not the case. If you place your hand coded sidebar elements before the if conditional in sidebar.php they will remain there regardless. Thus you can hand code your sidebar in the way you want and you could still use widget functionality for your plugins. Alternatively a lot of people do not realise that the default widget markup can be adjusted by using function.php in the theme. Codex has all the info. But what you want is very doable.
Forum: Fixing WordPress
In reply to: digg3 theme / missing tabsYes you could. 🙂
Forum: Themes and Templates
In reply to: CSS Question – Caption under photosNo CSS needed. Its html plus the text needed.
Unless you want to know how to style the caption.?Forum: Fixing WordPress
In reply to: comments in single.phpI bet he is using Kubrick.
Forum: Fixing WordPress
In reply to: Publishing a list of all commentsI can hear the next question coming Otto42:)
In the meantime the get recent comments plugin must have the bare bones of the code needed. There must be a limit number – removing it would give all of them. Add a bit of pagination and whey……Forum: Fixing WordPress
In reply to: Publishing a list of all commentsThis is interesting – I cant find an example in Codex. It is built into WP and available via a widget. But what the code is I am not quite sure yet.
Forum: Fixing WordPress
In reply to: Publishing a list of all commentsThis is a walk in the park. Follow closely for step by step instructions.
1. Build a new template. Copy and paste index.php and save as recents.php.
2. In recents.php delete the loop.
3. In its place put the recent comments tag (consult codex).
4. Create a new page.
5. Associate page with template.
6. Open a beer, sit in your hot tub, chill out.
Forum: Themes and Templates
In reply to: Adding new classes and IDs to classic themeIMHO: For beginners at themes; it makes a lot of sense to scrap the widgets and do your own thing. God knows the default markup sucks enough anyway but it gives you much more control / flexibility.
Forum: Fixing WordPress
In reply to: style.css changes not applyingThen its going to be a cache thing. Force a hard reload. Ctrl +F5 in Windows.
Forum: Fixing WordPress
In reply to: dynamic sidebar QYou are into some very high end php based layout stuff with this. Might be a bit beyond the scope of the forum. Most people who need to do this can do it themselves 🙂
Forum: Fixing WordPress
In reply to: Unable To Update Blog Layout via style.cssTry to DELETE the old CSS. That will tell you where you are at 🙂
Forum: Themes and Templates
In reply to: Add totally a new sidebarWe need a URI. Really.
Forum: Fixing WordPress
In reply to: Unable To Update Blog Layout via style.cssThis question is really about the tools being used. Now me – I am Joe Simple. Text Editor and FTP. Thats it.
Forum: Your WordPress
In reply to: Simply Simplicity – my work in progressYou just to apply Root’s Rule:
Never apply padding, margins or borders to anything that has it’s width declared.
That is it.
Forum: Everything else WordPress
In reply to: Newbie Question. Is WordPress the right solution?shadow has given a fabulous example of how WP can be used. He might be too modest to mention that there is a lot of hackery going on:) If the OP is not planning on blogging then why use WP? Textpattern might be a better choice.