evilwayz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: htaccess and permalink help*bump*
Forum: Plugins
In reply to: Filter for the_excerpt?Gah – hit return, and posted way too early.
I’m running a test weblog, and needed to have the_excerpt unformated. I ended up deleting this line
add_filter('the_excerpt', 'wpautop');
from vars.php.
I was wondering if anyone can put together a quick filter for the my-hacks.php file to do this.
I’m still a php rookie, hence me asking. Slowly learning though.
Thanks in advance for any help.Forum: Fixing WordPress
In reply to: 1.0 template gone wrongIt looks like you may have added index .php to the location of your blog when asked during the install.
A quick look at your index.php code showed the following:
<style type="text/css" media="screen">
@import url( http://www.shaxted.co.uk/giles/wordpress/index.php/wp-layout.css );
</style>
Try removing it from the site url in Options -> Base settingsForum: Fixing WordPress
In reply to: 12.22.03 CVS bugI t worked – thanks.
Forum: Fixing WordPress
In reply to: 12.22.03 CVS bugusing the latest from the CVS – and editing a post I got the following error messages:
SQL/DB Error:
[Unknown column 'to_ping' in 'field list']
UPDATE b2posts SET post_content =
SQL/DB Error:
[Unknown column 'to_ping' in 'field list']
SELECT to_ping FROM b2posts WHERE ID = 713
SQL/DB Error:
[Unknown column 'pinged' in 'field list']
SELECT pinged FROM b2posts WHERE ID = 713
Warning: Cannot modify header information - headers already sent by (output started at /home/noundies/public_html/wp-includes/wp-db.php:99) in /home/noundies/public_html/wp-admin/post.php on line 349Forum: Fixing WordPress
In reply to: Number of PostsSorry – didn’t make myself clear.
I’m looking to have a secondary page as an archive page, displayng a different number of posts then my main blog page, with the author, date and title. any way I can achive this?Forum: Installing WordPress
In reply to: Movable Type – to – WordPressEnded up getting the script mentioned above – and got the user import to work as well. This was my sticking point, as one of my two blogs had 16 users registered.
I imported the users along with everything else, then edited the passwords via the sql database.
Probably nota big deal – but I’m a n00b learning everything as I go, so editing the database was a pretty cool step.Forum: Installing WordPress
In reply to: Movable Type – to – WordPressJust wondering if there’s ben any more progress on the MT to WordPress Importer?