> ## Content Index
> Fetch the complete content index at: https://jasontucker.blog/llms.txt
> Use this file to discover other available public pages before exploring further.

# How to install LivePress for Wordpress
- URL: https://jasontucker.blog/how-to-install-livepress-for-wordpress/
- Published: 2005-09-29T13:43:52.000Z
- Updated: 2005-09-29T13:43:52.000Z
- Author: Jason Tucker
- Tags: #wordpress

**How to install [Livepress](http://jason.goldsmith.us/dev/projects/wordpress-plugins/live-press/?ref=jasontucker.blog):**

Below is the version I’m running 1.2.0, the lastest version he released doesn’t work (or at least I couldn’t get it to work). I’m all for using the latest and greatest, but if it doesn’t work why bother.

1. Download: [Livepress 1.2.0](http://www.abstrakone.com/blogimages/LivePress.zip?ref=jasontucker.blog)
2. Extract the files and upload them to the webserver, below is how the directory structure should look like:  
> ![](http://www.abstrakone.com/blogimages/livepress1.jpg)  
> ![](http://www.abstrakone.com/blogimages/livepress2.jpg)  
> ![](http://www.abstrakone.com/blogimages/livepress3.jpg)
Once that has been loaded, edit lpsync.config.php and paste in your password as the instructions in the file indicate.  
/www/wp-content/plugins/LivePress/LivePress/lpsynch.config.php : Below is the way mine looks. “abstrakone” is my username on LJ, and “admin” is my username on my WordPress.  
  
$journals\[‘abstrakone’\]\[‘password’\] = ‘c908378957390cgb6f16f5915e5g2e5001’;  
$journals\[‘abstrakone’\]\[‘allowlist’\] = ‘admin’;  
3. Once you do that go into your admin page and go to Plugins and enable the plugin.  
![](http://www.abstrakone.com/blogimages/livepress4.jpg)  
Only 1 Livepress plugin should be listed, If more are listed you messed up and put them in the wrong folders [as I have instructed above.](#screenshots)