Making WordPress.org


Ignore:
Timestamp:
12/16/2024 08:01:21 PM (4 months ago)
Author:
johnjamesjacoby
Message:

bbPress.org: theme tweaks

Part of bb-base theme changes

See: https://buddypress.trac.wordpress.org/ticket/9262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/sidebar.php

    r6363 r14284  
    77
    88            <div>
    9                 <h3><?php _e( 'Forum Info', 'bbporg' ); ?></h3>
     9                <h2><?php _e( 'Forum Info', 'bbporg' ); ?></h2>
    1010                <ul class="forum-info">
    1111                    <?php bb_base_single_forum_description(); ?>
     
    1616
    1717            <div>
    18                 <h3><?php _e( 'Forum Feeds', 'bbporg' ); ?></h3>
     18                <h2><?php _e( 'Forum Feeds', 'bbporg' ); ?></h2>
    1919                <ul>
    2020                    <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/"><?php _e( 'Recent Posts', 'bbporg' ); ?></a></li>
     
    2626
    2727            <div>
    28                 <h3><?php _e( 'Topic Info', 'bbporg' ); ?></h3>
     28                <h2><?php _e( 'Topic Info', 'bbporg' ); ?></h2>
    2929                <ul class="topic-info">
    3030                    <?php bb_base_single_topic_description(); ?>
     
    3434            <div>
    3535                <?php bbp_topic_tag_list( 0, array(
    36                     'before' => '<h3>' . __( 'Topic Tags', 'bbporg' ) . '</h3><ul class="topic-tags"><li>',
     36                    'before' => '<h2>' . __( 'Topic Tags', 'bbporg' ) . '</h2><ul class="topic-tags"><li>',
    3737                    'after'  => '</li></ul>',
    3838                    'sep'    => '</li><li>',
     
    4747                    <?php bbp_topic_admin_links( array (
    4848                        'id'     => bbp_get_topic_id(),
    49                         'before' => '<h3>' . __( 'Topic Admin', 'bbporg' ) . '</h3><ul class="topic-admin-links"><li>',
     49                        'before' => '<h2>' . __( 'Topic Admin', 'bbporg' ) . '</h2><ul class="topic-admin-links"><li>',
    5050                        'after'  => '</li></ul>',
    5151                        'sep'    => '</li><li>',
     
    5959
    6060            <div>
    61                 <h3><?php _e( 'Forums', 'bbporg' ); ?></h3>
     61                <h2><?php _e( 'Forums', 'bbporg' ); ?></h2>
    6262                <?php echo do_shortcode( '[bbp-forum-index]' ); ?>
    6363            </div>
     
    6565
    6666            <div>
    67                 <h3><?php _e( 'Views', 'bbporg' ); ?></h3>
     67                <h2><?php _e( 'Views', 'bbporg' ); ?></h2>
    6868                <ul>
    6969
     
    7878
    7979            <div>
    80                 <h3><?php _e( 'Feeds', 'bbporg' ); ?></h3>
     80                <h2><?php _e( 'Feeds', 'bbporg' ); ?></h2>
    8181                <ul>
    8282                    <li><a class="feed" href="<?php bbp_forums_url(); ?>feed/"><?php _e( 'All Recent Posts', 'bbporg' ); ?></a></li>
     
    8585            </div>
    8686
    87             <div>
    88                 <h3><?php _e( 'Tags', 'bbporg' ); ?></h3>
     87            <div class="bbp-topic-tag-cloud">
     88                <h2><?php _e( 'Tags', 'bbporg' ); ?></h2>
    8989                <?php echo do_shortcode( '[bbp-topic-tags]' ); ?>
    9090            </div>
     
    9494    <?php elseif ( is_front_page() || is_404() ) : ?>
    9595
    96         <div class="feature">
    97             <h3><?php _e( 'bbPress Complete', 'bbporg' ); ?></h3>
     96        <div>
     97            <h2><?php _e( 'bbPress Complete', 'bbporg' ); ?></h2>
    9898            <p><a href="https://www.packtpub.com/web-development/bbpress-complete"><img width="225" alt="<?php esc_attr_e( 'bbPress Complete', 'bbporg' ); ?>" src="<?php echo get_stylesheet_directory_uri(); ?>/images/bbpress-packt.jpg"/></a></p>
    9999            <p class="book-description"><?php _e( 'A step-by-step guide to creating, managing, and growing a community around your WordPress website.', 'bbporg' ); ?></p>
     
    105105
    106106        <div>
    107             <h3><?php _e( 'Legacy', 'bbporg' ); ?></h3>
     107            <h2><?php _e( 'Legacy', 'bbporg' ); ?></h2>
    108108            <ul>
    109109                <li><a href="<?php echo get_permalink( 116247 ); ?>"><?php _e( 'Plugins for bbPress 1.1', 'bbporg' ); ?></a></li>
     
    114114
    115115        <div>
    116             <h3><?php _e( 'Categories', 'bbporg' ); ?></h3>
     116            <h2><?php _e( 'Categories', 'bbporg' ); ?></h2>
    117117            <ul>
    118118                <?php wp_list_categories( array( 'title_li' => false ) ); ?>
     
    121121
    122122        <div>
    123             <h3><?php _e( 'Tags', 'bbporg' ); ?></h3>
     123            <h2><?php _e( 'Tags', 'bbporg' ); ?></h2>
    124124            <?php wp_tag_cloud(); ?>
    125125        </div>
Note: See TracChangeset for help on using the changeset viewer.