OthelloBloke
Forum Replies Created
-
Forum: Your WordPress
In reply to: Photographer website built on WordPressI second those comments. If your website was a woman, I’d marry it.
Forum: Fixing WordPress
In reply to: v2.8 has broken multiple loops – helppp!If I understand you right… each page you’ve uploaded an image and put the name of the image into a custom field called ‘avatar’?
Forum: Fixing WordPress
In reply to: v2.8 has broken multiple loops – helppp!What’s your url?
Personally I’d install the Redirection plugin, and then use
/%category%/%postname%/
Forum: Fixing WordPress
In reply to: How to configure WP with excerptsDo you have an example of a page ?
Forum: Fixing WordPress
In reply to: Redirect category link to page linkJanecraft… you could avoid the ‘/category’ permalink by just changing the permalink in the admin area.
Forum: Fixing WordPress
In reply to: Removing the sidebar from a page and adding tables.It’s obviously something to do with your WordPress theme css.
You really ought to be using css / div tags unless it’s actually tabular data.
Forum: Fixing WordPress
In reply to: Fonts are HUGE in IE but fine in Safari/FF/ChromeYes….
On your homepage you have: <h1>Chris Placitella’s Law Blog<h1>
You need to change the ending h1 tag to </h1>
Forum: Fixing WordPress
In reply to: Show X posts randomly from particular CategoryI managed to work around this by sorting by the custom field using this:
<?php query_posts('showposts=3&meta_key=featured-image&orderby=rand'); ?>But I’d still like to be able to sort by category. Anyone please?
Forum: Fixing WordPress
In reply to: Editing PermalinksThis will take care of that and redirect all your old posts automatically:
Forum: Themes and Templates
In reply to: Issues with creating 404 pageIf you’ve installed correctly and your htaccess file is working correctly, you shouldn’t need to do the redirect through your host at all…
WordPress will take care of it! You can’t link directly to a theme file anyway.
Try this… I haven’t though:
http://www.underjc.com/2007/10/firstrss-plugin-for-wordpress.htmlOr this one:
http://ww.wp.xz.cn/extend/plugins/parteibuch-aggregator/Forum: Fixing WordPress
In reply to: No Contents in the BlogI’d be willing to bet that’s a themes issue – look in the folder that is the current theme and see if there’s anything in there.
If there IS… rename that folder, then upload the default theme and rename it whatever the previous name was on the other one…
Forum: Fixing WordPress
In reply to: How can I force WP to use the www in the URLYeah… just add www. in the General Settings area in the admin!
Forum: Fixing WordPress
In reply to: NextGen Gallery: Galleries don’t display after 2.8!aimeeish…
I looked at ur html… I can’t see anything for thickbox, lightbox, shutter etc…
You should rename the nextgen gallery folder to something else, upload a brand new folder… and then disable the bad behaviour plugin… see if that works…