Title: D'Arcy Norman's Replies | WordPress.org

---

# D'Arcy Norman

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Nineteen] Search?](https://wordpress.org/support/topic/search-120/)
 *  Thread Starter [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/search-120/#post-10981821)
 * [@phpexpert21](https://wordpress.org/support/users/phpexpert21/) – that plugin
   doesn’t add end-user functionality that isn’t already exposed by the built-in
   search form. Which isn’t included in the header/nav area of twenty-nineteen, 
   and which could be added only to the footer of that theme as it’s the only widget
   area (the same widget area that Search & Filter would have to use). This doesn’t
   fix the “twenty nineteen has no search form at the top of the page” problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Automatic import image (from the web) into a posts ?](https://wordpress.org/support/topic/automatic-import-image-from-the-web-into-a-posts/)
 *  [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/automatic-import-image-from-the-web-into-a-posts/#post-1571317)
 * Check out the [Grab & Save](http://wordpress.org/extend/plugins/save-grab/) plugin.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Restrict wp_tag_cloud to most recent n posts?](https://wordpress.org/support/topic/restrict-wp_tag_cloud-to-most-recent-n-posts/)
 *  Thread Starter [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/restrict-wp_tag_cloud-to-most-recent-n-posts/#post-1794698)
 * That’s close, but sorting by term_id would only get me the most recently created
   tags, not the tags from the most recent posts.
 * I’ll try messing around with a custom query to see what I come up with.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] [Plugin: List category posts] support for boolean-and?](https://wordpress.org/support/topic/plugin-list-category-posts-support-for-boolean-and/)
 *  Thread Starter [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-support-for-boolean-and/#post-1732406)
 * Cool! Glad to help 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] [Plugin: List category posts] support for boolean-and?](https://wordpress.org/support/topic/plugin-list-category-posts-support-for-boolean-and/)
 *  Thread Starter [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-support-for-boolean-and/#post-1732400)
 * I took a look at the docs for get_posts, and it appears to be able to accept 
   the same args as query_posts. It just needs some tweaking (feeding an array of
   category IDs instead of a text string, etc…)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Advanced Category Excluder] does nto work with PHP 5.3.1](https://wordpress.org/support/topic/plugin-advanced-category-excluder-does-nto-work-with-php-531/)
 *  [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-advanced-category-excluder-does-nto-work-with-php-531/#post-1355158)
 * what’s the fix? my host just updated PHP to 5.3.2, and ACE blew up in my face.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Post Revision Display] Make revisions viewable to readers?](https://wordpress.org/support/topic/plugin-post-revision-display-make-revisions-viewable-to-readers/)
 *  [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-post-revision-display-make-revisions-viewable-to-readers/#post-1072664)
 * I didn’t see your post until now. sorry!
 * This plugin just exposes the list that’s built into WordPress – if your users
   have high enough privileges, they can see the revisions already. You might be
   able to promote them selectively, using a plugin like [Role Manager](http://www.im-web-gefunden.de/wordpress-plugins/role-manager/)
   to enable “view revisions” or something…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Clean-Contact] chokes on apostrophes in blog title](https://wordpress.org/support/topic/plugin-clean-contact-chokes-on-apostrophes-in-blog-title/)
 *  Thread Starter [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-clean-contact-chokes-on-apostrophes-in-blog-title/#post-1345002)
 * sweet! works like a charm. thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AsideShop] Not compatible with WP 2.8?](https://wordpress.org/support/topic/plugin-asideshop-not-compatible-with-wp-28/)
 *  [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-asideshop-not-compatible-with-wp-28/#post-1101432)
 * I found the same thing. Disabling AsideShop fixed the problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [posts published through xmlrpc have < stripped out](https://wordpress.org/support/topic/posts-published-through-xmlrpc-have-lt-stripped-out/)
 *  Thread Starter [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/posts-published-through-xmlrpc-have-lt-stripped-out/#post-1011122)
 * I won’t be able to update either PHP or libxml2 on the shared server, but applied
   the suggested code from [http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/](http://blog.hoofoo.net/2009/01/14/wordpress-patch-for-problamatic-libxml2-version/)
   and it appears to work now.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [posts published through xmlrpc have < stripped out](https://wordpress.org/support/topic/posts-published-through-xmlrpc-have-lt-stripped-out/)
 *  Thread Starter [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/posts-published-through-xmlrpc-have-lt-stripped-out/#post-1011031)
 * I just set up a fresh copy of WordPress 2.7.1, with nothing additional installed–
   just a barebones install of WordPress as distributed through wordpress.org
 * [http://test.darcynorman.net](http://test.darcynorman.net)
 * It’s showing the munged xmlrpc-published posts, too.
 * Could there be something funky on the server? I’d assumed the xmlrpc code was
   pretty much self contained, so wasn’t thinking it could be a server thing.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to display a list of revisions on the displayed post (not in admin/edit ui)?](https://wordpress.org/support/topic/how-to-display-a-list-of-revisions-on-the-displayed-post-not-in-adminedit-ui/)
 *  Thread Starter [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/how-to-display-a-list-of-revisions-on-the-displayed-post-not-in-adminedit-ui/#post-875441)
 * OK. I’ve written a VERY simple plugin that uses a Filter to process the $content
   for a post and append the revisions list. I had to copy the wp_list_post_revisions()
   function and modify it, because the “real” function just dumps the list via echo,
   rather than returning a string for display.
 * Now to see if I can submit my hacked plugin to WordPress.org/extend/plugins…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to display a list of revisions on the displayed post (not in admin/edit ui)?](https://wordpress.org/support/topic/how-to-display-a-list-of-revisions-on-the-displayed-post-not-in-adminedit-ui/)
 *  Thread Starter [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/how-to-display-a-list-of-revisions-on-the-displayed-post-not-in-adminedit-ui/#post-875428)
 * Thanks! That’s exactly what I needed. I’ve hacked in the display for a test theme,
   and am now working on building a simple plugin that can display that info on 
   any theme.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [tag cloud only most recent N posts?](https://wordpress.org/support/topic/tag-cloud-only-most-recent-n-posts/)
 *  [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/tag-cloud-only-most-recent-n-posts/#post-630514)
 * This would be great! My blog’s been running for a long time, so some of the more
   common tags are actually rather out of date. It’d be nice to be able to show 
   a tag cloud for the last year, or last 100 posts, or some variant rather than
   The Definitive Tag Cloud For All Time. Limiting to say 100 tags isn’t useful 
   in my case, because most of those will be things I wrote about years ago, rather
   than what’s going on currently…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WordPress MU Sitewide Tags Pages] Error with Prologue](https://wordpress.org/support/topic/plugin-wordpress-mu-sitewide-tags-pages-error-with-prologue/)
 *  Thread Starter [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-mu-sitewide-tags-pages-error-with-prologue/#post-870486)
 * Found it. The Prologue theme doesn’t try to set a category for a post using its
   embedded post form. I modified the post code like this, and it works fine now:
 *     ```
       $post_id = wp_insert_post( array(
                       'post_author'   => $user_id,
                       'post_title'    => $post_title,
                       'post_content'  => $post_content,
                       'tags_input'    => $tags,
                       'post_status'   => 'publish',
       		'post_category'	=> array(0)
               ) );
       ```
   
 * I’ll post another entry on the Prologue theme page as well. Easy fix.

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

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