Title: blago's Replies | WordPress.org

---

# blago

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[File Away] Create Expiring Encrypted Links?](https://wordpress.org/support/topic/create-expiring-encrypted-links/)
 *  [blago](https://wordpress.org/support/users/blago/)
 * (@blago)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/create-expiring-encrypted-links/#post-8370899)
 * You could set a time-out to your links by wrapping the FileAway shortcode with
   one from another plugin, for example the “Show/Hide Content at Set Time”: [link to plugin](https://wordpress.org/plugins/shortcodes-to-show-or-hide-content/)
   The link itself can be encrypted within FileAway.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [set current_category in 3.0 menu possible?](https://wordpress.org/support/topic/set-current_category-in-30-menu-possible/)
 *  Thread Starter [blago](https://wordpress.org/support/users/blago/)
 * (@blago)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/set-current_category-in-30-menu-possible/#post-1547755)
 * OK, found a way to hook into the function using `nav_menu_css_class` and wrote
   a function that adds an ancestor css-class to the proper item in a separate menu.
   Write-up here at [blago.net](http://www.blago.net/coding/snippets/add-ancestor-class-to-your-wordpress-3-wp_nav_menu/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Get the Image] [Plugin: Get the Image] Get the image](https://wordpress.org/support/topic/plugin-get-the-image-get-the-image/)
 *  [blago](https://wordpress.org/support/users/blago/)
 * (@blago)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-get-the-image-get-the-image/#post-1799686)
 * hilarious. No, make that: sad. And a warning: when you write easy to use plugins,
   some users expect them to work intuitively, _before actually reading the “instructions”_,
   it having magical DWIM functionality (Do What I Mean). Apparently, your time 
   doesn’t matter, only their “wasted” 10 minutes. Justin, please know that *most*
   of us do value your work; a lot!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [installation on WAMP](https://wordpress.org/support/topic/installation-on-wamp/)
 *  [blago](https://wordpress.org/support/users/blago/)
 * (@blago)
 * [16 years ago](https://wordpress.org/support/topic/installation-on-wamp/#post-1548382)
 * Maybe try a Google search? I seem to remember a similar issue, which was resolved
   by finding and deleting all whitespaces after the closing ?> php tag, in all 
   your WP files (including plugins). There was a plugin that actually performed
   this chore, and it found numerous instances in the official WP php code where
   spaces existed after the closing tag. Maybe it’s that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Custom Taxonomies] bug in saving post with custom taxonomy?](https://wordpress.org/support/topic/bug-in-saving-post-with-custom-taxonomy/)
 *  Thread Starter [blago](https://wordpress.org/support/users/blago/)
 * (@blago)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/bug-in-saving-post-with-custom-taxonomy/#post-1439277)
 * Have disabled the Custom Taxonomies plugin, and simply made my own using the 
   code of [Justin Tadlock](http://justintadlock.com/archives/2009/05/06/custom-taxonomies-in-wordpress-28).
   Which is about 3 lines of standard WP code, compared to 6 separate php files 
   of the other plugin! Am also *much* happier with the admin interface now. And
   my tags will remain attached to the post even if I alter its date.
    I’d say: 
   resolved. Note to self: RTFM.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Custom Taxonomies] bug in saving post with custom taxonomy?](https://wordpress.org/support/topic/bug-in-saving-post-with-custom-taxonomy/)
 *  Thread Starter [blago](https://wordpress.org/support/users/blago/)
 * (@blago)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/bug-in-saving-post-with-custom-taxonomy/#post-1439149)
 * Sorry about the omission. I’m using the [Custom Taxonomies](http://wordpress.org/extend/plugins/custom-taxonomies/)
   plugin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: List category posts] Images showing in list category posts](https://wordpress.org/support/topic/plugin-list-category-posts-images-showing-in-list-category-posts/)
 *  [blago](https://wordpress.org/support/users/blago/)
 * (@blago)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-list-category-posts-images-showing-in-list-category-posts/#post-1169018)
 * yes; I am using a thumbnails plugin (WP Post Thumbnail) and List Category Post
   and a custom template for displaying thumbnails. For the img source, you could
   use something like `get_post_meta($single->ID, 'gallery_tmb', true)` – and gallery_tmb
   would be the metatag for your thumb.
 * The plugin isn’t working totally perfect, tho’- make sure you back-up your template,
   as mine got deleted when I upgraded the plugin… AND its variable `$cat_link_string`
   renders a broken html end-tag: `<a/>` ought to be `</a>`, of course.

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