jschnyderite
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress on subdirectory and rootthe old version would go on the subdirectory so that when the new site is up, it’ll be on the root of the server.
I was able to fix it. Has a typo in my .htaccess and adjusted the site URL and home to example.com/subdirectory.
Only issue now, is when i goto example.com, it shows example.com/subdirectory in the URL. Is there any way to mask or hide that is isn’t at the root?
Forum: Plugins
In reply to: [RSVPMaker] Seding Templated EmailThanks!!
So I can have chimp blast set up a template and basically export it to mailchimp to distribute? Do I have that right?A few more questions:
Can form fields on a HTML or wordpress page populate the template? Can users enter or upload a recipient list to send out? and finally, can evites be send automatically or does someone have to login to mailchimp to schedule?
Forum: Fixing WordPress
In reply to: Change Menu on Shop Page sidebarI’ve done some reading and found I need to change my archive-product file to do this. I assume I can replace where my sidebar is to put code to add a menu I create. I’m not too familiar with PHP. Can someone help with some code that will drop in a menu i create?
Forum: Fixing WordPress
In reply to: Redirecting to subfolder installand do you know exactly what field(s) I should change in my DB? I don’t know if changing the URL affects many fields, or all other links are relative to my main URL
Forum: Fixing WordPress
In reply to: Redirecting to subfolder installOnce I get it back, how will I redirect my subdirectory install to display from root? I followed instruction exactly.
Any idea what my .htaccess file should look like when doing this? I’m thinking maybe something in there is wrong and that is why I’m not directing correctly.
Does this look right?
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /mtp/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /mtp/index.php [L] </IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Redirecting to subfolder installI’m losing you a little bit.
So I need to go into the DB and change the url back to my subdirectory?