Changeset 7835 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/content-archive-forum.php
- Timestamp:
- 11/08/2018 10:12:38 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/content-archive-forum.php
r7818 r7835 1 <?php if ( ! is_front_page() ) : ?>1 <?php if ( ! is_front_page() && ! is_archive( 'forum' ) ) : ?> 2 2 3 3 <?php bbp_breadcrumb(); ?> … … 10 10 11 11 <?php if ( bbp_has_forums() ) : ?> 12 13 <?php if ( is_front_page() ) : ?>14 <?php bbp_get_template_part( 'loop', 'forums-homepage'); ?>12 13 <?php if ( is_front_page() || is_archive( 'forum' ) ) : ?> 14 <?php bbp_get_template_part( 'loop', 'forums-homepage' ); ?> 15 15 <?php else : ?> 16 <?php bbp_get_template_part( 'loop', 'forums'); ?>16 <?php bbp_get_template_part( 'loop', 'forums' ); ?> 17 17 <?php endif; ?> 18 18
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)