Title: SJTR's Replies | WordPress.org

---

# SJTR

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

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

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to display only one latest post with read more link](https://wordpress.org/support/topic/how-to-display-only-one-latest-post-with-read-more-link/)
 *  Thread Starter [SJTR](https://wordpress.org/support/users/sjtr/)
 * (@sjtr)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-display-only-one-latest-post-with-read-more-link/#post-5445559)
 * Also, if possible to have the read more link so I can ‘move’ it around.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] Do I need to create a template file for this to work?](https://wordpress.org/support/topic/do-i-need-to-create-a-template-file-for-this-to-work/)
 *  Thread Starter [SJTR](https://wordpress.org/support/users/sjtr/)
 * (@sjtr)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/do-i-need-to-create-a-template-file-for-this-to-work/#post-5157628)
 * Anyone?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to have multiple paragraphs with images aligned to the left](https://wordpress.org/support/topic/how-to-have-multiple-paragraphs-with-images-aligned-to-the-left/)
 *  Thread Starter [SJTR](https://wordpress.org/support/users/sjtr/)
 * (@sjtr)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/how-to-have-multiple-paragraphs-with-images-aligned-to-the-left/#post-5157037)
 * Thanks for your reply.
 * Allright, I’ll start looking into custom fields.
 * If you happen to know of a tutorial for these two fields, or plugin, I’d be happy
   to know.
 * Thanks, regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Lightbox effect not working – code needed? [Custom Theme]](https://wordpress.org/support/topic/lightbox-effect-not-working-code-needed-custom-theme/)
 *  Thread Starter [SJTR](https://wordpress.org/support/users/sjtr/)
 * (@sjtr)
 * [12 years ago](https://wordpress.org/support/topic/lightbox-effect-not-working-code-needed-custom-theme/#post-5074345)
 * Hey,
 * so I tried the other options; only Highslide and Shutter are working for me.
 * After as well adding <?php wp_head(); ?> just before the </head> tag lightbox
   worked for me! So do all the other ones.
 * Only weird thing is – and it it’s a little off-topic – the arrangement of the
   images with lightbox is confusing. Sometimes it says image 1/8 but when you click
   on the image the next image isn’t loaded, it just closes it. And when you click
   on the 4th image for example you can click through all of the 8 images in a row
   which is weird as well.
 * Shutter doesn’t have this problem though, unless you might have a solution for
   this little thing I think I’ll stick to Shutter.
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Lightbox effect not working – code needed? [Custom Theme]](https://wordpress.org/support/topic/lightbox-effect-not-working-code-needed-custom-theme/)
 *  Thread Starter [SJTR](https://wordpress.org/support/users/sjtr/)
 * (@sjtr)
 * [12 years ago](https://wordpress.org/support/topic/lightbox-effect-not-working-code-needed-custom-theme/#post-5074331)
 * Hey,
 * I added that to my footer.php. It’s the only file that closes the body. Now the
   admin bar is showing when viewing the website.
 * However, it doesn’t seem to change anything else. I’m running localhost so I 
   can’t post the URL, but if you require any specific code to look at I can post
   it.
 * I’m not sure where to go from here.
 * Thanks, regards -S
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Lightbox effect not working – code needed? [Custom Theme]](https://wordpress.org/support/topic/lightbox-effect-not-working-code-needed-custom-theme/)
 *  Thread Starter [SJTR](https://wordpress.org/support/users/sjtr/)
 * (@sjtr)
 * [12 years ago](https://wordpress.org/support/topic/lightbox-effect-not-working-code-needed-custom-theme/#post-5074328)
 * Thanks for your reply.
 * I’m not sure where to put that. Nor do I understand its purpose even after reading
   up on it on the WordPress Codex (which has always been unclear to me).
 * I do have get_footer in my pages. Not sure if that’s about the same thing?
 * Regards -S
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove automatic white space in posts/pages content](https://wordpress.org/support/topic/remove-automatic-white-space-in-postspages-content/)
 *  Thread Starter [SJTR](https://wordpress.org/support/users/sjtr/)
 * (@sjtr)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-automatic-white-space-in-postspages-content/#post-4880998)
 * Ok, so apparently there was an image and text link in my post surrounded by a
   h4 tag. I removed the tag and the content shifted a bit towards the top.
 * Then I added;
 * remove_filter( ‘the_content’, ‘wpautop’ );
    remove_filter( ‘the_excerpt’, ‘wpautop’);
 * to the functions.php.
 * This seemed to do the trick. Now the content loaded perfectly lines up the top
   of the div.
 * EDIT: Ok this doesn’t work perfectly. The content loads to the top, but all the
   <p> tags disappear. So there is no more any way to use enters in the WP post 
   editor. Unless maybe custom inserting a <p> tag in HTML mode? That seems rather
   too much work.
 * So basically just want to remove the first <p> tag.
 * Any ideas?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove automatic white space in posts/pages content](https://wordpress.org/support/topic/remove-automatic-white-space-in-postspages-content/)
 *  Thread Starter [SJTR](https://wordpress.org/support/users/sjtr/)
 * (@sjtr)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-automatic-white-space-in-postspages-content/#post-4880982)
 * Hi,
 * Well I don’t have any way to post it online right now, but I’m thinking it has
   to do with WP in general. Like it’s caused by the WP ‘mother’ theme. Just like
   when writing a post in the WP editor, you also get this white space on top of
   your content. Would you need to see any specific code?
 * I also tried controlling the <p> tag in the CSS, specific and non-specific but
   the top white space remains there. Only the paragraphs shift, but what I want
   is the whole content loaded to be in a zero position. You see, I used this bit
   of code:
 *     ```
       <?php
       // must use a variable for page id
       // http://codex.wordpress.org/Function_Reference/get_page
       $id = 51;
       $p = get_page($id);
       echo apply_filters('the_content', $p->post_content);
       ?>
       ```
   
 * to call in post content in a custom template. Content is called in a div.
 * Regards

Viewing 8 replies - 1 through 8 (of 8 total)