Super, werde ich mir mal anschauen...danke...
Ragna
Um schreiben oder kommentieren zu können, benötigen Sie ein Benutzerkonto.
Sie haben schon ein Benutzerkonto? Melden Sie sich hier an.
Jetzt anmeldenHier können Sie ein neues Benutzerkonto erstellen.
Neues Benutzerkonto erstellenSuper, werde ich mir mal anschauen...danke...
Ragna
hat geklappt...
au man...und ich suche hier und probiere und ich hätte den Aufruf einfach nur 3 Zeilen nach oben schieben müssen...
Und wieder was fürs nächste mal gelernt...danke
Ach ja...die clearing-Tags waren schon so im Theme...hab die wieder so gemacht wie sie waren nach dem dass nicht funktioniert hatte...
besten dank nochmal...;-)
Greets
Ragna
Morgen allerseits...
und wieder ein Prob in meinem Blog welches mich zur Verzweiflung bringt...
Das ganze ist mir vorhin erst aufgefallen, da es nur bei kurzen Einträgen auftritt. Dann wird das Kommentareingabefeld immer unter den letzten Punkt des Archivs auf der rechten Seite gestellt...bei langen Einträgen fällt das ja nicht so auf...aber ich finde es schon störend...aber was kann ich da machen? Habe es schon mit clearing an allen stellen versucht...nichts...nur weiß ich nicht wo ich in den ganzen Dateien etwas setzen muss...
Habe auch mal die originale Sidebar eingesetzt, aber da tritt das Problem auch auf...kann da mal jemand drüberschauen? Ich poste mal hier die beiden Dateien wo ich meine dass es daran liegen müsste...
sidebar.php
<!--[if lte IE 7]>
<link href="style_ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
<?php
/*
Template Name: Sidebar
*/
?>
<div id="side">
<div class="smallside1">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>
<h2><a href="http://wp1070331.wp093.webpack.hosteurope.de/mein-gefaengnis/index.php">Home</a></h2>
<h2 class="h2-ie6"><?php wp_list_pages('title_li=&depth=1&include=16'); ?></h2>
<h2>Meine Geschichte</h2>
<ul>
<li>
<?php wp_list_pages('title_li=&depth=1&exclude=16, 17'); ?>
</li>
</ul>
<h2>Gedichte</h2>
<h2>RSS</h2>
<div id="rss_logo">
<ul>
<li>
<a href="http://wp1070331.wp093.webpack.hosteurope.de/mein-gefaengnis/tagebuch/feed/">
<img src="http://wp1070331.wp093.webpack.hosteurope.de/mein-gefaengnis/wp-content/themes/island-after-sunset/images/rss.jpg" width="32" height="32" alt="Mein Gefängnis - RSS"
title="Mein Gefängnis - RSS" /></a>
</li>
</ul>
</div>
<h2>Tagebuch-Archiv</h2>
<ul>
<li>
<?php wp_get_archives('type=monthly'); ?>
</li>
</ul>
<?php endif; ?>
</div> <!-- end div.smallside1 -->
<div class="clear"></div>
</div> <!-- end div#side -->
<div class="clear"></div>
Alles anzeigen
comments.php
<?php // Do not delete these lines
if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die ('Bitte lade diese Seite nicht direkt. Danke!!!!');
if (!empty($post->post_password)) { // if there's a password
if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie
?>
<p class="nocomments">This post is password protected. Enter the password to view comments.</p>
<?php
return;
}
}
/* This variable is for alternating comment background */
$oddcomment = 'class="alt" ';
?>
<!-- You can start editing here. -->
<div id="response">
<?php if ( !empty($post->post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) : ?>
<p><?php _e('Bitte gebe Dein Passwort ein um die Kommentare zu lesen.'); ?></p>
<?php return; endif; ?>
<?php if ( comments_open() ) : ?>
<?php if (( $comments ) and ( comments_open() )): ?>
<h2 align="center" id="comments">
<br /><br />
<?php comments_number(__('Keine Kommentare'), __('1 Kommentar'), __('% Kommentare')); ?> für '<?php the_title(); ?>'
<!-- <a href="#postcomment" title="<?php _e("Einen Kommentar schreiben"); ?>">»</a>-->
</h2>
<?php endif; ?>
<?php endif; ?>
<?php if ( $comments ) : ?>
<ol id="commentlist">
<?php foreach ($comments as $comment) : ?>
<li id="comment-<?php comment_ID() ?>">
<div class="commentname">
<span class="commentauthor">
<?php comment_author_link() ?>
</span>
</div>
<div class="commentinfo">
<span class="commentdate">
<?php comment_date() ?> |
<a href="#comment-<?php comment_ID() ?>" title="comment link url">
<?php comment_time() ?>
</a>
<?php edit_comment_link(__("Bearbeiten"), ' |'); ?>
</span>
</div>
<div class="clearer"> </div>
<div class="commenttext">
<?php comment_text() ?>
</div>
</li>
<?php endforeach; ?>
</ol>
<?php elseif ( comments_open() ) : // If there are no comments yet ?>
<div id="nocomment">
<p>
<?php _e('Es wurden bisher noch keine Kommentare geschrieben.'); ?>
</p>
</div>
<?php endif; ?>
<?php if ( comments_open() ) : ?>
<h2 id="postcomment">
<?php _e('Einen Kommentar schreiben'); ?>
</h2>
<form action="<?php echo get_settings('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
<script type="text/javascript">
function ShowInfo() {
document.getElementById("authorinfo").style.display = "";
document.getElementById("showinfo").style.display = "none";
document.getElementById("hideinfo").style.display = "";
}
function HideInfo() {
document.getElementById("authorinfo").style.display = "none";
document.getElementById("showinfo").style.display = "";
document.getElementById("hideinfo").style.display = "none";
}
</script>
<?php if ($comment_author != "") { ?>
<p>Welcome back <strong><?php echo $comment_author; ?></strong>
<span id="showinfo">(<a href="javascript: ShowInfo();">Change</a>)</span>
<span id="hideinfo" style="display:none;">(<a href="javascript: HideInfo();">Close</a>)</span>
</p>
<div id="authorinfo" style="display: none;">
<?php } else { ?>
<div id="inputboxhide">
<?php } ?>
<div id="commentboxes">
<p>
<label for="author"><?php _e('Name'); ?></label>
<?php if ($req) _e('(required)'); ?> <br />
<input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" />
<input type="hidden" name="comment_post_ID" value="<?php echo $post->ID; ?>" />
<input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars($_SERVER['REQUEST_URI']); ?>" />
</p>
<p>
<label for="email"><?php _e('E-mail'); ?></label>
<?php if ($req) _e('(required)'); ?> <br />
<input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="28" tabindex="2" />
</p>
<p>
<label for="url"><?php _e('<acronym title="Uniform Resource Identifier">Website URL (optional)</acronym>'); ?></label><br />
<input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="28" tabindex="3" />
</p>
</div>
<p class="instructions"><?php _e("<b>Benutzerinformation:</b><br />Absätze und Zeilenumbrüche werden automatisch eingefügt. Deine Email-Adresse wird <b>niemals</b> angezeigt.
Bitte achte darauf was Du veröffentlichst.<br /><br />
Benutze die unten stehenden Buttons um Deinen Beitrag zu bearbeiten.
<!--<acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed:"); ?>
<code><?php echo allowed_tags(); ?></code>-->
</p>
</div> <!-- Closes the remember author function -->
<div id="inputbox">
<p class="inputbox">
<label for="comment"><?php _e('Bitte gebe Deinen Kommentar hier ein'); ?></label>
<br />
<script type="text/javascript">edToolbar();</script>
<textarea name="comment" id="comment" cols="80" rows="14" tabindex="4"></textarea>
<script type="text/javascript">var edCanvas = document.getElementById('comment');</script>
</p>
</div>
<div id="button">
<input name="submit" type="submit" tabindex="5" value="<?php _e('Hinzufügen'); ?>" />
</div>
<p class="feeds"><?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr>-Feed für Kommentare in diesem Beitrag')); ?> |
<?php if ( pings_open() ) : ?>
<a href="<?php trackback_url() ?>" rel="trackback">
<?php _e('TrackBack <abbr title="Uniform Resource Identifier">URL</abbr>'); ?>
</a>
<?php endif; ?>
</p>
</form>
<div id="commentsbottom"> </div>
<?php else : // Comments are closed ?>
<div id="commentsclosed">
<p>
<?php _e('Das Kommentar-Formular ist leider zur Zeit geschlossen'); ?>
</p>
</div>
<?php endif; ?>
</div> <!-- closes the response div -->
<br /><br /><br /><br />
Alles anzeigen
und hier noch der Link zum block selber
lieben dank
Ragna
Ich dummchen...war schon spät...ich meinte natürlich Thunderbird....aarrgg...
Hallo allerseits...
zu später Stunde noch eine Frage:
Ich habe gerade Firebird für das RSS-Feed von meinem Blog (…mein Gefängnis) eingerichtet. NUr werden dort nur die letzten 10 Einträge angezeigt. Ich würde dort aber gern alle Einträge zeigen lassen...oder zumindest mehr...aber selbst wenn ich bei WP 20 einstelle ändert sich nichts. Hat das was damit zu tun dass ich pro Seite nur 10 Einträge anzeigen lasse?
Was könnte ich da tun?
Besten dank
Ragna
Hallo allerseits...
Habe hier ein wenig rumgesucht...und ehrlich gesagt bin ich noch verwirrter als vorher da man an allen Ecken etwas anderes liest. Daher meine Frage:
Wenn ich meinen Blog für Suchmaschinen fit macheen will, was brauche ich da? Prima wäre z.B. ein PlugIn für Keywords, bei dem ich auf vorher erstellte ZUsammensetzungen zurückgreifen könnte und die Keywords nicht immer wieder noch mal eingeben muss.
Welche PlugIn's wären noch hilfreich oder sinnvoll? Ich frag auch lieber so, denn vielleicht gibt es da Möglichkeiten an die ich noch gar nicht gedacht habe...;-)
Lieben dank
Ragna
ja, hattest recht, Filezilla hat sie nur nicht angezeigt. ist jetzt geändert und es scheint zu funktionieren...
supervielen Dank
Ragna
Ich sehe gerade dass in meinem FTP gar keine htaccess vorhanden ist...kann das sein?
Hab meinen Webspace bei Hosteurope...
kann ich die auch selber machen? Und wenn, kann ich eine für das "mein-gefaengnis"-Unterverzeichnis machen? auf den Space soll nämlich noch was anderes drauf, und ich möchte nicht dass die sich beißen...
Danke schon mal
Ragna
Huch...hab ja ganz vergessen den kompletten Link zu posten:
Mahlzeit allerseits...
habe ein paar Probleme mit meinen Permalinks...
Ich wollte gerade das ganze auf Datum und Name umstellen. Das Problem hierbei scheint zu sein dass ich eine statische Seite als Startseite habe und per Link auf den eigentlichen Blog zugreife. Der Code des Links schaut so aus:
unten in der Linkanzeige im FireFox steht dann auch ".../mein-gefaengnis/tagebuch"
Ich hoffe ihr könnt damit was anfangen...
Was muss ich jetzt ändern um das ganze nach Datum und Name umzustellen?
besten dank
Ragna
Hey...das hat funktioniert...danke...;-)
Ich hab mich nur gewundert weil sich die beiden Spalten ja nicht geschnitten haben...
Aber jetzt weiß ich für die Zukunft worauf ich noch zu achten habe...
danke noch mal
Ragna
Hallo
sorry das ich mich jetzt erst melde, aber hatte einen Komplettabsturz hier...
Hab das ganze gerade mal ausprobiert, aber das Problem ist nach wie vor das gleiche. Kann es nicht eher sein dass es ein Float/Clear-Problem ist?
Danke
Ragna
Hallöchen allerseits...
Ich habe meinen Blog jetzt vom Design her fast fertig...nur gibt es noch ein gravierendes Problem: Den IE 6...Denn da sieht die Page schlimm aus...irgendwie ist alles verrutscht...
Ich habe das ganze mal eingeramt um zu schauen ob sich etwas überlappt, aber ich sehe nichts...
Hier die http://wp1070331.wp093.webpack.hosteurope.de/mein-gefaengnis/index.php
leider weiß ich nicht ganz genau welche Dateien ihr braucht, daher stelle ich die rein von denen ich meine dass sie wichtig sein könnten...
CSS
html
{
height: 100%;
}
body {
margin: 0 0;
padding: 0 0;
text-align: center;
font: 73% "Trebuchet MS", Arial, Verdana, sans-serif;
line-height: 130%;
background: #ffffff;
min-height: 101%;
}
#wrap-all {
margin: 0 auto;
padding: 0 0;
width: 894px;
text-align: left;
color: #003366;
background-color: #ffffff;
}
#header {
margin: 0 0;
padding: 0 0;
}
#header-menu {
margin: 0 0;
padding: 0 50px;
height: 60px;
background: url(images/header-menu-bg.jpg) no-repeat left top;
}
#header-title {
margin: 0 0;
padding: 0 50px;
height: 35px;
}
.header-title {
float: right;
}
.blog-desc {
float: left;
width: 30%;
font-size: 1.1em;
}
#header-title h1 {
text-align: right;
padding: 3px 0;
font: 2.2em Arial, Verdana, sans-serif;
}
#header-title h1 a {
display: block;
color: #006699;
background-color: transparent;
}
#header-img {
clear: both;
margin: 0 0;
padding: 0 0;
height: 283px;
background: url(images/header2.jpg) no-repeat left top;
}
#wrap-mid {
margin: 0 0;
padding: 0 50px;
background: url(images/repeater.jpg) repeat-y;
/* background: url(images/content-bg.jpg) no-repeat left top; */
}
#content,
#comments-block {
margin: 0 0;
padding: 0 0;
float: left;
width: 565px;
}
#side {
margin: 0 0 0 685px;
padding: 10px 0;
color: #996666;
background-color: transparent;
}
#comments-block2 {
margin: 0 0 0 585px;
padding: 0 0;
color: #996666;
background-color: transparent;
}
.smallside1 {
margin: 10px 5px 0 0;
padding: 0 1px;
float: left;
width: 200px;
border: #FF3300 2px solid;
}
.smallside2 {
margin: 0 0;
padding: 0 1px;
float: right;
width: 130px;
}
#side h2 {
color: #ff6600;
font: normal 1.5em "Trebuchet MS", Arial, sans-serif;
padding-top: 10px;
list-style: none;
}
#side h2 a
{
color: #ff6600;
}
#side ul {
margin: -4px 0 0 10px;
padding: 0 0;
list-style: none;
font-size: 14px;
font-weight: bold;
}
#side ul li
{
margin: 4px 0 0px 0;
padding: 0 0;
}
#side ul p {
margin: 0 0 15px 0;
padding: 0 0;
}
#side ul li li {
margin: 0 0;
padding: 0 0;
}
#side ul li li li {
margin: 0 0;
padding: 0 0 0 10px;
}
#footer {
margin: 0;
padding: 0;
clear: both;
height: 60px;
background: url(images/footer.jpg) no-repeat;
}
#footer p {
margin: 0 0;
padding: 0 0;
font: 1.1em "Trebuchet MS", Arial, sans-serif;
text-align: center;
}
.clear {
clear: both;
}
/* WP elements */
.post {
margin: 0 0;
padding: 20px 20px;
border: #00FF99 2px solid;
}
.post h2 {
font: bold 1.4em "Trebuchet MS", Arial, sans-serif;
color: #ff6600;
}
.post h2 a, .post h2 a:link, .post h2 a:visited {
color: #ff6600;
}
.post h2 a:hover {
color: #996666;
}
.post p {
text-align: justify;
}
.post p.align-left {
text-align: left;
}
.post p.align-center {
display: block;
margin: auto auto;
}
.post p.align-right {
text-align: right;
}
img.align-left {
float: left;
margin: 0 5px 2px 0;
}
img.align-right {
float: right;
margin: 0 0 2px 5px;
}
div.align-left {
margin: 0 5px 2px 0;
}
div.align-right {
float: right;
}
.postmetadata {
margin: 0 0;
padding: 10px 0 20px 0;
color: #ff6600;
background: url(images/post-break.jpg) no-repeat left bottom;
}
.postmetadata p a {
color: #ff6600;
}
.postmetadata p {
text-align: right;
}
.alt {
margin: 20px 0 5px 20px;
padding-bottom: 5px;
color: #ff6600;
font-size: 1.4em;
border-bottom: #ff6600 1px solid;
}
.alt_footer {
margin: 20px 0 5px 20px;
padding-bottom: 10px;
color: #ff6600;
border-bottom: #ff6600 1px solid;
text-align: right;
line-height: 140%;
}
.commentlist li,
.commentlist li.alt {
margin: 0 0;
padding: 0 20px 10px 20px;
background: url(images/post-break.jpg) no-repeat 20px bottom;
border: 0;
}
p textarea {
height: 100px;
}
input#s {
width: 80px;
border: 1px solid #996666;
}
#searchform {
margin: 0 0;
padding: 0 0;
}
input#searchsubmit {
width: 30px;
color: #ffffff;
background-color: #336699;
border: 1px solid #336699;
}
#calendar td {
border: 0;
}
/* General style settings */
h1, h2, h3 {
margin: 0 0;
padding: 0 0;
}
blockquote {
border-left: 2px solid #996666;
padding-left: 5px;
}
ul {
list-style-type: square;
}
code {
font: 1.0em "Courier New", Courier, sans-serif;
}
img {
border: 0;
}
a, a:link, a:visited {
color: #996666;
text-decoration: none;
}
div, p {
height: 100%;
}
/* ----------------------------- Comment Form ------------------------------- */
#postcomment_h2
{
margin-left: 20px;
}
#postcomment {
background: #FFFFFF url(images/comments.gif) no-repeat left top;
margin: 40px 0px 0px 0px;
padding: 0 0 20px 0px;
width: 510px;
}
#commentform {
background: #f5f6f7;
padding: 1px 20px;
margin-top: 0px;
margin-bottom: 0px;
width: 470px;
}
#commentboxes {
width: 200px;
float: left;
color: #7b7b7b;
font-size: 0.9em;
}
p.instructions {
margin: 14px 0 0 200px;
color: #7b7b7b;
font-size: 0.9em;
text-align: justify;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #d5d7db;
padding-left: 15px;
position: relative;
}
#inputbox {
clear: both;
color: #7b7b7b;
font-size: 0.9em;
}
#button{
padding-top: 0.5em;
}
#commentsbottom {
background: #FFFFFF url(images/commentsdown.gif) no-repeat left top;
margin: 0;
padding: 0;
height: 22px;
width: 510px;
}
/* ------------------------------ Comments Form ----------------------------- */
#comment {
width: 465px;
}
#comment, #author, #url, #email, #press{
background: #e7e9ed;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #7b7b7b;
padding: 1px 2px 1px 1px;
}
#comment, #author, #url, #email{
border: 1px solid #d5d7db;
}
#comment:hover, #author:hover, #url:hover, #email:hover{
border: 1px solid #7b7b7b;
}
#comment:focus, #author:focus, #url:focus, #email:focus{
background: #FFFFFF;
border: 1px solid #000000;
color: #7b7b7b;
padding: 1px 2px 1px 1px;
}
#commentboxes p {
margin: 0;
padding-bottom: 0.9em;
}
h2#comments{
margin-bottom:40px;
}
p.feeds {
float: right;
margin-top: -1.8em;
font-size: 0.9em;
}
p.feeds a, p.feeds a:hover {
text-decoration: none;
}
p.feeds a:hover {
color: #000000;
}
#inputbox {
clear: both;
color: #7b7b7b;
font-size: 0.9em;
}
#inputbox a {
color: #7b7b7b;
}
#inputbox a:hover {
color: #FFFFFF;
}
p.inputbox {
margin: 0;
padding-bottom: 10px;
}
p.pages {
margin: 0;
padding: 40px 40px;
padding-top: 0;
text-align: center;
}
p.pages a {
color: #102e6c;
}
#response
{
width: 550px;
border: #FFFF66 2px solid;
}
Alles anzeigen
SIDEBAR
<?php
/*
Template Name: Sidebar
*/
?>
<div id="side">
<div class="smallside1">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>
<h2><a href="index.php">Home</a></h2>
<h2><?php wp_list_pages('title_li=&depth=1&include=16'); ?></h2>
<h2>Meine Geschichte</h2>
<ul>
<li>
<?php wp_list_pages('title_li=&depth=1&exclude=16, 17'); ?>
</li>
</ul>
<h2>Gedichte</h2>
<h2>Tagebuch-Archiv</h2>
<ul>
<li>
<?php wp_get_archives('type=monthly'); ?>
</li>
</ul>
<?php endif; ?>
</div> <!-- end div.smallside1 -->
<div class="clear"></div>
</div> <!-- end div#side -->
<div class="clear"></div>
Alles anzeigen
PAGE
<?php
/*
Template Name: Single Page Template
*/
?>
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post">
<div class="entry">
<?php the_content('<p>Den kompletten Eintrag lesen »</p>'); ?>
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
</div>
<div class="postmetadata"><p><?php edit_post_link('Bearbeiten', '', ''); ?></p></div>
</div>
<?php endwhile; endif; ?>
</div> <!-- end of content div -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Alles anzeigen
INDEX
<?php
/*
Template Name: Main Index
*/
?>
<?php get_header(); ?>
<div id="content">
<?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>
<div class="entry">
<?php the_content('<p>Kompletten Eintrag lesen »</p>'); ?>
</div>
<div class="postmetadata"><p>Veröffentlicht am <?php the_time('d. M Y') ?> um <?php the_time() ?> <br /><?php comments_popup_link('Keine Kommentare vorhanden', '1 Kommentar', '% Kommentare'); ?>
<?php edit_post_link('Beitrag bearbeiten', ' | ', ''); ?>
</p></div>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="align-right"><?php previous_posts_link('Nächster Eintrag »') ?></div>
<div class="align-left"><?php next_posts_link('« Vorheriger Eintrag') ?></div>
</div>
<?php else : ?>
<div class="post">
<h2>Page Not Found</h2>
<div class="entry">
<p>Sorry, the page you tried to access cannot be found.</p>
</div>
</div>
<?php endif; ?>
</div> <!-- end of content div -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Alles anzeigen
Vielleicht kann ja mal jemand drüber schauen...
vielen lieben Dank
Ragna
Hai
Danke...habs mal runtergeladen...sieht super aus...nur beim einrichten habe ich ein Problem: Ich finde dieses WP-Grins nicht...da muss ich ja noch was aktualisieren...wo finde ich das?
danke
Hallo allerseits...
Habe hier schon ein wenig rumgesucht bezüglich TinyMCE, aber immer nur etwas in Verbindung mit dem Editor im Admin-Bereich gefunden.
Ich würde aber die schlanke Version von TM als Editor für meine KOmmentare benutzen. Geht das auch? UNd wenn...wie muss ich ihn einbinden? Gibt es irgendwo eine Anleitung???
Besten dank
Ragna
kann sein dass wir aneinander vorbeireden...ich meinte nicht das HOME in der Sidebar, sondern dass was jetzt über der Home-Seite steht...also im Text...;-)
Super...hat hingehauen...perfect...vor allem finde ich klasse - ich hoffe das ist auch wirklich so und kein dummer Zufall - das bei dem include auch dann nur diese Seite(n) mit reingenommen werden und alle anderen automatisch draussen bleiben...
Super...
eine Frage hätte ich aber noch: Wie bekomme ich das HOME auf der ersten Seite noch weg? Würde da viel lieber eine eigene Überschrift nehmen...
vielen dank noch mal...
Ragna
Prima...danke...
werde ich mir gleich mal anschauen...;-)
Ragna
habe das ganze mal ausprobiert...oder vielmehr. ich wollte es ausprobieren...
das ganze sollte für diese Seite sein:
mein Gefängnis
Das Problem ist nun dass, wenn ich es nach dieser Methode machen würde, der Blog unter "Meine Geschichte" auftauchen würde, weil dort die statischen Seiten gelistet sind. Das ganze sollte aber unter "Mein Tagebuch" abrufbar sein sollen. Gibt es da auch eine Möglichkeit??? Oder kann ich statische Seiten auch aufteilen???
besten dank
Ragna
So...
habe ein paar Design-Probs lösen können...aber mit den Link-Sachen hänge ich immer noch...
Der code der Sidebar sieht im mom so aus:
<?php
/*
Template Name: Sidebar
*/
?>
<div id="side">
<div class="smallside1">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>
<h2><a href="#">Home</a></h2>
<h2>Tagebuch</h2>
<h2>Meine Geschichte</h2>
<ul>
<li>
<?php wp_list_pages('title_li=&depth=1'); ?>
</li>
</ul>
<h2>Gedichte</h2>
<h2>Tagebuch-Archiv</h2>
<ul>
<li>
<?php wp_get_archives('type=monthly'); ?>
</li>
</ul>
<?php endif; ?>
</div> <!-- end div.smallside1 -->
<div class="clear"></div>
</div> <!-- end div#side -->
<div class="clear"></div>
Alles anzeigen
bei <h2>Tagebuch</h2> müsste der link für das Tagebuch rein...also dass es immer mit dem akuellen Eintrag beginnt...
Habe jetzt auch mal das hier ausprobiert: Schnurpsel » Wordpress ab 2.1 - Optionen für die Startseite
Das Problem hierbei ist nur das ich eine weitere Statische Seite anlegen muss. Nur diese würde dann unter "Meine Geschichte" auftauchen...aber da soll sie nicht hin...
Nach dem ich jetzt eine Zeit lang das Forum durchsucht habe scheint es da keine Lösung zu geben...oder doch?
danke
Ragna