PDA

View Full Version : phpLD in Wordpress -- statically placed above posts


sskhalsa
02-03-2006, 11:10 PM
Hey,

I am working on a project and would like to know if it is possible to have a wordpress blog, with phpLD statically at the top and posts following it. I know how to insert static text before the posts, but I am wondering how to do it with phpLD.

Secondly, how hard is it to integrate phpLD into wordpress? Does it involve a simple header/footer hack? A php include?

I look forward to your responses :D

seoster
11-10-2006, 03:50 PM
yes a simple php inlcude will help for displaying categories in wordpress.

Put include ("http://yourdomain.com/phpldpath/index.php") in index.php of your current theme of wordpress.

I tried same on my dir at http://www.phplinkdirectory.net/

You will need to make changes to your tpl files of PHPLD to remove header and footers. I am still working on improving this integration... so will post when I have completely integrated both.

let me know if you need more details.

drquek
11-11-2006, 05:43 AM
Content visible to registered users only.

I am trying to add phpLD to my WP blog too. I will share my experience here.