iand
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can you group together posts but NOT in a category?You would put them into your single.php page as
<?php previous_in_series(); ?>etc, where you want them to appear. I doubt you want them all, but it might be worth putting all 4 in, seeing which you want and then removing the others.
If you look at the wiki page it has a bit more information.Forum: Fixing WordPress
In reply to: Exhibit plugin: which folder does it upload images to?Exhbit should give you a little browser window beneath the writing box (after you have saved the post once) which lets you navigate your images. You also need to set the base image directory in the exhibit10.cfg file.
Try turning off you wysiwyg editor and see if it appears.Forum: Fixing WordPress
In reply to: can you group together posts but NOT in a category?Some thing like ‘in-series’?
http://wordpress.org/support/topic/34829Forum: Requests and Feedback
In reply to: Responding to someone wanting to switch from WP to MTOh, and WP has a badass suport forum too 😉
Forum: Requests and Feedback
In reply to: Responding to someone wanting to switch from WP to MTAs far as I know, the big MT plus is being able to administer multiple blogs from one interface, the big WP plus is free, as in beer.
From personal experience, WP is far easier to install. On my local machine, WP can be installed in (literally) 2 minutes. I gave up trying to install MT after several hours even with tutorials and manuals.Forum: Themes and Templates
In reply to: Easy tags in 1.6?It looks like it was added by Matt, see here, so it seems to have provenance. Easy tags seems like a more work for little gain (I thought the current tags are easy enough) to me.
Forum: Fixing WordPress
In reply to: Incorporating Posts within a PageYou could try using one of the runphp type plugins. You could then use either a plugin like customisable post listing to display the post you want, or maybe use get_posts to create an extra loop in the page (I don’t know what would happen with a get_posts loop in a page, there might be some loop within a loop weirdness).
Forum: Fixing WordPress
In reply to: bloginfo / RSS feedsIf you post a link to the site in question, people will be more able to help as they can see the problem.
Forum: Fixing WordPress
In reply to: Upgraded to 1.5.1.2 and now Pages are brokenTry replacing
<?php get_sidebar(); ?>with<?php include "sidebar.php"; ?>Don’t forget to backup first though.Forum: Requests and Feedback
In reply to: Request: pmachine importYou could possibly:
Install WP1.2.2
Import using http://wordpress.org/support/topic/3315
Upgrade to WP1.5.1.2
Just a thought, your mileage may vary..Forum: Fixing WordPress
In reply to: rating categoriesIf you need the link cats in a specific order, have you looked at using
wp_get_linksbynameorget_linksbynameto call each link list individually?
See ‘Links Manager tags’: http://codex.wordpress.org/Template_TagsForum: Installing WordPress
In reply to: Upgrade from 1.2x to 1.5The excerpt reloaded error is caused beacause the plugin is not currently activated. Enable it again from the plugins admin page.
Forum: Fixing WordPress
In reply to: en example in your tag img srcOne of mine:
<img src="http://the-way-to-the-centre.org.uk/blog/images/Whoswho.jpg" alt="Whoswho" />Forum: Installing WordPress
In reply to: How do I get PHP and MySQL?You might also want to have a look at:
http://maczealots.com/tutorials/wordpress/ and
http://girtby.net/offerings/wordpress-osx-local-mirrorForum: Installing WordPress
In reply to: Request: Author Category Permissions pluginOwen’s Limit Categories is based on user levels:
http://redalt.com/downloads/