Title: monkeynotes's Replies - page 2 | WordPress.org

---

# monkeynotes

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 16 through 26 (of 26 total)

[←](https://wordpress.org/support/users/monkeynotes/replies/?output_format=md) [1](https://wordpress.org/support/users/monkeynotes/replies/?output_format=md)
2

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [V1.5 wp_list_pages problem](https://wordpress.org/support/topic/v15-wp_list_pages-problem/)
 *  Thread Starter [monkeynotes](https://wordpress.org/support/users/monkeynotes/)
 * (@monkeynotes)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/v15-wp_list_pages-problem/#post-148450)
 * It appears that wp_list_pages does not like being requested after things like:
 * `<?php the_title(); ?>
    <?php the_content(); ?>
 * Have been processed. If I take them out of the page it goes through just fine.
   This is really odd.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [<!–more–> not working](https://wordpress.org/support/topic/lt-more-gt-not-working/)
 *  Thread Starter [monkeynotes](https://wordpress.org/support/users/monkeynotes/)
 * (@monkeynotes)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/lt-more-gt-not-working/#post-147297)
 * Nope, it does not seem to work at all. I must have broken it somehow, but I really
   have not done that much to the template…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Single categories](https://wordpress.org/support/topic/single-categories/)
 *  Thread Starter [monkeynotes](https://wordpress.org/support/users/monkeynotes/)
 * (@monkeynotes)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/single-categories/#post-147252)
 * Thanks this works great – no need for the plugin – just do this:
 * `<!-- build first query loop-->
    <?php if (have_posts()) : ?> <?php while (have_posts()):
   the_post(); ?> <!--set special selective loop in this instance, filter Cat=News
   and display 1 post--> <?php query_posts("category_name=News&showposts=1"); ?>
   <?php while (have_posts()) : the_post(); ?> <!-- Do your story stuff here -->
   <?php endwhile; ?> <?php endwhile; ?>
 * I imagine I have not done this in the most elegant fashion but it works perfectly.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [URL changed, now I am pooched.](https://wordpress.org/support/topic/url-changed-now-i-am-pooched/)
 *  Thread Starter [monkeynotes](https://wordpress.org/support/users/monkeynotes/)
 * (@monkeynotes)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/url-changed-now-i-am-pooched/#post-129630)
 * Yes, just found that seconds before you replied – this seems to have fixed it.
   Sorry to have wasted your time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [google-hilite bugs](https://wordpress.org/support/topic/google-hilite-bugs/)
 *  [monkeynotes](https://wordpress.org/support/users/monkeynotes/)
 * (@monkeynotes)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/google-hilite-bugs/#post-91074)
 * Thanks rboren
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Exhibit 1.1d Photo Gallery Plugin](https://wordpress.org/support/topic/exhibit-11d-photo-gallery-plugin/)
 *  [monkeynotes](https://wordpress.org/support/users/monkeynotes/)
 * (@monkeynotes)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/exhibit-11d-photo-gallery-plugin/page/9/#post-73296)
 * Hi, this plugin solves most of my image management problems, I have customised
   it a little to suit my needs but now I am stuck. What I want is an option to 
   display the small thumbnail image in the post but without it linking to the bigger
   version. This is useful for posts where just a thumbnail image suffices and there
   is no need to link to a larger image. I have been poking through the exhibit10p.
   php file but I am a bit lost when it comes to raw php.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [google-hilite bugs](https://wordpress.org/support/topic/google-hilite-bugs/)
 *  [monkeynotes](https://wordpress.org/support/users/monkeynotes/)
 * (@monkeynotes)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/google-hilite-bugs/#post-91071)
 * <bump>
    I am getting this error on some google search strings: `Warning: Unknown
   modifier 'r' in /home/public_html/plastic/wp-content/plugins/google-hilite.php
   on line 107` The search that produced this was “pictures of trash/rubbish” I 
   expect the “/” and its immediate proximity to the “r” is the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Exhibit 1.1d Photo Gallery Plugin](https://wordpress.org/support/topic/exhibit-11d-photo-gallery-plugin/)
 *  [monkeynotes](https://wordpress.org/support/users/monkeynotes/)
 * (@monkeynotes)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/exhibit-11d-photo-gallery-plugin/page/7/#post-73267)
 * What browser are you using eric211c ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Error with exhibit](https://wordpress.org/support/topic/error-with-exhibit/)
 *  [monkeynotes](https://wordpress.org/support/users/monkeynotes/)
 * (@monkeynotes)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/error-with-exhibit/#post-97204)
 * Chmod your image directory to 777
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Fix WordPress RSS feeds](https://wordpress.org/support/topic/fix-wordpress-rss-feeds/)
 *  [monkeynotes](https://wordpress.org/support/users/monkeynotes/)
 * (@monkeynotes)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/fix-wordpress-rss-feeds/#post-76700)
 * I get a 500 server error when I add this to my .htaccess file:
    <files rss.xml
   > ForceType application/x-httpd-php </files> <files rss2.xml> ForceType application/
   x-httpd-php < /files > <files index.rdf> ForceType application/x-httpd-php </
   files> <files atom.xml> ForceType application/x-httpd-php </files>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Excerpt/Entire Post](https://wordpress.org/support/topic/excerptentire-post/)
 *  [monkeynotes](https://wordpress.org/support/users/monkeynotes/)
 * (@monkeynotes)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/excerptentire-post/#post-92878)
 * <bump>
    Hi, I am using this excerpt code on my site ([http://www.plasticpattern.org/plastic/](http://www.plasticpattern.org/plastic/))
   but it does not seem to write good XHTML when I include <div>s in the excerpt.
   Is there any way to get it to behave?

Viewing 11 replies - 16 through 26 (of 26 total)

[←](https://wordpress.org/support/users/monkeynotes/replies/?output_format=md) [1](https://wordpress.org/support/users/monkeynotes/replies/?output_format=md)
2