ifelse
Forum Replies Created
-
Forum: Your WordPress
In reply to: New WP site, a bit different…Interesting and different. Nice work in producing a more conventional design via the macro link.
It’s not everyone’s cup of tea but makes a bold impression. Well done.
Forum: Plugins
In reply to: Warn if title post is blank?RSS aggregators check on a periodic basis (it’s pull not push). Hence, if you go back and change it quickly enough, no one will be any the wiser;-)
Forum: Everything else WordPress
In reply to: Biscuit: PHP on RailsIt’s really nothing to do with WP at all (I think that even Benn will agree that he was stretching it with his reply) but it sounds interesting nonetheless.
I’ll take a look at it when I have some free time…
Forum: Fixing WordPress
In reply to: Changing Blogs URL“Is there any way to get into the admin CP after doing this?”
Go to http://67.15.28.10/~agatio/wordpress/wp-login.phpForum: Fixing WordPress
In reply to: Cannot get update to workDid you upload version 1.5 to your server? upgrade.php doesn’t download the latest version but refreshes the backend to the version uploaded.
Forum: Plugins
In reply to: Member pictureYou can ask them to create a Gravatar. The upside of this will that they will also be able to use this avatar when posting on other people’s sites.
Forum: Your WordPress
In reply to: CreativeGuy – What do you think?Nice content. Be careful with the GoogleAds though. Google’s official T&C state that you can only have one set of ads on any given page. As well as putting yourself at risk of getting kicked off adsense, it’s pretty annoying to see 3 ad blocks.
Forum: Fixing WordPress
In reply to: Squares instead of end quotes?Tell him to turn off Word’s smart-quotes auto-formatting.
Tools -> AutoCorrect options -> AutoFormat as you type -> Straight Quotes with Smart quotes.Forum: Themes and Templates
In reply to: ‘Rin’ & ‘Majin’ themes not workingIt’s an environment config issue for the OP’s hosting companies server. 99.99% of users should find that Rin/Manji works fine out of the box.
However, the get_XX() syntax is the canonical way of retrieving theme pages for WP.
Forum: Themes and Templates
In reply to: ‘Rin’ & ‘Majin’ themes not workingTry changing
include('header.php'); , include('sidebar.php'); and include('footer.php');to
get_header(); get_sidebar() and get_footer();respectively.You’ll need to do this on all the php pages.
Forum: Themes and Templates
In reply to: get_sidebar() questionWord of advice: Design your 3 column and 2 column markup first thinking carefully about how to elegently move from one to the other. Only when you’re comfortable with the markup should you start work on the php/wp tags.
Work from outside in.
Forum: Fixing WordPress
In reply to: Styling first 3 posts differently — on first page only!- Copy your index.php to home.php
- Now remove the special styling from index.php.
You should now find that only the front page has this styling.
Forum: Fixing WordPress
In reply to: Archive listing in a PAGE not template…or create a custom page template and assign that to your page.
Forum: Fixing WordPress
In reply to: filtered punctuation marks“Seems, that no one can help me. That’s very poor… this is the “WordPress Support”, isn’t it?”
Please read this post. Some things to note:- We’re all volunteers.
- Nobody owes you anything.
- Having an attitude makes it much less likely that people want to help you.
- Specifying no url makes it hard to help you.
- Patience is a virtue.
Forum: Themes and Templates
In reply to: 100 webspace ugly bannerTwo body tags!