iand
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: <small> tag disappearThe tag is likely removed because you are using the WYSIWYG editor. Try with it turned off on your profile page, or click the HTML button on the editor and enter you tags there.
Forum: Plugins
In reply to: New Plugin: Expand Comments (w/ AJAX)I would go for total removal, a link to the rss might be confusing for people.
Forum: Plugins
In reply to: New Plugin: Expand Comments (w/ AJAX)Looks good, though one suggestion – would it be possible to make the expand link only appear if there is at least one comment? I found myself trying to expand a ‘no comments’ post and wondering why it was not working.
Forum: Everything else WordPress
In reply to: Stand Alone Server for WordPress?Headers already sent is due to whitespace somewhere (probably config.php):
Codex page.Forum: Everything else WordPress
In reply to: Stand Alone Server for WordPress?Try Podz’ xampp guide – the easiest way to get a local install running on XP
Forum: Plugins
In reply to: don’t save tag <embed>If you are using it, disable the WYSIWYG editor (via your profile page) or click the HTML icon and enter code in the popup box.
Forum: Themes and Templates
In reply to: HTML (Links, Graphics) in Exceprt ViewThe easiest way is to use the excerpt_reloaded plugin, which allows you to specify which formatting is kept for your excerpts.
http://guff.szub.net/the-excerpt-reloadedForum: Everything else WordPress
In reply to: is wp 1.5 still availablehttp://static.wordpress.org/archive/
Make sure you use 1.5.2, earlier versions have security flaws.Forum: Installing WordPress
In reply to: Youtube not WORKING!Are you using the WYSIWYG editor? Try disabling it (on your profile page) and try that. Alternativly, clicking the HTML button and pasting there.
Forum: Plugins
In reply to: Can i make a path ?What you are after are ‘breadcrumbs’. Something from here should work.
Forum: Everything else WordPress
In reply to: Host pressTry http://mu.wordpress.org/ , as free as the normal WP.
Forum: Themes and Templates
In reply to: Track Replies to Comment?Have a search for ‘threaded comments’. I think this is the most recent:
http://wordpress.org/support/topic/59017
Note that it is not a plugin as such, but some serious hackage of the comments.php file (and core files).Forum: Fixing WordPress
In reply to: More Posts on ArchivesThat is one I haven’t seen before. I have always just saved, uploaded and activated. Hopefully someone else can shed some light…
Or you could give the custom query strings plugin a go.Forum: Fixing WordPress
In reply to: More Posts on ArchivesIf you want to use the perpages one, you will need to copy and paste and save it as a .php file. The upload it to your plugins folder (when you have set how many posts you want where).
Forum: Fixing WordPress
In reply to: More Posts on ArchivesEither the custom query strings, or perpage plugins should do what you want. Links and a bit more information here:
http://wordpress.org/support/topic/28937