Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug in "Page Management" script.
#10
@Loopy

All of GetSimple template tags are optional.

Only <?php get_header(); ?> and <?php get_footer(); ?> are recommended if you use plugins, as some of them need these to work.

It is also recommended (to avoid server path disclosure) to have something like this at the beginning of your template file(s):
Code:
<?php if(!defined('IN_GS')){ die('you cannot load this page directly.'); } ?>
Reply


Messages In This Thread
Bug in "Page Management" script. - by ccagle8 - 2011-07-23, 22:59:52
Bug in "Page Management" script. - by ccagle8 - 2011-07-23, 23:01:48
Bug in "Page Management" script. - by Carlos - 2011-07-29, 05:47:22
Bug in "Page Management" script. - by Loopy - 2012-02-17, 10:22:09
Bug in "Page Management" script. - by Connie - 2012-02-18, 00:55:38
Bug in "Page Management" script. - by Loopy - 2012-02-18, 05:34:21
Bug in "Page Management" script. - by Connie - 2012-02-18, 05:47:51
Bug in "Page Management" script. - by Carlos - 2012-02-18, 08:07:32
Bug in "Page Management" script. - by shawn_a - 2012-02-18, 08:10:37



Users browsing this thread: 1 Guest(s)