Changeset 2376 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-left.php
- Timestamp:
- 01/26/2016 11:41:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/sidebar-left.php
r1474 r2376 1 1 <div class="col-2 secondary"> 2 <a href="<?php echo home_url( '/submit-a-wordpress-site/' ); ?>" class="wpsc-submit-site"> Submit a Site →</a>2 <a href="<?php echo home_url( '/submit-a-wordpress-site/' ); ?>" class="wpsc-submit-site"><?php _e( 'Submit a Site →', 'wporg-showcase' ); ?></a> 3 3 4 <h4 class="search"> Search</h4>4 <h4 class="search"><?php _e( 'Search', 'wporg-showcase' ); ?></h4> 5 5 <?php // @todo: use get_search_form(); ?> 6 6 <form method="get" id="searchform" action="<?php echo home_url( '/' ); ?>"> 7 7 <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" class="text" /> 8 <input type="submit" id="searchsubmit" value=" Go" class="button" />8 <input type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Go', 'wporg-showcase' ); ?>" class="button" /> 9 9 </form> 10 10 11 11 12 12 <?php popular_tags(); ?> 13 <a href='<?php echo home_url( '/tag-cloud/' ); ?>' class="wpsc-all-tags"> View All Tags →</a>13 <a href='<?php echo home_url( '/tag-cloud/' ); ?>' class="wpsc-all-tags"><?php _e( 'View All Tags →', 'wporg-showcase' ); ?></a> 14 14 15 <h4> Browse by Flavor</h4>15 <h4><?php _e( 'Browse by Flavor', 'wporg-showcase' ); ?></h4> 16 16 <ul class="submenu"> 17 17 <?php wp_list_categories( 'exclude=4&title_li=' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.