2012-12-14, 06:40:55
This theme is awesome and easy to edit as well (a lot easier than Cardinal for example).
Found a little bug:
In the footer it says:
Instead it should be:
Btw. The description of get_site_url() on this wiki page:
http://get-simple.info/wiki/themes:template_tags#return_functions
says:
I think this is the wrong description. It should be something like:
If I make a website on domain blabla.com but store it under blabla.com/gs
According to this description the <?php get_site_url(); ?> would give me the domain blabla.com (without the /gs after it). While in reality, this code gives me the url blabla.com/gs
Found a little bug:
In the footer it says:
Code:
<a href="admin/">LOGIN</a>
Instead it should be:
Code:
<a href="<?php get_site_url(); ?>admin">LOGIN</a>
Btw. The description of get_site_url() on this wiki page:
http://get-simple.info/wiki/themes:template_tags#return_functions
says:
Quote:Echos the website's domain. No options. For example, this echos get-simple.info from any page on the GetSimple website.
I think this is the wrong description. It should be something like:
Quote:Echos the website's root-url.
If I make a website on domain blabla.com but store it under blabla.com/gs
According to this description the <?php get_site_url(); ?> would give me the domain blabla.com (without the /gs after it). While in reality, this code gives me the url blabla.com/gs