rleon
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Add private status to functionhi 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.
I redid my keys .. and now it works.
Forum: Plugins
In reply to: [Yoast SEO] The following required properties are missing: fb:app_idYes .. i disabled cloudflare cache and it worked.
Forum: Fixing WordPress
In reply to: The following required properties are missing: fb:app_idThe 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
In reply to: [WP Multi Network] Best security practices for WP-multi-network install?I am trying to do that now .. how did you move it to its own directory?
I took out
define( ‘COOKIE_DOMAIN’, $_SERVER[ ‘HTTP_HOST’ ] );
and added
define('COOKIE_DOMAIN', '');
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?
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
RicardoForum: Hacks
In reply to: Modify Title , Visibility etc .. per linkHi 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
In reply to: Assign a specific post format to posts in a specific category.Ok I am reading this
https://codex.www.ads-software.com/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
In reply to: Assign a specific post format to posts in a specific category.Ok I am reading this
https://codex.www.ads-software.com/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
In reply to: [Hueman] update the front pageThanks .. I missed content.php .. that got one part.
Forum: Localhost Installs
In reply to: wordpress still checking for updatesI’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
In reply to: [Ecwid by Lightspeed Ecommerce Shopping Cart] Ecwid Edit Store HTMLI 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
In reply to: temporarily forward without using settings pageI 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.