Integrating WordPress and FanAdmin Plus

Customize Your WordPress Theme

5. Modify the default WordPress theme to match your site layout. Do this by going to Presentation >> Theme Editor.

At the end of your Header Template, place the following:
<!– HEADER ENDS HERE –>

At the beginning of your Footer Template, place the following:
<!– FOOTER STARTS HERE –>

We’ll be needing this later on for the content for usercp.php and list.php

Inside your Sidebar Template, remove the tag that displays the list of pages. In the default template it looks like this:

<?php wp_list_pages('title_li= <h2>Pages </h2>' ); ?>

Ready? Now on to creating the fanlisting page.

One thought on “Integrating WordPress and FanAdmin Plus”

Comments are closed.