diff --git a/blog/by_tag/index.php b/blog/by_tag/index.php new file mode 100644 index 0000000..e81a8eb --- /dev/null +++ b/blog/by_tag/index.php @@ -0,0 +1,68 @@ +

Posts by Tag

"; + echo "
"; + + //if(file_exists("tags.csv")){ + //echo "\n"; + //} + + # Tags rewrite + $tags_csv = array_map('str_getcsv', file('tags.csv')); + $tags_rows = sizeof($tags_csv); + $tags_coloums = sizeof($tags_csv[0]); + //echo "
\n";
+  //print_r($tags_csv);
+  //echo $tags_coloums . "\n" . $tags_rows . "\n";
+  //echo "
\n"; + echo "\n"; + include_once ($_SERVER['DOCUMENT_ROOT'].'/common/footer.php'); +?>