Guest User

Untitled

a guest
Jun 23rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.25 KB | None | 0 0
  1. <div id="post-0" class="post error404 not-found">
  2. <div class="entry-header">
  3. <h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn&rsquo;t it?', 'twentyeleven' ); ?></h1>
  4. </div>
  5.  
  6. <div class="entry-content container_12">
  7. <div class="grid_8">
  8. <p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?></p>
  9.  
  10. <?php the_widget( 'WP_Widget_Recent_Posts', array( 'number' => 10 ), array( 'widget_id' => '404' ) ); ?>
  11.  
  12. <div class="widget">
  13. <h2 class="widgettitle"><?php _e( 'Most Used Categories', 'twentyeleven' ); ?></h2>
  14. <ul>
  15. <?php wp_list_categories( array( 'orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 10 ) ); ?>
  16. </ul>
  17. </div>
  18.  
  19. <?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>  
  20. </div>
  21.  
  22. <div class="grid_4">
  23. <?php get_search_form(); ?>
  24.  
  25. <?php
  26. /* translators: %1$s: smilie */
  27. $archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '</p>';
  28. the_widget( 'WP_Widget_Archives', array('count' => 0 , 'dropdown' => 1 ), array( 'after_title' => '</h2>'.$archive_content ) );
  29. ?>
  30. </div>
  31.  
  32. </div><!-- .entry-content -->
  33. </div><!-- #post-0 -->
Add Comment
Please, Sign In to add comment