From 6d03e10297392a4b8092a7b27258b2b9abc96a16 Mon Sep 17 00:00:00 2001 From: Nathan Lasseter Date: Sat, 7 Jun 2014 10:05:49 +0000 Subject: General refactor to make title and summarise for RSS and tidying --- functions.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 functions.php (limited to 'functions.php') diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..ec1ef28 --- /dev/null +++ b/functions.php @@ -0,0 +1,14 @@ +/', " ", $post); + return substr($post, 0, 196) . "..."; +} + +function title() { + require("title.php"); +} + +?> -- cgit v1.2.3