Meta
-
Recent Posts
Archives
Tag Archives: shortcode exec php
Tag Sorting PHP
To make the various tag pages on this site (eg; fanfic ship tags) I used the plugin shortcode exec php to insert the following code into a page;
$dbhost = ‘localhost’;
$dbuser = ‘dbname’;
$dbpass = ‘pass’;
$dbname = ‘dbname’;