Web design and coding samples, free tools, tips and more..
Untitled Document

Archive for the ‘Wordpress’ Category

PostHeaderIcon Creating external wordpress pages

wordpress-logo
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;

Read the rest of this entry »

  • Share/Bookmark

PostHeaderIcon 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..

  • Share/Bookmark

Search