Making WordPress.org

Changeset 14401


Ignore:
Timestamp:
02/27/2025 05:56:40 PM (4 months ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org: theme tweaks

Remove book from front & 404 pages.

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

File:
1 edited

Legend:

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

    r14285 r14401  
    11</div>
     2
    23<div class="sidebar">
    34
     
    108109        <?php endif; ?>
    109110
    110     <?php elseif ( is_front_page() || is_404() ) : ?>
    111 
    112         <div>
    113             <h2><?php _e( 'Theme Development', 'bporg' ); ?></h2>
    114             <p><a href="https://www.packtpub.com/web-development/buddypress-theme-development"><img width="225" alt="<?php esc_attr_e( 'BuddyPress Theme Development. A book by Tammie Lister', 'bporg' ); ?>" src="<?php echo get_stylesheet_directory_uri(); ?>/images/buddypress-packt.jpg"/></a></p>
    115             <p class="book-description"><?php _e( 'An in-depth guide to designing, developing, and testing your very own custom BuddyPress theme.', 'bporg' ); ?></p>
    116         </div>
    117 
    118111    <?php elseif ( is_page( array( 'plugins' ) ) ) : ?>
    119112
Note: See TracChangeset for help on using the changeset viewer.