Changeset 13272 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/template-parts/bbpress-front.php
- Timestamp:
- 03/05/2024 02:45:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/template-parts/bbpress-front.php
r9452 r13272 14 14 <?php do_action( 'bbp_template_notices' ); ?> 15 15 16 <section class="three-up" id="forum-welcome"> 17 <div> 18 <div class="info-box"> 19 <span class="dashicons 20 <?php 21 /* translators: dashicon class name for 'Welcome to Support' section. Do not translate into your own language. */ 22 esc_attr_e( 'dashicons-sos', 'wporg-forums' ); 23 ?> 24 "></span> 25 <h3><?php _e( 'Welcome to Support', 'wporg-forums' ); ?></h3> 26 <p><?php _e( 'Our community-based Support Forums are a great place to learn, share, and troubleshoot.', 'wporg-forums' ); ?></p> 27 <p><?php _e( '<a href="https://wordpress.org/support/welcome/">Get started</a>', 'wporg-forums' ); ?></p> 28 </div> 29 </div> 30 <div> 31 <div class="info-box"> 32 <span class="dashicons 33 <?php 34 /* translators: dashicon class name for 'Documentation' section. Do not translate into your own language. */ 35 esc_attr_e( 'dashicons-portfolio', 'wporg-forums' ); 36 ?> 37 "></span> 38 <h3><?php _e( 'Documentation', 'wporg-forums' ); ?></h3> 39 <p><?php _e( 'Your first stop where you\'ll find information on everything from installing to creating plugins.', 'wporg-forums' ); ?></p> 40 <p><?php _e( '<a href="https://wordpress.org/support/">Explore documentation</a>', 'wporg-forums' ); ?></p> 41 </div> 42 </div> 43 <div> 44 <div class="info-box"> 45 <span class="dashicons 46 <?php 47 /* translators: dashicon class name for 'Get Involved' section. Do not translate into your own language. */ 48 esc_attr_e( 'dashicons-hammer', 'wporg-forums' ); 49 ?> 50 "></span> 51 <h3><?php _e( 'Get Involved', 'wporg-forums' ); ?></h3> 52 <p><?php _e( 'The Support Handbook is great for tips, tricks, and advice regarding giving the best support possible.', 'wporg-forums' ); ?></p> 53 <p><?php _e( '<a href="https://make.wordpress.org/support/handbook/">Explore the Handbook</a>', 'wporg-forums' ); ?></p> 54 </div> 55 </div> 16 <section> 17 <p><?php _e( 'Our community-based Support Forums are a great place to learn, share, and troubleshoot. <a href="https://wordpress.org/support/welcome/">Get started!</a>', 'wporg-forums' ); ?></p> 56 18 </section> 57 19 58 <hr /> 59 60 <section> 61 <?php bbp_get_template_part( 'content', 'archive-forum' ); ?> 62 63 <div id="viewdiv"> 64 <ul id="views"> 65 <?php wporg_support_get_views(); ?> 66 </ul> 67 </div><!-- #viewdiv --> 68 </section> 20 <?php bbp_get_template_part( 'content', 'archive-forum' ); ?> 69 21 70 22 <?php do_action( 'bbp_after_main_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.