Title: pilcrow's Replies | WordPress.org

---

# pilcrow

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

 *   [Profile](https://wordpress.org/support/users/pilcrow/)
 *   [Topics Started](https://wordpress.org/support/users/pilcrow/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pilcrow/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pilcrow/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pilcrow/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pilcrow/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pilcrow/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: [export/import select posts, wp to wp](https://wordpress.org/support/topic/exportimport-select-posts-wp-to-wp/)
 *  [pilcrow](https://wordpress.org/support/users/pilcrow/)
 * (@pilcrow)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/exportimport-select-posts-wp-to-wp/#post-1027670)
 * I’d like to know, too. I want to import only the posts that were published after
   a certain date.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding links to image captions](https://wordpress.org/support/topic/adding-links-to-image-captions/)
 *  [pilcrow](https://wordpress.org/support/users/pilcrow/)
 * (@pilcrow)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/adding-links-to-image-captions/#post-873089)
 * Sure. Sorry for being cryptic!
 * Don’t use the image editor for captions at all. Instead, insert the image the
   usual way, and below it (in the post editor), type a paragraph with the photo
   credit link. Then switch over to html view and add `<p class="img-cap">` before,
   and `</p>` after, the credit.
 * Now, in your stylesheet add something like
 *     ```
       p.img-cap {
       	margin-top:-1.5em;
       	font-size: .75em;
       	font-style:italic;
       	text-align:right;
       	padding:2px 0 0;
       	}
       ```
   
 * You’ll probably want to adjust the margins & padding to suit your own theme; 
   this is what worked with mine. Sorry my site’s not live yet, or I’d show you 
   it in action.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Better Blogroll] change sort order](https://wordpress.org/support/topic/plugin-better-blogroll-change-sort-order/)
 *  [pilcrow](https://wordpress.org/support/users/pilcrow/)
 * (@pilcrow)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-better-blogroll-change-sort-order/#post-760832)
 * Hah! I just realized you can do it directly in your theme, because wp_list_bookmarks()
   allows you to order randomly and limit the number of links shown. So…
 * `<?php wp_list_bookmarks('categorize=1&title_before=<h3>&title_after=</h3>&orderby
   =rand&limit=4'); ?>`
 * Of course, a plugin would be nicer. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Better Blogroll] change sort order](https://wordpress.org/support/topic/plugin-better-blogroll-change-sort-order/)
 *  [pilcrow](https://wordpress.org/support/users/pilcrow/)
 * (@pilcrow)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/plugin-better-blogroll-change-sort-order/#post-760831)
 * Great plugin, but I agree with arudd that it would be nice to be able to sort
   the links by category. I suppose one quick solution would be to have multiple
   widgets, each giving links from a single category, just like you can have multiple
   text widgets. Any way to enable that?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding links to image captions](https://wordpress.org/support/topic/adding-links-to-image-captions/)
 *  [pilcrow](https://wordpress.org/support/users/pilcrow/)
 * (@pilcrow)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/adding-links-to-image-captions/#post-873077)
 * Whoa! How did anyone ever discover _that?_ I’m impressed! 🙂
 * My solution for now is simply to style p.image-caption so that it looks like 
   an actual caption. I’m not thrilled with this, but (no offense) at least it’s
   quick & easy. I’ll experiment with yours, though. Thanks for posting it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding links to image captions](https://wordpress.org/support/topic/adding-links-to-image-captions/)
 *  [pilcrow](https://wordpress.org/support/users/pilcrow/)
 * (@pilcrow)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/adding-links-to-image-captions/#post-873072)
 * The html editor doesn’t seem to work either. Any other suggestions?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [[solved] Slug as string](https://wordpress.org/support/topic/solved-slug-as-string/)
 *  [pilcrow](https://wordpress.org/support/users/pilcrow/)
 * (@pilcrow)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/solved-slug-as-string/#post-600996)
 * Fabulous — just what I needed!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot modify header info](https://wordpress.org/support/topic/cannot-modify-header-info-2/)
 *  Thread Starter [pilcrow](https://wordpress.org/support/users/pilcrow/)
 * (@pilcrow)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/cannot-modify-header-info-2/#post-458491)
 * <gasp!> That was it! Thank you so much! I’d been looking at the inline-uploading
   and pluggable-functions files. Now I get it!

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