bbPress User Profiles not displaying correctly in Atahualpa theme
-
I’m having an issue when using Atahualpa theme, where user profiles are not displayed correctly, seemingly being shown as excerpts.
I have posted on the Atahualpa forum, where they acknowledge it is a theme issue, but cannot offer a solution.
http://forum.bytesforall.com/showthread.php?t=21226Perhaps somebody here could offer some insight?
-
Think this needs someone who is very familiar with both the theme and bbpress !
Have you tried their official support forum
It is a theme issue… Though I expect you knew that was coming 😉
You might be able to find some more info for ‘other’ bbPress Atahualpa issues via:
http://forum.bytesforall.com/search.php?searchid=749383With all that said, I was terrified looking at this theme, it seems that it doesn’t use WordPress Template Hierarchy and overrides/creates it’s own templates and far too many options for my liking.
Create a new file named
bbpress.php
in your theme folder\wp-content\themes\atahualpa
Add the following code to the
bbpress.php
file and you should be good to go:<?php /** * bbPress wrapper template. */ get_header(); ?> <?php while( have_posts() ): the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php get_footer(); ?>
Great, thanks Stephen.
That fixed it nicely!Hi!
Sorry for my bad English!The avatar is not clear in the home of author profile while it is clear in other options (Info Autor Forum)
Question: I have the same issue, but I am using OptimizePress, and the themes folder has many subfolder, where to upload that bbpress.php?
I tried to create a file, save the file in my pc then upload the file to each of the templates, themes under /themes/optimizePressTheme/ but no luck..
Thank you and hoping for a reply.
tried to create a file, save the file in my pc then upload the file to each of the templates, themes under /themes/optimizePressTheme/ but no luck..
you should only do this once so that you have
wp-content/themes/optimizePressTheme/bbpress.php
- You must be logged in to reply to this topic.