This Page Relates to WPG2 Version 3.0
How To Add Gallery2 Album Titles to your Wordpress Titlebar
- Edit your wordpress header (usually header.php)
- Look for a line like:
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
<?php wp_title(); ?>
with
<?php echo $g2_title; ?>