Yep, I’ve noticed, thanks a lot!
Still trying to find some time to work on my layout :->
Hi Ethan!
Thank you for your swift response! For my layout it would look better under the category key, but I guess many would have different opinion on this 😉
Meanwhile I switched back to the old look without your plugin – unfortunately I have no time to work on it :-/
Ok, I solved the first issue by installing this plugin: http://ww.wp.xz.cn/extend/plugins/permalink-trailing-slash-fixer/
However, I never had any problem with the lack of the trailing slash before.
Also, I’ve made the top and bottom nav buttons by changing the following in post-tiles.php :
return $key_finished.'<ul id=”post-tiles” ‘.$responsive.’>’.$output.”.$pagination;
to
return $key_finished. $pagination.'<ul id=”post-tiles” ‘.$responsive.’>’.$output.”.$pagination;
However I do not like the idea of modyfing the plugin code. Is there any way to do this via CSS?