Title: Nick Ottens's Replies | WordPress.org

---

# Nick Ottens

  [  ](https://wordpress.org/support/users/ottens/)

 *   [Profile](https://wordpress.org/support/users/ottens/)
 *   [Topics Started](https://wordpress.org/support/users/ottens/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ottens/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ottens/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ottens/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ottens/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ottens/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 63 total)

1 [2](https://wordpress.org/support/users/ottens/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ottens/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/ottens/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/ottens/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/ottens/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Newsletter Glue - Best WordPress email newsletter plugin] Placement of Logo](https://wordpress.org/support/topic/placement-of-logo/)
 *  [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/placement-of-logo/#post-13377550)
 * Awesome! I’d love that too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Liveblog] More than 5 posts](https://wordpress.org/support/topic/more-than-5-posts/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/more-than-5-posts/#post-12386440)
 * Fantastic! Thank you so much.
 * In case anybody else is wondering, it’s in /classes/class-wpcom-liveblog-lazyloader.
   php
 * Change:
 * > self::$number_of_entries = 5;
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Gutenberg] Should not be the default editor](https://wordpress.org/support/topic/should-not-be-the-default-editor/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [7 years ago](https://wordpress.org/support/topic/should-not-be-the-default-editor/#post-11590289)
 * Hi Courtney, thanks for your message!
 * I use Gutenberg for one of my blogs, which is heavier on graphics, and I’ve gotten
   used to it there. For the other, I prefer Classic. That’s mostly a text blog 
   and I like to code headers, link, etc. manually. I also often move paragraphs,
   or parts of paragraphs, around there and I find that’s much easier in Classic
   than in Gutenberg.
 * So pros and cons. Gutenberg is a good fit for the first blog, but I hope Classic
   will remain available indefinitely so I can continue to use it for the other 
   one.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Link to full-size media file](https://wordpress.org/support/topic/link-to-full-size-media-file/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/link-to-full-size-media-file/#post-11026910)
 * If this were a theme issue, the problem should go away if I switched themes. 
   It doesn’t.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Link to full-size media file](https://wordpress.org/support/topic/link-to-full-size-media-file/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/link-to-full-size-media-file/#post-11008910)
 * I don’t see more options when I try with a different theme, though (Twenty Nineteen).
 * In the Block edit menu, it gives me the option to link to Attachment Page, Media
   Files or None — nothing about images size. Same in the Edit Gallery menu.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Link to full-size media file](https://wordpress.org/support/topic/link-to-full-size-media-file/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/link-to-full-size-media-file/#post-10990125)
 * Of course! Here’s an example:
 * [http://forgottentrek.com/designing-the-next-generation-bridge/](http://forgottentrek.com/designing-the-next-generation-bridge/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hamilton] Add author name](https://wordpress.org/support/topic/add-author-name-4/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/add-author-name-4/#post-10979484)
 * Thanks!
 * In case anyone is interested, here’s what I did:
 *     ```
       <div class="meta">
   
       <?php 
       echo __( 'In', 'hamilton' ) . ' '; the_category( ', ' ); ?>
   
       <span>&bull;</span>
   
       <?php 
       echo __( 'By', 'hamilton' ) . ' '; the_author_posts_link();
   
       if ( comments_open() ) : ?>
       ```
   
 * Great theme!
    -  This reply was modified 7 years, 6 months ago by [Nick Ottens](https://wordpress.org/support/users/ottens/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Liveblog] Links in Key Events Widget no longer work](https://wordpress.org/support/topic/links-in-key-events-widget-no-longer-work/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/links-in-key-events-widget-no-longer-work/#post-9940699)
 * This has been fixed in the most recent update. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Search results switch template on Page 2](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/#post-9553605)
 * Yes, I realized that and changed it to `get_template_part( 'content', 'search');`
   after I posted — but no effect.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Search results switch template on Page 2](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/#post-9552990)
 * No, it still loads the wrong one starting from Page 2.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Search results switch template on Page 2](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/#post-9552951)
 * Here’s what I put in my functions file, but the problem remains, I’m afraid:
 *     ```
       	 /*
       	 * Enable infinite scroll
       	 */
       	 add_theme_support( 'infinite-scroll', array(
       		'container' => 'main',
       		'render'    => 'jetpack_sentinel_infinite_scroll_render',
       		'footer' => 'page',
       	 ) );
   
       /**
        * Custom render function for Infinite Scroll.
        */
       function jetpack_sentinel_infinite_scroll_render() {
       	while ( have_posts() ) {
       		the_post();
       		if ( is_search() ) {
       			get_template_part( 'template-parts/content', 'search' );
       		} else {
       			get_template_part( 'template-parts/content', get_post_format() );
       		}
       	}
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Search results switch template on Page 2](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/#post-9540735)
 * Sorry — I’m afraid I’m not enough of a coder to understand.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Search results switch template on Page 2](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/#post-9532622)
 * I’m not sure what you mean?
 * This is the code I put in my functions file to enable Infinite Scroll:
 *     ```
       	 /*
       	 * Enable infinite scroll
       	 */
       	 add_theme_support( 'infinite-scroll', array(
       		'container' => 'main',
       		'footer' => 'page',
       	 ) );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Search results switch template on Page 2](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/#post-9528158)
 * Twenty Sixteen displays all the search results the same.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Search results switch template on Page 2](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/)
 *  Thread Starter [Nick Ottens](https://wordpress.org/support/users/ottens/)
 * (@ottens)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/search-results-switch-template-on-page-2-2/#post-9520907)
 * Thanks for your reply!
 * Yes — if I disable Infinite Scroll, the problem disappears.

Viewing 15 replies - 1 through 15 (of 63 total)

1 [2](https://wordpress.org/support/users/ottens/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/ottens/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/ottens/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/ottens/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/ottens/replies/page/2/?output_format=md)