DigAng
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't Find My Code in 3.3.1… where can I add/manipulate code?I clicked on my theme, and I don’t see any option to add/manipulate code.
What I need to do is add ‘pin it’ code at the end of every post for Pinterest. The same way my ‘like’ for facebook code shows up automatically at the end of every post/page.
Can someone point me in the right direction?
Forum: Fixing WordPress
In reply to: Can't Find My Code in 3.3.1… where can I add/manipulate code?it’s the code editor I guess I’m looking for.
Forum: Networking WordPress
In reply to: When to Use a Sub-domain Versus Just Creating New Site?Got it, thank you.
How do I set up domain mapping? Though my wp dashboard, my host, or where I registered my domain name?
Thanks so much!
AngelaForum: Networking WordPress
In reply to: When to Use a Sub-domain Versus Just Creating New Site?Thank you, Andrea.
Can you tell me more about mapping it to a new domain? What does that mean?
And are you saying that by mapping it, I will still coattail on my main site’s seo rankings, but also have a separate site?
Is this different from just having a forwarder?
Thanks so much,
Angela
http://AngelaDiGiovanni.com/Forum: Fixing WordPress
In reply to: Permalinks – No Changes Made – Not Working AnymoreFor anyone else’s benefit, if your permalinks blew chunks after upgrading to 3.1, just replace your htaccess file with this code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Thanks, mercime: that code for the htaccess file proved to be the thing that fixed everything 🙂
Here it is for everyone else benefit:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Permalinks – No Changes Made – Not Working AnymoreThanks.
Weird.
Still not working for me. I’ve tried some fixes and installed the “Permalink Fix & Disable Canonical Redirects Pack” and that at least directed all permalinks to the home page instead of giving the 404 error.
But I still can’t get any post pages…
Any other thoughts why it would work for you and not me?
Forum: Plugins
In reply to: 301 Redirect Plugins Not WorkingAll is well and fixed now. Thanks for your great ideas scottnelle.
Forum: Plugins
In reply to: 301 Redirect Plugins Not WorkingNope – don’t have WP Super Cache installed. What I did was regenerate my sitemap and that made the redirects take place. BUT NOW, none of my permalinks work at all – not the old structure, nor the new one… ARG.
Any ideas?
Forum: Plugins
In reply to: 301 Redirect Plugins Not WorkingI just had a thought… does it just take some time for this to work? Does google have to respider my site before this will work? Am I mistaken that it would take affect instantly?
I successfully created two sidebars in the plugin. But how do I tell them where to go? I mean, I can name it “Right Sidebar”, but it doesn’t know where to go just because I name it that… Sorry, I’m a complete novice.
My theme doesn’t have sidebars – it Typominima… but this plugin will still create new ones right? Not just replace existing ones?
Thanks,
Angela
http://AngelaDiGiovanni.com/I just changed the permalink structure back to how I had it and this fixed it.
Forum: Fixing WordPress
In reply to: Please help, changed permalinks now my site is a 404 errorThank you, thank you, thank you esmi! I had the same problem after installing multisite – it just changed my permalinks on me! So I put it back to how I had it and this solved my problem 🙂
My post tags and categories also give the 404 error.
I also noticed that since I turned on multisite, it changed the structure of the urls. They were angeladigiovanni.com/date/category/title, but know it inserts ‘blog’ between .com and date. But even when I take ‘blog’ out, it still gives the error…
Please help! Thanks!!!