Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: integration with wordpress…


peiqinglong
Member

@peiqinglong

The first problem is in your header, you have:

<php bloginfo('stylesheet_url'); ?>, it should be <?php bloginfo('stylesheet_url'); ?> and with the second import, I'm not sure why style.css is just floating around outside. It should be pointing to your forum so it should be: @import url(“/archas/ram/wordpress/forum/bb-templates/your themestyle.css”);`

The second problem is you have to edit EVERY file in the template. Make a new folder in bb-templates, call it whatever you want and copy all the files from kakumei theme except for images directory into your new folder and change all the files that have <bb_get header()> to <get_header()> and don’t forget the footer and sidebar.

The third problem is you need to style the bbpress stylesheet to match your theme…

Skip to toolbar