post-page

Use LiveJournal Tags on WordPress

1
response

Unteins from the WordPress forums has come up with a way to use LJ tags in your WordPress blogs. From his post on the forums:

If you’d like to be able to use LJ User tags in your WordPress Blog, do this.
Download this file and save it in your WordPress root as wp-ljtags.php
Then add these lines to you my-hacks.php file and make sure hacks are on.
//WP LJ User Tage Parser
require_once(‘wp-ljtags.php’);
add_filter(‘the_content’, ‘parse_lj_tags’);
add_filter(‘comment_text’, ‘parse_lj_tags’);
This works really nicely with the Auto Update hack which let’s you post to your Word Press blog and LJ at the same time. Check out my additions to that hack as well.

You can find his blog at G.B.A.A.O.

heading
heading
One
Response

 

Comments

  1. Unteins says:

    I’m a his….errrr….a him….or something 🙂

    Thanks for spreading the word…..



Obviously Powered by WordPress. © 2003-2013

css.php