
WordPress is more and more stable and to customise the login page can be frustrating. When you install an worpress cms and begin to use it there is not a big issue that your website tells everybody:”Hey I am done …

WordPress is more and more stable and to customise the login page can be frustrating. When you install an worpress cms and begin to use it there is not a big issue that your website tells everybody:”Hey I am done …
When to use WordPress and when to use Zen Cart A) WordPress is far one of the best CMS on the marked from many points of view including SEO. The single “problem” WordPress has is that Oppress is just missing …
What CMS (content management system) should be choose if the main target is to have the website up in Google Search as soon as possible and as high as possible. Just facts after two years of studying (analyse) evolution of …
There are a couple plugins which allow to have or build automatily any page/post Title, Description(and keywords). A few words about WordPress from SEO perspective: – WordPress is a CMS build as a tool for editors and it is ready …
1) Get Current page/post ID: get_the_ID() is handy for templates in conjunction with the get_page and get_post functions. Using $post, the ordpress post global object global $post; if($post->post_type == ‘page’){ echo ‘ This is a page. ID= ‘.$post->ID; } elseif($post->post_type …