GetSimple stuff

(This page is generated with the I18N Search plugin)

  • Cyrillic transliteration plugin for GetSimple

    I created a small plugin for Cyrillic transliteration (I just created it based on Oleg06's Russian GS language file), so that you can keep using the backend in English (or...
  • Check if page or subpage of...

    A very simple snippet for GetSImple CMS to have a function to make conditionals. It checks if the current page, its parent or its grandparent has a certain slug (page...
  • List of recent subpages using I18N Search

    How to display (e.g. in the sidebar) a list of the last updated subpages of a certain parent. Let's say your blog posts are subpages of a page with slug...
  • "Remove Sitemap" plugin updated (0.2)

    Update: Remove sitemap version 0.2 (Extend download) Does not ping search engines even if GSDONOTPING is not defined in gsconfig.php (posted in the GS forum)
  • pubDateFix, version 0.2

    Updated: PubDateFix plugin Functions get_page_lastupdate and return_page_lastupdate were not working as they should. (thanks @islander)
  • Check if a component exists in GetSimple

    Put this code in your theme (I suggest you create a functions.php file and put it there): <?php if (!function_exists('component_exists')) { function component_exists($id) { global $components; if (!$components) { if...