Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Bluehost reported the line 128 is broken: here are some of the lines before and after it. I have marked the line in the box.
// Some example functions are included below. Feel free to delete or modify unwanted functions.
// ****************************************************************************************************
// GET FUNCTIONS FROM WORDPRESS
define('__ROOT__', '/home1/garyphot/public_html/galleries/phplugins'); // SET PATH TO WORDPRESS
require_once(__ROOT__.'/wp-includes/version.php'); global $wp_version;
require_once(__ROOT__.'/wp-load.php');
// SITE-WIDE NAVIGATION FROM WORDPRESS
function ttg_header_navigation( $style, $path )
Offline
in the first line, your path to WordPress is wrong. Instead, you have the path to phplugins. remove : /galleries/phplugins and you should be good to go. (assuming that WordPress is installed in the root of your site)
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Always happy when I can save hair. Or monitors, from thrown mice...
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1