The following warnings occurred: | ||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Display text only on index pagee - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Display text only on index pagee (/showthread.php?tid=953) |
Display text only on index pagee - Warlock - 2010-08-28 Hello, I need some help... How can I display text/content only on index page? I need this for link exchange. Thank you. Display text only on index pagee - Zegnåt - 2010-08-29 You can change your template file to run certain code only on the index by using: Code: <?php if (return_page_slug()=='index') { ?> |