bei meiner Galerie möchte ich gern, wernn man auf dem Thumbnail klickt das dann die Lightbox aufgeht, unter Optionen Effekte steht, das man
rel="lightbox[%GALLERY_NAME%]" das in der Header eintragen soll, muss dazu sagen das ich auch das lightbox-plugin installiert hatte für meine Bilder in den Beiträgen, wie und wo gebe ich das in der Header ein?
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head profile="http://gmpg.org/xfn/11">
<?php if (is_home()) { ?>
<title><?php bloginfo ('name'); ?> - <?php bloginfo ('description'); ?></title>
<?php }
elseif(is_category() or is_archive() or is_page() or is_single()) { ?>
<title><?php wp_title(''); ?> » <?php bloginfo('name'); ?></title>
<?php } else { ?>
<title><?php bloginfo('name'); ?><?php wp_title(); ?> - <?php bloginfo('description'); ?></title>
<?php } ?>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>;
charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?> " />
<link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('stylesheet_url'); ?>" />
<meta name="ICBM" content="50.938,6.974" />
<meta name="DC.title" content="Sylvias Themes - In_The_City" />
<meta name="author" content="Sylvia" />
<?php if (is_home()) { ?><meta name="description" content="Kreatives zum Thema Scrapbooking, Grafiken erstellen, ICM-Letter und Skins, Grusskarten, und Flash" />
<?php } ?>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0"
href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="shortcut icon" href="http://www.sylvia-s.de/blog/favicon.ico" />
<?php if (is_search()) {echo "<meta name=\"robots\" content=\"noindex, follow\" />\n";} ?>
<?php wp_head(); ?></head>
<body>
<div id="menu">
<ul><li><a href="<?php echo get_option('home'); ?>/">Home</a></li></ul>
</div>
<div id="page">
<div id="header">
<br class="clear" />
</div>
</div>
Alles anzeigen