Title: siewe's Replies | WordPress.org

---

# siewe

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[2.1.2]Publishing or saving posts is not working](https://wordpress.org/support/topic/212publishing-or-saving-posts-is-not-working/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/212publishing-or-saving-posts-is-not-working/#post-542336)
 * Anyone, please?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change login text with an image](https://wordpress.org/support/topic/change-login-text-with-an-image/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/change-login-text-with-an-image/#post-522175)
 * Solved with: [http://wordpress.org/support/topic/90853?replies=2](http://wordpress.org/support/topic/90853?replies=2)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change login text with an image](https://wordpress.org/support/topic/change-login-text-with-an-image/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/change-login-text-with-an-image/#post-522158)
 * Bump
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Change login text with an image](https://wordpress.org/support/topic/change-login-text-with-an-image/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/change-login-text-with-an-image/#post-522024)
 * There is no answer for my question? If i need to clarify my question i’m willing
   to do that.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Integrate Gallery into WordPress](https://wordpress.org/support/topic/integrate-gallery-into-wordpress/)
 *  [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/integrate-gallery-into-wordpress/#post-238493)
 * Thanks, all help and hints are appreciated. The main thing for me is integration
   with gallery in my wp. That means, it has to fit in my templates.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Integrate Gallery into WordPress](https://wordpress.org/support/topic/integrate-gallery-into-wordpress/)
 *  [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/integrate-gallery-into-wordpress/#post-238476)
 * I’m looking for something like that too noel877, i guess you created a template
   or something with the 4images code in it? Or how else did you achieve such a 
   thing.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Plugin remains in admin while deleted from ftp](https://wordpress.org/support/topic/plugin-remains-in-admin-while-deleted-from-ftp/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/plugin-remains-in-admin-while-deleted-from-ftp/#post-238896)
 * Thanks, the plugin was a few dirs deeper than the plugin dir. The problem is 
   solved now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Sidebar: Show latest posts only if not on homepage](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/page/2/#post-227838)
 * Sweet! You’re untested solutions works like a charm. This is what i have now
   `
   <?php if /* this it not home */ (! is_home()) { ?> <li><h2>Laatste 5 berichten
   </h2> <ul> <?php if (function_exists('c2c_get_recent_posts')) c2c_get_recent_posts(
   5); ?> </ul> </li> <?php } ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Sidebar: Show latest posts only if not on homepage](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/page/2/#post-227836)
 * I’ve edited it. The function works. I think it has something to with the echo
   part. The echo part only appears when i’m not on the home page. The function 
   get recent posts displays always. Sort of outse the ! is_home.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Sidebar: Show latest posts only if not on homepage](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/#post-227834)
 * I’m using the Customizable Post Listings plugin. It is working. However i want
   to display “Latest 5 postings as a menu title. Now i have this:
    `<?php if /*
   this it not home */ (! is_home())  echo ('<li><h2>Latest posts</h2></li>');  {
   c2c_get_recent_posts(5); } ?>
 * It displays the the posts and the title. But it also display the posts on the
   homepage (which i don’t want). I tink i’m close but not close enough.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Sidebar: Show latest posts only if not on homepage](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/#post-227832)
 * I have it working now. Thanks for your help guys.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Sidebar: Show latest posts only if not on homepage](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/#post-227828)
 * If i remove <?php if (have_posts()) : while (have_posts()) : the_post(); ?> and
   <?php endwhile; endif; ?> I see posts in my sidebar. I can open the posts and
   read them. If i want to acces pages like Contact i get a Parse error: parse error,
   unexpected T_ENDIF in /home/******/domains/******/public_html/wp-content/themes/
   siewesite/page.php on line 16.
 * I alse updated page.txt the same as my template.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Sidebar: Show latest posts only if not on homepage](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/#post-227825)
 * Page.txt is working. I’ve setted up the site somewhere else now, on .nl domain
   and edited my profile. Maybe that will work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Sidebar: Show latest posts only if not on homepage](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/#post-227820)
 * I tried your solution IanD it still result in this:
    Parse error: parse error,
   unexpected T_ENDIF in /home/******/domains/******/public_html/wp-content/themes/
   siewesite/page.php on line 15. I have edited the template thought admin panel
   and reuploading the sidebar.php file. Same result
 * Here are my template files in question.
    [sidebar.txt](http://www.siewesite.nl/sidebar.txt)
   [page.txt](http://www.siewesite.nl/page.txt)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Sidebar: Show latest posts only if not on homepage](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/)
 *  Thread Starter [siewe](https://wordpress.org/support/users/siewe/)
 * (@siewe)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/sidebar-show-latest-posts-only-if-not-on-homepage/#post-227817)
 * Thanks for the help guys, but i got a little problem: When i add <?php if (! 
   is_home()) { c2c_get_recent_posts(5) }; ?> to my side bar, i get an error when
   opening a Page (like “Contact”). It says:
    Parse error: parse error, unexpected
   T_ENDIF in /home/******/domains/******/public_html/wp-content/themes/siewesite/
   page.php on line 15
 * Line 15 contains this <?php endwhile; endif; ?> but that is referring to the 
   if and while code in page.php. Adding <?php } ?>
    in sidebar.php wont do any 
   good either.

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

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