bohem
Forum Replies Created
-
I just found it, it might helps:
johnwebsites,
I’m guessing here, but are you using a plugin to display your Gravatar image? If so, have you tried to re-installed it? Or maybe the Better WP Security didn’t change the user ID ‘1’ to other number for that plugin in MySQL database?
I know the following, but maybe there are some other places WP / plugins input User ID…
UPDATE wp-prefix_users SET id = ‘9999’ WHERE id = ‘1’;
UPDATE wp-prefix_usermeta SET user_id = ‘9999’ WHERE user_id = ‘1’;
UPDATE wp-prefix_posts SET post_author = ‘9999’ WHERE post_author = ‘1’;
UPDATE wp-prefix_comments SET user_id = ‘9999’ WHERE user_id = ‘1’;Sorry, I’m just guessing here.
Forum: Fixing WordPress
In reply to: Is user_login displayed anywahere if I change user_nicename?Thanks very much for the reply & the links, they are very informative.
I tried Bullet Proof Security and it looks very good.
Thanks again,
Forum: Plugins
In reply to: [Slideshow] responsiveLove the plugin, but I’m having the same issue.
Any suggestions greatly appreciated.
Thank you,
Forum: Fixing WordPress
In reply to: How can I make Capital letter ( upper-case ) permalinks?Hi ccoupe,
Thanks much for trying to explain, but most part of your post above is beyond my head. LOL!
I just found a easier way to do it, and try it with some pages to see if that affect SERs. I’ll report back in this thread in a few months how’s things going.
Just for in case anybody interested… What I found is, WP does not care if I link to lower-case or upper-case html file.
What I mean is, this link:
MySite.tld/This-Is-Ex-PAGE.html
and this:
MySite.tld/this-is-ex-page.html
Goes to the same page.
So I just make a template myself and manually put links there.
Yeah, its better to change the core files to achieve what I want. I’m going talk to a programmer.
Thank again ccoupe,
Forum: Fixing WordPress
In reply to: Email Blog Post via GMailI read somewhere – sorry I don’t remember where – that saying g-mail require secure connection, so gmail does not work with WP.
Can you try to sending email from your site? I use cPanel and found that @ sign does not work, but use + sign instead. Working beautifully now.
Not: [email protected] but try to use name+site.tld
Forum: Fixing WordPress
In reply to: How can I make Capital letter ( upper-case ) permalinks?Thanks much for the reply!
> The real map is the Apache documentation
Guess I’m going to hire a programmer.
> You may also find the SEO ranking isn’t worth the learning effort.
Thank you for the advice! But I’m pretty good at SEO, no black hat though.
Thanks again, wish you have a great one!
Forum: Fixing WordPress
In reply to: How can I make Capital letter ( upper-case ) permalinks?Hi ccoupe,
Thanks much for the welcome message!
But now I’m looking for a map, where can I get a map of the .htaccess city?
Hope you can point me to the right direction! ( read: can you give me code )
Thanks much again, your help greatly appreciated!
Forum: Everything else WordPress
In reply to: How can I display RSS feeds from other sitesThanks a lot everyone!
I downloaded and installed FOF, I always having difficulty to understand what you guys Geeky Geeks talking about – not only because I don’t understand English well, but I do not know much about tech. But FOF was easy to install.
I work for non-profit org and I don’t know if they want to use this module or not, but it really great script!
Thanks much again to All! You guys are very helpful!
Respectfully,