Making WordPress.org


Ignore:
Timestamp:
03/14/2024 02:47:53 AM (2 years ago)
Author:
adamwood
Message:

wporg-support-2024: Move front page themes plugins

Move from bottom of front page into forums grid
Span the empty columns in the last row to fill the grid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/bbpress/loop-forums-homepage.php

    r13272 r13329  
    3030</section>
    3131
    32 <section class="forums-homepage-themes-plugins">
    33     <p><?php
    34         /* translators: 1: Theme Directory URL, 2: Plugin Directory URL */
    35         printf( __( 'Looking for help with a specific <a href="%1$s">Theme</a> or <a href="%2$s">Plugin</a>?<br>Every theme and plugin has their own. Head to their individual pages and click "View support forum".', 'wporg-forums' ),
    36             esc_url( __( 'https://wordpress.org/themes/', 'wporg-forums' ) ),
    37             esc_url( __( 'https://wordpress.org/plugins/', 'wporg-forums' ) ),
    38         );
    39     ?></p>
    40 </section>
    41 
    4232<?php do_action( 'bbp_template_after_forums_loop' ); ?>
Note: See TracChangeset for help on using the changeset viewer.