Nie działa galeria zdjęć
-
Witam mam problem tworzę stronę internetową opartą na WordPressie jestem totalnym laikiem zrobiłem obrazkowe menu oraz własny szablon na podstawie instrukcji znalezionych w sieci. Problem polega na tym ze po tych zabiegach nie chce działać mi galeria zdjęć. Tak jak by nie czytało wcale wtyczek do galerii. Bardzo proszę o pomoc.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl"> <head> <title><?php bloginfo('name'); ?> <?php wp_title(); ?></title> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="<?php bloginfo( 'template_url' ); ?>/reset.css" type="text/css" /> <link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>" type="text/css" /> </head> <body> <center> <div id="page"> <div id="header"> <div id="baner"></div> <div id="mainnav"> <?php $walker = new My_Walker; wp_nav_menu(array('' => 'primary-menu', 'menu_class' => 'rollover', 'walker' => $walker)); ?> </div> </div><!--koniec header--> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="entry"> <?php the_content('czytaj dalej'); ?> <div class="clear"></div> </div> <!-- end entry --> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> <div id="footer"> Art Studio </div><!--koniec footer--> </div> <!-- end page --> </center> </body> </html>
Powyżej wkleiłem kod indeksu
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- Temat ‘Nie działa galeria zdjęć’ jest zamknięty na nowe odpowiedzi.