Title: rleon's Replies | WordPress.org

---

# rleon

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Add private status to function](https://wordpress.org/support/topic/add-private-status-to-function/)
 *  Thread Starter [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/add-private-status-to-function/#post-10734081)
 * hi bc
 * Sorry I was not clear. I get that .. but I didnt want to pass it through the 
   URL.
 * My goal was to either set the post to private in the category journal or when
   setting the category in the above code .. set the status to private.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPForms - Easy Form Builder for WordPress - Contact Forms, Payment Forms, Surveys, & More] Invisible reCAPTCHA](https://wordpress.org/support/topic/invisible-recaptcha-13/)
 *  Thread Starter [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/invisible-recaptcha-13/#post-10437229)
 * I redid my keys .. and now it works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] The following required properties are missing: fb:app_id](https://wordpress.org/support/topic/the-following-required-properties-are-missing-fbapp_id-3/)
 *  Thread Starter [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/the-following-required-properties-are-missing-fbapp_id-3/#post-9682850)
 * Yes .. i disabled cloudflare cache and it worked.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The following required properties are missing: fb:app_id](https://wordpress.org/support/topic/the-following-required-properties-are-missing-fbapp_id-2/)
 *  Thread Starter [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/the-following-required-properties-are-missing-fbapp_id-2/#post-9664283)
 * The issue is happening without the plugin. The plug is what allows me to add 
   the fb:app_id to the og metadata .. but that didnt fix it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multi Network] Best security practices for WP-multi-network install?](https://wordpress.org/support/topic/best-security-practices-for-wp-multi-network-install/)
 *  [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/best-security-practices-for-wp-multi-network-install/#post-8494090)
 * I am trying to do that now .. how did you move it to its own directory?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Howto: Domain Mapping without a Plugin – Instructions](https://wordpress.org/support/topic/howto-domain-mapping-without-a-plugin-instructions/)
 *  [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/howto-domain-mapping-without-a-plugin-instructions/page/2/#post-8445421)
 * [@wandering](https://wordpress.org/support/users/wandering/)
 * I took out
 *     ```
       define( ‘COOKIE_DOMAIN’, $_SERVER[ ‘HTTP_HOST’ ] );
       ```
   
 * and added
 *     ```
       define('COOKIE_DOMAIN', '');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Howto: Domain Mapping without a Plugin – Instructions](https://wordpress.org/support/topic/howto-domain-mapping-without-a-plugin-instructions/)
 *  [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/howto-domain-mapping-without-a-plugin-instructions/page/2/#post-8439102)
 * Hi everyone .. this worked ok
 * I added
    define( ‘COOKIE_DOMAIN’, $_SERVER[ ‘HTTP_HOST’ ] );
 * to the config but I still get the error
    ERROR: Cookies are blocked or not supported
   by your browser. You must enable cookies to use WordPress.
 * Also with this config can I move wordpress to its own directory , like a standalone
   site?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Howto: Domain Mapping without a Plugin – Instructions](https://wordpress.org/support/topic/howto-domain-mapping-without-a-plugin-instructions/)
 *  [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/howto-domain-mapping-without-a-plugin-instructions/page/2/#post-8292573)
 * Good morning ..
 * Question ene static ip per WP Mulisite
    If I have one Multisite installation 
   and other WP single site installs will that work?
 * If I want to do more than one Multisite install would I need to request another
   static IP? Will hostgator let me do that or would I need a totally separate hosting
   account?
 * Any workarounds to the static ip restriction?
 * thanks
    Ricardo
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Modify Title , Visibility etc .. per link](https://wordpress.org/support/topic/modify-title-visibility-etc-per-link/)
 *  Thread Starter [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/modify-title-visibility-etc-per-link/#post-7705758)
 * Hi Bc
 * Your first answer was correct. I want to create a few new post links with predetermined
   titles , categories , tags and visibility. End goal is to have a link click on
   it and go straight to blogging without changing the settings.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Assign a specific post format to posts in a specific category.](https://wordpress.org/support/topic/assign-a-specific-post-format-to-posts-in-a-specific-category/)
 *  Thread Starter [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/assign-a-specific-post-format-to-posts-in-a-specific-category/#post-6280065)
 * Ok I am reading this
 * [http://codex.wordpress.org/Category_Templates](http://codex.wordpress.org/Category_Templates)
 * And it seems it is what I need. I am just not sure how to assign a specific post
   format to my category id.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Assign a specific post format to posts in a specific category.](https://wordpress.org/support/topic/assign-a-specific-post-format-to-posts-in-a-specific-category/)
 *  Thread Starter [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/assign-a-specific-post-format-to-posts-in-a-specific-category/#post-6280066)
 * Ok I am reading this
 * [http://codex.wordpress.org/Category_Templates](http://codex.wordpress.org/Category_Templates)
 * And it seems it is what I need. I am just not sure how to assign a specific post
   format to my category id.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] update the front page](https://wordpress.org/support/topic/update-the-front-page/)
 *  Thread Starter [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/update-the-front-page/#post-5776663)
 * Thanks .. I missed content.php .. that got one part.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [wordpress still checking for updates](https://wordpress.org/support/topic/wordpress-still-checking-for-updates/)
 *  Thread Starter [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wordpress-still-checking-for-updates/#post-5274692)
 * I’m actually ok with that. This is not being severed to the public only for me.
   So security is not a concern.
 * I can always manually update if I need to.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ecwid by Lightspeed Ecommerce Shopping Cart] Ecwid Edit Store HTML](https://wordpress.org/support/topic/ecwid-edit-store-html/)
 *  Thread Starter [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/ecwid-edit-store-html/#post-4793106)
 * I also have one page for the store. 3×3 grid works fine. In addition to editing
   the colors can I remove the view option ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [temporarily forward without using settings page](https://wordpress.org/support/topic/temporarily-forward-without-using-settings-page/)
 *  Thread Starter [rleon](https://wordpress.org/support/users/rleon/)
 * (@rleon)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/temporarily-forward-without-using-settings-page/#post-4693690)
 * I am working with the developer but while I wait I would like to do a redirect
   to the page that is supposed to be on the front.

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

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