The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Wordpress Theme?

Can anyone help, I am looking for a Wordpress Theme that's not using SHORT URLs.

Thanks in advance.

Hey,
Your real picture was much better than your new avatar. What do you mean by wordpress theme that use short url, url has nothing to do with theme.
 
Your real picture was much better than your new avatar.

I agree with Temi. You look more like an SEO Geek now :p

Short URL's meaning things like example.com/?cat=6 ?

That's because you have the default setting and not pretty permalinks set up.

Go to your Setting>Permalinks then type in /%category%/%postname% (if thats how you want it to be structured).

Set your .htaccess file permissions (CMOD) to 777, then back in your Wordpress click "Update".

WP will automatically rewrite your links. After it has done that go back to your .htaccess file and change the permissions back to something more secure like 655 I think it is or 665.

Reload your WP page and you should see something like this at the bottom....

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Or, install All In One SEO Pack. I think that does it for you but I'm sure as I done the permalinks before I installed SEO Pack.

KP
 
Yep. KPs solution should cure your every need.
It's all there for you in the Permalink structure in your admin settings.
 
banners
Back