danhgilmore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Disable Automatic Updates. Wp-Config.php. Is It Like This?Mainly because I use wp-cli and it expects to see those two lines as the last thing in the wp-config.php
Forum: Fixing WordPress
In reply to: apply patch in ubuntu / linuxYou can use SVN to apply patches in Ubuntu/Linux just as you would via Terminal on OSX.
Forum: Fixing WordPress
In reply to: Disable Automatic Updates. Wp-Config.php. Is It Like This?I would advise to place it just above the line that reads:
/* That’s all, stop editing! Happy blogging. */
Forum: Fixing WordPress
In reply to: Notifications no longer working..??This is a known issue and the devs are currently working on it π
https://wordpress.org/support/topic/forum-bugs-and-broken-things/
Forum: Everything else WordPress
In reply to: Change my wordpress.org email addressThis is a known issue and a patch has been submitted. https://meta.trac.wordpress.org/ticket/1990
The submit button is there, just really hard to see π
Forum: Networking WordPress
In reply to: which is best multisite model?Yes, it is possible to have what you mentioned, but that would be a subFOLDER installation as opposed to a subDOMAIN installation. Just because you are installing INTO a subdomain doesn’t make it a subdomain installation. WordPress would see SUBDOMAIN.DOMAIN.TLD (all three parts) as the domain.
Subdomain installation would be these:
SITE1.DOMAIN.TLD
SITE2.DOMAIN.TLD
SITE3.DOMAIN.TLD
SITE4.DOMAIN.TLDSubfolder installation into a subdomain would look like:
SUBDOMAIN.DOMAIN.TLD/site1
SUBDOMAIN.DOMAIN.TLD/site2
SUBDOMAIN.DOMAIN.TLD/site3
SUBDOMAIN.DOMAIN.TLD/site4Forum: Fixing WordPress
In reply to: How can I remove image from feed?Have you taken a look at this? https://codex.wordpress.org/Customizing_Feeds
Forum: Fixing WordPress
In reply to: Local host to Softaculous1 – I do not believe it is necessary to delete it, but if you no longer want it, you can.
2 – Yes, I believe so. I would wager that script libraries such as Softaculous would only install the core of WordPress. You would have to go in and add your customizations, such as themes, plugins, etc.
2.1 – WordPress 4.6 is out, and your host should install the latest version. If you want 4.5.3, I’d recommend manual installation.
3 – https://codex.wordpress.org/Moving_WordPress
3.1 – You’d have to contact the developers for that plugin for assistance.Forum: Networking WordPress
In reply to: which is best multisite model?There is no “best model” for multisite. It’s all up to you. Do you want DOMAIN.TLD/SUBFOLDER or SUBDOMAIN.DOMAIN.TLD?
You needn’t worry about directory or database structure. WordPress will handle that.
Your second example isn’t multisite, it’s simply a bunch of individual WordPress installations π
Forum: Fixing WordPress
In reply to: My hosted wordpress site is dead slowUnfortunately, you will need to work with your web host to fix this.
You can easily export any site in multisite and import it into a single installation.
https://codex.wordpress.org/Tools_Export_Screen
Unfortunately, you’d have to download your plugins/themes and manually move them to the new installation.
Forum: Networking WordPress
In reply to: Multiple multisites supportJust to clarify, it’s not a mixed subdomain-subdirectory format. It’s just a subfolder installation. WordPress doesn’t care if the domain is FQDN.TLD or SUB.FQDN.TLD or SUBSUB.SUB.FQDN.TLD, it considers that just the domain.
If you go into MySQL and run
select * from wp_site, you’ll seeid: 1
domain: subdomain.domain.com
path: /Forum: Networking WordPress
In reply to: Multi site – Individual blogsYou can take the theme you have now, and create a child theme, and then make that the only theme available to other users. That would force them to use the theme you want them to use.
Admins of each site have the ability to change the header image, and text via the Appearance menu in the Dashboard.
Forum: Fixing WordPress
In reply to: Problem activating woocommerce pluginUnfortunately, you’ll need to contact the developers of the plugin here: https://wordpress.org/support/plugin/woocommerce
Forum: Fixing WordPress
In reply to: Login/Register Via Java Web AppIt’s a strong password, but the wp-login.php page is not available to anyone.