iand
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Making Header Background Image Clickable LinkPodz’s css guide covers it in some detail:
http://www.tamba2.org.uk/wordpress/graphicalcss/header/index.html (I think, its blocked by my work computer. If its not that page, its around there somewhere.Forum: Fixing WordPress
In reply to: RSS Feeds not picking up.If you look in the footer, your feeds start
feed:http://zachishere...Some rss readers seem to choke on thefeed:part so if you change them the justhttp://zachishere...it should work. Bloglines picks up the rss2 feed ok at the moment.Forum: Plugins
In reply to: Matt’s Asides with the default WP 1.5 templateI think asides can be theme specific. You will have to look at the code for the theme you want to use and compare it to the classic and default themes – if it is based on default then you will need to use the default-specific instructions, otherwise just use the ‘normal’ ones.
Forum: Plugins
In reply to: Random posts on the main pageCustomisable post listings has a get random posts function:
http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings
to use the ‘random_posts()’ function you would need to put is as
<?php random_posts(); ?>in your template.Forum: Plugins
In reply to: Comment-Plugger – HEADERS problemYou probably have spaces after the last ?> in the comment-plugger.php file. Deleting them should get rid of the error.
Forum: Plugins
In reply to: Displaying RSS headlines in the sidebar?You could try http://rawlinson.us/blog/index.php?p=212
And when you search, below the 5 results is a link to a google search. I find it tends to have better results.Forum: Fixing WordPress
In reply to: Error 28 from table handlerThe codex suggests its a host problem:
http://codex.wordpress.org/Answers-Trouble_ShootingForum: Fixing WordPress
In reply to: OS X & .htaccessYou might also have to edit your username.conf file. Mine contains:
<Directory "/Users/ian/Sites/">
Options Indexes MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory><Directory "/Library/WebServer/Documents/">
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>You will have to stop and restart apache for it it to work.
Forum: Plugins
In reply to: Exhibit in 1.5You probably need to make this change:
http://wordpress.org/support/topic.php?id=8501#post-124322Forum: Installing WordPress
In reply to: Worpress installation only with PHP no MySQLWP needs a database to work. You will have to either have to upgrade your account or find another free host who offers mySQL. Sorry.
Forum: Themes and Templates
In reply to: Static WordPress “Page” as Landing Page for SiteAny other click brings up index php
Root, one thing to note – as far as I can tell, if you use the next/previous page links on home.php, page2 etc still calls home.php and not index.php.Forum: Fixing WordPress
In reply to: Blogring: Sindicate multiple blogs in one placeSorry, my mistake.
The right link should be: http://projects.radgeek.com/feedwordpress/Forum: Installing WordPress
In reply to: Blogger imports missing WP templates…?Yeah, I think its one of the files created when you do the export blogger thing. Glad it works now.
Welcome to WP too!Forum: Fixing WordPress
In reply to: Blogring: Sindicate multiple blogs in one placeThis might do what you want:
http://www.conradsblog.doodleweb.org/index.phpForum: Installing WordPress
In reply to: Blogger imports missing WP templates…?Looks like you have a index.html or something in your folder. Going direct to http://www.conradsblog.doodleweb.org/index.php works. Suggest renaming index.html (or htm).