1

Im trying to display my dynamic wordpress menu in the header of phpbb.

How do I include the wordpress header? What files should be included in order to display the autogenerated menu?

Christoffer
  • 482
  • 7
  • 32

1 Answers1

2

My solution was to implement the JSON plugin which exports various WP variables on command: http://wordpress.org/extend/plugins/json-api/

Christoffer
  • 482
  • 7
  • 32