Root
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Home Page with static info AND posts?I would simply open index.php and just before the loop gets started – I would post in my static content. Below it come my posts. In admin set the number of posts shown to 3. No hackery needed.
Forum: Installing WordPress
In reply to: Installation humiliationSub dir or not. My bet is that you uploaded the WP folder as well.
Forum: Fixing WordPress
In reply to: Beginner needs help with theme uploadStart by going to the root directory of your hosting account. This might be public_html or maybe www. Have a look for WordPress.
Forum: Fixing WordPress
In reply to: Comment box not enabledWell it is not our fault that you posted your half assed rant without ever mentioning your host, or apparently what the performance of that host is in relation to WP. WP does not impose any burdens on any hosts which are set up in accordance with industry standard. But if hosts do their own thing in config there is no guarantee that anything will work at all.
Forum: Your WordPress
In reply to: A Blog Site – Critique RequestedIt looks a bit spammy to me. No proper blog content. Sorry.
Forum: Fixing WordPress
In reply to: Home Page with static info AND posts?Just hard code your stuff into index.php
Have a look in the Codex. See if there is an offset.
Forum: Fixing WordPress
In reply to: Possible hacker intrusion on my siteFolk really should not turn up here out of left field proposing a reinstall and all sorts of frightening stuff when they haven’t got a clue what they are doing. Good catch – whooami. 🙂
Forum: Fixing WordPress
In reply to: semantic code errorsAnd closing a span is not unreasonable.
Forum: Everything else WordPress
In reply to: Javascript: Any light text div fader scripts?Doesn’t WP ship with scriptaculous included?
Forum: Themes and Templates
In reply to: Words running over right hand side panelThere are at least 2 possible but completely different causes. We need a link to the BIQ.
Forum: Everything else WordPress
In reply to: Creating New Page (2nd Blog?)Just use different categories and a new template.
Forum: Themes and Templates
In reply to: Add additional pages theme.Whatever. If your theme is widespread you should look into putting your plugins in the theme functions.php instead.
Forum: Themes and Templates
In reply to: what CSS code do i use to customize the font style of the date?You could use a descendant selector (I think) h2 small {} might work. It would avoid a class. But the best thing is to change the h2 to something smaller h4 etc. Thats what they are for. Small should not have been there in the first place. The mark up is not semantic. I would take it out too.
Forum: Fixing WordPress
In reply to: wp_get_links and WP 2.1You have to add back each link to Cat blogroll.