Archive for the ‘Wordpress’ Category
Creating external wordpress pages

Sometimes we need external wordpress pages to do custom things on our website. For example we made news ticker geneartor page with this way. Here’s the code that you may use for creating external pages manually;
Best wordpress permalink optimisation
I was looking for the best wordpress permalink optimisation. You know that it’s very very important to help search engines to crawl our documents exactly. The biggest part of this is the domain name and the link structure. Look what i’ve found after a little search. The seo sites generally says that the best performance for the permalink without using plugins etc. is;
/%postname%.html
You can combine this line with %day%, %year% etc. this is not very important, the importance is the shortness of what you type on permalink. I use;
/%category%/%postname%.html
and it works fine..
