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’;

Continue reading

Posted in Tech | Tagged , , | Leave a comment