Title: boondocker's Replies | WordPress.org

---

# boondocker

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nomad World Map] Moving from one URL to another](https://wordpress.org/support/topic/moving-from-one-url-to-another/)
 *  Thread Starter [boondocker](https://wordpress.org/support/users/boondocker/)
 * (@boondocker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/moving-from-one-url-to-another/#post-4739941)
 * That was it! My versions were different. Fixed and running. Love this plugin,
   appreciate the help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Unable to Authorize](https://wordpress.org/support/topic/unable-to-authorize-3/)
 *  Thread Starter [boondocker](https://wordpress.org/support/users/boondocker/)
 * (@boondocker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/unable-to-authorize-3/#post-4719634)
 * Ok, I did that. Sure enough. Is this a recent change? I know I’ve used the other
   account before… Like, a month ago. Strange. Well, mia culpa and thanks for your
   help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Unable to Authorize](https://wordpress.org/support/topic/unable-to-authorize-3/)
 *  Thread Starter [boondocker](https://wordpress.org/support/users/boondocker/)
 * (@boondocker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/unable-to-authorize-3/#post-4719631)
 * Ok, so a couple of other pieces of information. Nothing happens if I click the“
   forgot password” option in Jetpack. No email to my username, nothing. An again,
   I’m using the same username that I’m posting under right now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Unable to Authorize](https://wordpress.org/support/topic/unable-to-authorize-3/)
 *  Thread Starter [boondocker](https://wordpress.org/support/users/boondocker/)
 * (@boondocker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/unable-to-authorize-3/#post-4719630)
 * Thanks Richard. I am using my WordPress.com account – at least the same one I’m
   using to login and post here. Still can’t connect. I just get the following message:
 *  The password you entered for the email or username boondocker is incorrect.
 * Remember, you need to sign in with your WordPress.com account, not your [http://snowmads.com](http://snowmads.com)
   account. What’s the difference?
 * But it ISN’T the wrong password based on this username. The one I’m using here.
 * Any thoughts?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Taxonomy Stopped Saving](https://wordpress.org/support/topic/custom-taxonomy-stopped-saving/)
 *  Thread Starter [boondocker](https://wordpress.org/support/users/boondocker/)
 * (@boondocker)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/custom-taxonomy-stopped-saving/#post-4602117)
 * Bump – we just reset the VPS to prior to the issue and now have the same issue.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Taxonomy Stopped Saving](https://wordpress.org/support/topic/custom-taxonomy-stopped-saving/)
 *  Thread Starter [boondocker](https://wordpress.org/support/users/boondocker/)
 * (@boondocker)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/custom-taxonomy-stopped-saving/#post-4601950)
 * Including the function for the custom taxonomy:
 *     ```
       // Recipe Type Custom Taxonomy
                   $recipe_type_labels = array(
                               'name' => __('Recipe Types', 'FoodRecipe'),
                               'singular_name' => __('Recipe Type', 'FoodRecipe'),
                               'search_items' => __('Search Recipe Types', 'FoodRecipe'),
                               'all_items' => __('All Recipe Types', 'FoodRecipe'),
                               'parent_item' => __('Parent Recipe Type', 'FoodRecipe'),
                               'parent_item_colon' =>__('Parent Recipe Type:', 'FoodRecipe'),
                               'edit_item' => __('Edit Recipe Type', 'FoodRecipe'),
                               'update_item' => __('Update Recipe Type', 'FoodRecipe'),
                               'add_new_item' => __('Add New Recipe Type', 'FoodRecipe'),
                               'new_item_name' => __('Recipe Type Name', 'FoodRecipe'),
                               'menu_name' => __('Recipe Types', 'FoodRecipe')
                             ); 
   
                   register_taxonomy(
                       'recipe_type',
                       'recipe',
                       array(
                             'hierarchical' => true,
                             'labels' => $recipe_type_labels,
                             'query_var' => true,
                             'rewrite' => array( 'slug' => __('recipe-type', 'FoodRecipe') )
                       )
                   );
       ```
   
 * _[Moderator Note: [No bumping](http://codex.wordpress.org/Forum_Welcome#No_Bumping).
   If it’s that urgent, consider [hiring someone](http://jobs.wordpress.net/) instead.]_
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Favorite Posts] Favorite in custom post type not working](https://wordpress.org/support/topic/favorite-in-custom-post-type-not-working/)
 *  [boondocker](https://wordpress.org/support/users/boondocker/)
 * (@boondocker)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/favorite-in-custom-post-type-not-working/#post-3851088)
 * Anyone know how to add the custom post types in the widget?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Really Simple Share] Pinterest Count disappears with Facebook](https://wordpress.org/support/topic/pinterest-count-disappears-with-facebook/)
 *  Thread Starter [boondocker](https://wordpress.org/support/users/boondocker/)
 * (@boondocker)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/pinterest-count-disappears-with-facebook/#post-4468405)
 * Ok, turned off HTML5 and that worked. Didn’t realize I had it turned on. Good
   for folks to know I suppose :0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Secure HTML5 Video Player] Problems viewing on iPad and iPhone](https://wordpress.org/support/topic/problems-viewing-on-ipad-and-iphone/)
 *  [boondocker](https://wordpress.org/support/users/boondocker/)
 * (@boondocker)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/problems-viewing-on-ipad-and-iphone/#post-3341552)
 * Anyone else hear anything on the iPad/iPhone issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Favorite Posts] Refresh Favorite's page](https://wordpress.org/support/topic/refresh-favorites-page/)
 *  Thread Starter [boondocker](https://wordpress.org/support/users/boondocker/)
 * (@boondocker)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/refresh-favorites-page/#post-3374058)
 * Figured it out – WP Supercache issue. Great plugin…

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