The following warnings occurred: | ||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Rewrote function get_page_content - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11) +--- Thread: Rewrote function get_page_content (/showthread.php?tid=125) |
Rewrote function get_page_content - Nijikokun - 2010-01-24 I needed support for theme url inside of my post for the most current site, and thus I rewrote the old get_page_content for this one: Code: function get_page_content() { features: Code: {theme_url}, {site_url}, {site_name}, {page_slug}, {page_title} Rewrote function get_page_content - ccagle8 - 2010-01-24 Neat... This would be a great addition to anyone's functions.php file (of course rename the function so the two can live happily ever after together) |