Forum Replies Created
-
In reply to: Forums list does not appear correctly on my site
Problem solved! I found the small error in code. Now its working. Thanks a lot for your advise and guide Robin!
In reply to: Forums list does not appear correctly on my siteNearly there 🙂 I found I made an error in code, so I corrected it and now sidebar widgets are corrected. The only last problem I have is that the forum is there twice.
In reply to: Forums list does not appear correctly on my siteNearly there :-), I made an error in code. I corrected it and side bar is now corrected. The only last problem I have now is that the forum is there twice :-).
In reply to: Forums list does not appear correctly on my siteThanks Robin, I guess I understand you completely. I did exactly what you advised me to do and it actualy works, however I am not certain what exact code of bbpress theme should I put there.
The code of page.php looks as follows:
<?php get_header(); ?>
<?php get_template_part(‘loop’, ‘page’); ?>
<?php get_footer(); ?>The questions is what piece of bbpress template code should I put between the header and footer. Now I put there code copied from bbpress/templates/default/extras/page-front-forums.php, and its some improvement, however it is still not correct as it put the sidebare widgets under it instead of its correct location.
If you can advise what code should I put there, then it will be perfect solution.
Thanks a lot for your efforts and time.