super, danke!
Beiträge von JonnyX
-
-
okay danke, habe ich
Schaut schon ganz gut aus, was mir noch fehlt ist die Überschrift, also
Links
und die Kategorien sollten dann sozusagen n bisschen eingerückt sein
Geht das und kann man irgendwie die Links auch anordnen wie man will oder werden die immer nach Namen sortiert?
-
Danke, aber irgendwie kriegs ich leider nicht ganz gepacken
Habs zwar eigebaut, aber trotzdem fehlt mir sozusagen die Überschrift Blogtoll bzw Links
Benutze das Datafuse - Ladcpae Template
Könntest du mir das eventuell reineditieren, ich versteh nur chinesisch und spanisch
^^
PHP
Alles anzeigen<div id="sidebar"> <ul> <li> <?php include (TEMPLATEPATH . '/searchform.php'); ?> </li> <!-- Author information is disabled per default. Uncomment and fill in your details if you want to use it. <li><h2>Autor</h2> <p>A little something about you, the author. Nothing lengthy, just an overview.</p> </li> --> <li> <?php /* If this is a 404 page */ if (is_404()) { ?> <?php /* If this is a category archive */ } elseif (is_category()) { ?> <p>Du durchsuchst derzeit das Archiv der <?php single_cat_title(''); ?> Kategorie.</p> <?php /* If this is a daily archive */ } elseif (is_day()) { ?> <p>Du durchsuchst derzeit das <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Archiv nach <?php the_time('l,'); ?> den <?php the_time('j. F Y'); ?>.</p> <?php /* If this is a monthly archive */ } elseif (is_month()) { ?> <p>Du durchsuchst derzeit das <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Archiv nach dem Monat <?php the_time('F Y'); ?>.</p> <?php /* If this is a yearly archive */ } elseif (is_year()) { ?> <p>Du durchsuchst derzeit das <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Archiv nach dem Jahr <?php the_time('Y'); ?>.</p> <?php /* more links to find */ } elseif (is_search()) { ?> <p>Du hast das <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Archiv nach <strong>'<?php echo wp_specialchars($s); ?>'</strong> Durchsucht. Wenn du in den Ergebnissen nichts gefunden hast, helfen dir eventuell die folgenden Links.</p> <?php /* If this is not a specified archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?> <p>Du durchsuchst derzeit das <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> Archiv.</p> <?php } ?> </li> <?php wp_list_pages('title_li=<h2>Seiten</h2>' ); ?> <li><h2>Archiv</h2> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> </li> <li><h2>Kategorien</h2> <ul> <?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?> </ul> </li> <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?> <?php get_links_list(); ?> <li><h2>Meta</h2> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li> <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li> <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li> <li><a href="http://wordpress-deutschland.org/" title="WordPress Deutschland">WPD</a></li> <?php wp_meta(); ?> </ul> </li> <?php } ?> </ul> </div>Am besten unter Kategorien, wäre echt super, danke vielmals schon im voraus
-
Meinst du damit Blogroll?
Weil das zeigt es mir leider nicht so an -_-
Oder liegt das am Template?
-
Hallo Leute
Ich suche ein Modul oder Plugin, mit dem man eine kleine Linkliste erstellen kann
So auf die Art
Links
- Kategorie 1
---Link1
---Link2
---Link3
-Kategorie 2
---Link1
---Link2usw ^^
Sollte man am besten in die Sidebar einbauen können
Danke
-
PHP
Alles anzeigen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> <!-- Landzilla: Template for Wordpress 1.5 (c) by Vladimir Simovic aka Perun www.vlad-design.de and www.perun.net The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php --> <head profile="http://gmpg.org/xfn/1"> <title><?php bloginfo('name'); ?><?php wp_title(); ?></title> <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <link rel="stylesheet" type="text/css" media="print" href="<?php echo get_settings('siteurl'); ?>/print.css" /> <style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?> ); </style> <meta name="author" content="Vladimir Simovic aka Perun" /> <meta name="publisher" content="Vladimir Simovic aka Perun" /> <meta name="copyright" content="Vladimir Simovic aka Perun" /> <meta name="page-topic" content="Themen rund um erstellung von Webseiten: XHTML, HTML, CSS, PHP, Mozilla etc." /> <meta name="audience" content="alle" /> <meta name="robots" content="index,follow" /> <meta name="revisit-after" content="3 days" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head> <body> <div id="container"> <div id="kopf"> <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> </div> <div id="navi"> <h2>Main</h2> <ul> <li><a href="<?php bloginfo('url'); ?>">Home</a></li> <?php wp_list_pages('sort_column=menu_order&title_li='); ?> </ul> <h2><?php _e('Categories:'); ?></h2> <ul> <?php wp_list_cats('sort_column=name&optioncount=1'); ?> </ul> <h2><?php _e('Archives:'); ?></h2> <ul> <?php wp_get_archives('type=monthly&show_post_count=1'); ?> </ul> <h2><label for="s"><?php _e('Search:'); ?></label></h2> <form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>"> <div> <input type="text" name="s" id="s" size="17" class="navi-search" /><br /> <input type="submit" name="submit" value="<?php _e('Search'); ?>" /> </div> </form> <h2>Links</h2> <ul> <?php wp_get_links(1); ?> </ul> <h2><?php _e('Meta:'); ?></h2> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <li><a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> <li><a href="feed:<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> <li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li> <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li> <li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WP</abbr></a></li> <?php wp_meta(); ?> </ul> <?php if (function_exists('wp_theme_switcher')) { ?> <h2>Styleswitcher</h2> <?php wp_theme_switcher(); ?> <?php } ?> </div> <hr /> <div id="inhalt"> <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?> <h2 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h2> <div class="storycontent"> <?php the_content(__('(more...)')); ?> <?php edit_post_link(); ?> </div> <!-- <?php trackback_rdf(); ?> --> <?php endforeach; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> <div class="center"><?php posts_nav_link(' ', __('« Previous'), __('Next »')); ?></div> <div id="footer">WP-Theme by <a href="http://www.vlad-design.de">Vladimir Simovic</a></div> </div> </div> </body> </html>Bitte
Es gibt auch eine index
Danke vielmals
-
Hallo
Ich bin gant neu in Wordpress, also ich bitte um ein wenig Nachsicht ;)
Ich habe vorhin lokal Wordpress installiert und als Tehem habe ich mir Landzilla ausgewählt.
Bei einem normalen Blogeintrag kann man Kommentare hinterlassen, aber leider nicht bei einer Seite.
Komischerweise geht das aber mit dem Theme Green Marinee -_-
Jemand eine Idee was man machen kann damit dies auch bei Seiten erscheint oder zumindest irgendwo Kommentare schreiben zeigt?
Bei Seite erstellen ist ein hacken bei Kommentare schreiben
Vielen Dank