[FONT=Verdana][size=10]Hallo,[/SIZE][/FONT]
[FONT=Verdana][size=10]erstmal [COLOR=sienna]gaaaanz großes dank!!!!!![/COLOR] Ich hab mir schon kopf zerbrochen voran kann das liegen.[/SIZE][/FONT]
[FONT=Verdana][size=10]Jetzt funkz., auch in IE8. Dankeschön!!!!![/SIZE][/FONT]
[FONT=Verdana][size=10][/SIZE][/FONT]
[FONT=Verdana][size=10]Und wegen „ pushen?! “… hm… ich weis nicht was du damit meinst…. sorry, wenn ich mich falsch ausgedrückt hab. War wirklich nichts böses gemeint![/SIZE][/FONT]
[FONT=Verdana][size=10]Wünsche Frohe Weihnachten und ein gesundes neues Jahr!!!![/SIZE][/FONT]
[FONT=Verdana][size=10]LG[/SIZE][/FONT]
[FONT=Verdana][size=10][/SIZE][/FONT]
Beiträge von vvhome
-
-
kann mir hier keine helfen?!
-
danke für helfe :razz:
-
[FONT=Verdana][size=10]Hallo,[/SIZE][/FONT]
[FONT=Verdana][size=10]ich habe kleines Problemchen, und weis nicht woran kann das liegen.[/SIZE][/FONT]
[size=10][FONT=Verdana][size=10]Ich habe mir aus Twentyten Thema das Menü ([/SIZE][/FONT][FONT=Verdana]selbsterstelltes Menü)[/FONT][FONT=Verdana] [size=10]übernommen. So weit ist gut und bei mir auch funktioniert. Aber das Problem ist das bei einige HP Besuche wird das Drop-Down- menü nicht angezeigt, bzw. rollt nicht raus. Vielleicht kann mir jemand helfen und sagen voran kann das liegen oder wo liegt das fehle?![/SIZE][/FONT][/SIZE]
[FONT=Verdana][size=10]LG[/SIZE][/FONT] -
[FONT=Bell MT][FONT=Verdana][size=10]Dankeschön!!!!![/SIZE][/FONT][/FONT]
[FONT=Bell MT][FONT=Verdana][size=10]„A“ variante hat’s geholfen!!!!!! Jetzt funktioniert!!!!!!!!!!:p[/SIZE][/FONT][/FONT]
[FONT=Bell MT][FONT=Verdana][size=10]Viel, viel DANK![/SIZE][/FONT][/FONT]
[FONT=Bell MT][FONT=Verdana][size=10]Big hugs![/SIZE][/FONT][/FONT] -
welches template wird denn fuer die 'news' verwendet?
Standarttemplate. -
Blogseiten 5, Newsfeeds 10
-
so geht leider auch nicht : (
hat sich nichts geandert : ( -
-
[FONT=Verdana][size=12]Ganz,ganz lieben dank für deine helfe!!!![/SIZE][/FONT]
[FONT=Verdana][size=12]„News“ ist als „Blog“ wird verwendet, und ich nehme an das ist index.php.[/SIZE][/FONT]
[FONT=Verdana][size=12]Ich nütze statische seiten. [/SIZE][/FONT]
[FONT=Verdana][size=12]Hab fast alles geändert in dieses Thema :[/SIZE][/FONT]
[FONT=Verdana][size=12]Das oberes menü & footer-widget in functions.php [/SIZE][/FONT]
[FONT=Verdana][size=12] [/SIZE][size=12][COLOR=#800080]http://pastebin.com/isxd1gT0[/COLOR][/SIZE][/FONT]
[FONT=Verdana]Das home.php hab ich übernommen so wie du gesagt hast. Muss ich vielleicht was in index.php andern?![/FONT] -
[FONT=Bell MT][size=10][FONT=Verdana]Was mache ich falsch ?! : (((([/FONT][/SIZE][/FONT]
[size=10][FONT=Verdana][FONT=Bell MT][FONT=Verdana][size=10]Jetzt klappst das mit dem untere navi, [/SIZE][/FONT][/FONT][COLOR=black][FONT=Bell MT][FONT=Verdana][size=10]aber es ändert leider nicht daran, dass ich auf page2 die gleichen Inhalte sehen, wie auf page1[/SIZE][/FONT] : ([/FONT][/COLOR][/FONT][/SIZE]
[FONT=Bell MT][FONT=Verdana][size=10]Außerdem zeigt mir jetzt unter „News“ keine Artikel mehr, sondern Startseite (seiten).[/SIZE][/FONT][/FONT] -
[FONT=Bell MT][FONT=Verdana][size=10]WOW!!! Wow!!!! Dankeschön!!!!!:roll:[/SIZE][/FONT][/FONT]
[FONT=Bell MT][FONT=Verdana][size=10]Ich sage bescheit, wenn ich fertig bin mit umbauen![/SIZE][/FONT][/FONT]
[FONT=Bell MT][FONT=Verdana][size=10]Darf ich noch fragen, wieso hat dieses Thema zu index.php auch home.php ?! home.php Datei hab ich noch bei keinem anderen Thema gesehen.[/SIZE][/FONT][/FONT]
[FONT=Bell MT][FONT=Verdana][size=10]Sorry, ich bin ja nun Anfänge in PHP.[/SIZE][/FONT] [/FONT] -
Danke für helfe!!!
[FONT=Bell MT][FONT=Verdana][size=10]Ursprünglich war das Thema „Ships-Ahoy“[/SIZE][/FONT] [COLOR=#800080]http://wordpress.org/extend/themes/ships-ahoy[/COLOR][/FONT]
[FONT=Bell MT][FONT=Verdana][size=10]Probleme ist, wenn ich auf navi (ganz unten) klicke, dann komme ich immer wieder nur auf die erste seite.[/SIZE][/FONT][/FONT]
[FONT=Bell MT][FONT=Verdana][size=10]Das wp_pageNavi hab ich in footer.php angebaut.[/SIZE][/FONT][/FONT]
[FONT=Bell MT][FONT=Verdana][size=10]LG[/SIZE][/FONT][/FONT]
[FONT=Bell MT][FONT=Verdana][size=10]Alesya[/SIZE][/FONT][/FONT] -
Und das ist index.php
PHP
Alles anzeigen<?php get_header(); ?> <div id="content"> <h2 class="title">Latest News</h2> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <small>by <?php the_author() ?> ~ <?php the_time('F jS, Y') ?> <?php edit_post_link('(edit)'); ?></small> <div class="entry"> <?php the_content('Continue reading »'); ?> </div> <p class="postmetadata">Filed under: <?php the_category(', ') ?> | <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p> </div> <?php endwhile; ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link('← Previous Entries') ?></div> <div class="alignright"><?php previous_posts_link('Next Entries →') ?></div> </div> </div> <?php else : ?> <h2>Not Found</h2> <p>Sorry, but you are looking for something that isn't here.</p> <?php include (TEMPLATEPATH . "/searchform.php"); ?> <?php endif; ?> </div> -
[FONT=Bell MT]Hallo, ich schlisse mich hier an. Weil ich hab dasselbe Problem mit navi.[/FONT]
[FONT=Bell MT]Hab dieses Methode mit[/FONT][COLOR=#0000bb]<?php wp_reset_query[/COLOR][COLOR=#007700](); [/COLOR][COLOR=#0000bb]?>[/COLOR][FONT=Bell MT] ausprobiert, es hat zwar funktioniert, aber jetzt hab ich auf jeder Seite das letzte Artikel, oder das Artikel wird doppelt. [/FONT]
[FONT=Bell MT]Hab erstmal das Code [/FONT][COLOR=#0000bb]<?php wp_reset_query[/COLOR][COLOR=#007700](); [/COLOR][COLOR=#0000bb]?>[/COLOR][FONT=Bell MT] wieder weg genommen. Und ich weis nicht mehr weiter was ich machen soll : ( komische weise das wp_navi in Archiven funktioniert, nur auf News seite nicht : ( hier ist das code aus home.php :[/FONT]PHP
Alles anzeigen<?php get_header(); ?> <div id="content"><!-- begin content --> <h2 class="title">Latest News</h2> <div class="home"><!-- begin home --> <?php query_posts('showposts=1'); // this shows the latest post you have written ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <h3><?php the_time('F jS, Y') ?> | <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></h3> <div class="entry"> <?php the_content('continue reading'); ?> </div> <?php if (function_exists('the_tags')) { the_tags('<p>Tags: ', ', ', '</p>'); } ?> <?php edit_post_link('[edit]', '<p class="edit">', '</p>'); ?> </div> <?php endwhile; ?> </div><!-- end home --> <div class="spacer"></div> <!-- the hr below the first post --> <div class="recentposts"><!-- begin recent posts --> <?php query_posts("offset=1"); // you can chage how many posts are shown through your WordPress dashboard = settings = reading ?> <?php while (have_posts()) : the_post(); ?> <div class="repost" id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <p class="repostmetadata"><?php the_time('F jS, Y') ?> | <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?><br/> <div class="entry"> <?php the_content('continue reading'); ?> </div> <?php if(function_exists("the_tags")) the_tags('Tags: ', ', ', ''); ?></p> </div> <?php endwhile; ?> </div><!-- end recent posts--> </div> <!-- end begin content --> <?php include(TEMPLATEPATH."/right.php");?> <?php get_footer(); ?>