Title: rob1n's Replies | WordPress.org

---

# rob1n

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smarter Archives] Take over plugin](https://wordpress.org/support/topic/take-over-plugin-2/)
 *  Plugin Author [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/take-over-plugin-2/#post-13262428)
 * Great, I’ll take a look in the next day or so!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smarter Archives] Take over plugin](https://wordpress.org/support/topic/take-over-plugin-2/)
 *  Plugin Author [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/take-over-plugin-2/#post-13261893)
 * Hey [@jenolan](https://wordpress.org/support/users/jenolan/) — I’ve unarchived
   the GitHub repo, if you don’t mind submitting some pull requests with the changes
   you’ve made we can start there. I’m obviously not involved with anything WP anymore,
   so in the longer term it would be great if we can transition it over to you!
 * [https://github.com/robinadr/smarter-archives](https://github.com/robinadr/smarter-archives)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Parsedown for WordPress] Corrupts shortcodes ?](https://wordpress.org/support/topic/corrupts-shortcodes/)
 *  Plugin Author [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/corrupts-shortcodes/#post-6620277)
 * Hi Hubert,
 * Thanks for taking the time to let me know. I’ve been pretty busy this week but
   I will take a look at this over the weekend. I suspect the shortcode filters 
   may be firing after Markdown, which would lead to mass confusion all around.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Parsedown for WordPress] Custom post types ?](https://wordpress.org/support/topic/custom-post-types-231/)
 *  Plugin Author [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/custom-post-types-231/#post-6439441)
 * No plans for custom post types, unless people really want it. I originally wrote
   this plugin because a) I wanted to use the Parsedown library, and b) I didn’t
   want the 10,000 other features that Jetpack forces onto you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smarter Archives] Configure according to https://robinadr.com/archives](https://wordpress.org/support/topic/configure-according-to-httpsrobinadrcomarchives/)
 *  Plugin Author [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/configure-according-to-httpsrobinadrcomarchives/#post-6339699)
 * Hi Erik,
 * The code I use is here:
 * [https://gist.github.com/robinadr/1e588fe0f14f8b6ae95c](https://gist.github.com/robinadr/1e588fe0f14f8b6ae95c)
 * Let me know if you have any other questions.
 * Robin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smarter Archives] complete month name](https://wordpress.org/support/topic/complete-month-name/)
 *  Plugin Author [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [11 years ago](https://wordpress.org/support/topic/complete-month-name/#post-6235118)
 * Answered your other thread.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smarter Archives] complete month name](https://wordpress.org/support/topic/complete-month-name-1/)
 *  Plugin Author [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [11 years ago](https://wordpress.org/support/topic/complete-month-name-1/#post-6235117)
 * There’s no option for that, but there’s a `smarter_archives_months` filter here:
 * ` $month_names = array( '',
    __( 'Jan', 'smarter-archives' ), __( 'Feb', 'smarter-
   archives' ), __( 'Mar', 'smarter-archives' ), __( 'Apr', 'smarter-archives' ),
   __( 'May', 'smarter-archives' ), __( 'Jun', 'smarter-archives' ), __( 'Jul', '
   smarter-archives' ), __( 'Aug', 'smarter-archives' ), __( 'Sep', 'smarter-archives'),
   __( 'Oct', 'smarter-archives' ), __( 'Nov', 'smarter-archives' ), __( 'Dec', '
   smarter-archives' ) ); unset( $month_names[0] ); $month_names = apply_filters('
   smarter_archives_months', $month_names );
 * You can hook into this filter, for example in your theme’s functions.php.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smarter Archives] Archive does not work with a child theme](https://wordpress.org/support/topic/archive-does-not-work-with-a-child-theme/)
 *  Plugin Author [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/archive-does-not-work-with-a-child-theme/#post-6000875)
 * Great, I’m glad you got it worked out.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smarter Archives] Everything is on one line.](https://wordpress.org/support/topic/everything-is-on-one-line/)
 *  Plugin Author [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/everything-is-on-one-line/#post-5999803)
 * I think that’s because each year isn’t enclosed in a `<tr>` tag, which appears
   to be a shortcoming in the plugin. I’m planning to rethink how the shortcode 
   works for the next big release.
 * As for how it’s done on my site, I actually do it in PHP using the `get_smarter_archives()`
   function. Here’s what the code looks like:
 * [https://gist.github.com/robinadr/1e588fe0f14f8b6ae95c](https://gist.github.com/robinadr/1e588fe0f14f8b6ae95c)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smarter Archives] Archive does not work with a child theme](https://wordpress.org/support/topic/archive-does-not-work-with-a-child-theme/)
 *  Plugin Author [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/archive-does-not-work-with-a-child-theme/#post-6000860)
 * I haven’t had any reports of this before and I also can’t think of anything that
   would stop it from working in a child theme.
 * I’ll try to reproduce this on my own this weekend. Are you using a publicly available
   parent and or child theme? I can try to reproduce it with exactly what you have
   going on.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hyper Cache] Cache Invalidation not working on Homepage](https://wordpress.org/support/topic/cache-invalidation-not-working-on-homepage/)
 *  [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/cache-invalidation-not-working-on-homepage/#post-5722128)
 * Yup. Whenever I update the plugin files, it has the “Some settings have changed,
   please save your settings” (or something like that) alert at the top of the page
   so I go ahead and do that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hyper Cache] Cache Invalidation not working on Homepage](https://wordpress.org/support/topic/cache-invalidation-not-working-on-homepage/)
 *  [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/cache-invalidation-not-working-on-homepage/#post-5722126)
 * I haven’t changed any settings in the process of installing the last few updates.
   Did the default behavior change?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Parsedown for WordPress] Servers configuration?](https://wordpress.org/support/topic/servers-configuration/)
 *  Plugin Author [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/servers-configuration/#post-5850707)
 * It works with a normal server running PHP. Anything that WordPress supports, 
   this should support too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SP Move Login] Problem activating on wordpress site in subdirectory](https://wordpress.org/support/topic/problem-activating-on-wordpress-site-in-subdirectory/)
 *  [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problem-activating-on-wordpress-site-in-subdirectory/#post-5719033)
 * Just installed it and tried it out; seems to work fine so far. I’ll let you know
   if I have any problems, but so far so good.
 * Thanks for taking the time to fix this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SP Move Login] Problem activating on wordpress site in subdirectory](https://wordpress.org/support/topic/problem-activating-on-wordpress-site-in-subdirectory/)
 *  [rob1n](https://wordpress.org/support/users/rob1n/)
 * (@rob1n)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problem-activating-on-wordpress-site-in-subdirectory/#post-5719030)
 * You’ll figure this out when you work on how to do this, but it just occurred 
   to me that after getting the “/wp” part, you should strip the first slash and
   add a trailing slash to make it work with the rewrite rules.
 * Thanks for looking into this!

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

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