Und gibt es überhaupt eine (veröffentlichte) Seite, die du als Startseite festlegen könntest?
Daran lag es. Vielen Dank für deine Hilfe ;)
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 erstellen
Und gibt es überhaupt eine (veröffentlichte) Seite, die du als Startseite festlegen könntest?
Daran lag es. Vielen Dank für deine Hilfe ;)
Hallo ;)
vielen Dank für deine Antwort. Update ist durchgeführt, die Option fehlt trotzdem. Plugins nutze ich keine.
Hallo,
weiß jemand wie man bei dem Tiny Framework Theme ein Logo hinzufügen kann? Suche seit einer Stunde eine Möglichkeit.
Diese Antwort vom Entwickler hilft leider nicht weiter.
http://mtomas.com/389/tiny-forge…uration-options
Danke ;)
Liebe Grüße
David
Hallo,
ich nutze das folgende Theme:
http://wordpress.org/extend/themes/k2
Wie ihr seht ist im Header eine Navigation. Dort steht links neben about "Blog". Klickt man darauf landet man auf der Startseite. Ich würde das "Blog" gerne in "Start" ändern. Leider finde ich auch nach langem suchen keine Möglichkeit das zu ändern.
<ul class="menu">
<li class="<?php if ( is_front_page() && !is_paged() ): ?>current_page_item<?php else: ?>page_item<?php endif; ?> blogtab">
<a href="<?php echo get_option('home'); ?>/" title="<?php echo esc_attr( get_option('k2blogornoblog') ); ?>">
<?php echo get_option('k2blogornoblog'); ?>
</a>
</li>
<?php /* K2 Hook - do not remove */ do_action('template_header_menu'); ?>
Dieser Code ist in der k2-header.php Datei. Aber hier kann man es auch nicht ändern. Habt ihr eine Idee?
Vielen Dank und beste Grüße!!!
Hallo,
ich habe das red-minimalista-2.3 Theme und möchte die blau umrandeten Teile austauschen:
[Blockierte Grafik: http://www5.picfront.org/picture/ujQR835ziqd/thb/Unbenannt-1.jpg]
Gegen diese Grafik:
[Blockierte Grafik: http://www5.picfront.org/picture/NWurCmWCWHX/thb/Unbenannt-2.jpg]
Wie geht das genau?
Meine Style Datei sieht so aus:
/*
Theme Name: red minimalista
Theme URI: http://www.perun.net
Description: Theme for Wordpress 2.x, <a href="http://www.vlad-design.de">Vladimir Simovic</a> aka <a href="http://www.perun.net">Perun</a>. This Theme is Open Source.
Version: 2.3 (11. Dez 2007)
Author: Vladimir Simovic (Perun)
Author URI: http://www.perun.net
INHALTSVERZEICHNIS:
1. ...... Allgemeine bzw. Dokumentweite Angaben
2. ...... Kontainer sog. Wrapper
2.1 ..... Kopf bzw. Header
2.2. .... Mitte (Middle) (beinhaltet die Seitenleiste und den Inhalt)
2.2.1 ... Seitenleiste aka Sidebar
2.2.2 ... Inhalt (Content)
2.2.3 ... Kommentarbereich
2.3 ..... Fuss bzw. Fuß aka Footer
3. ...... Spezielle Formatierungen (z.B. fuer Plugins)
1. Allgemeine bzw. Dokumentweite Angaben */
html {
height: 100%;
}
body {
background: #aaa url(img/hintergrund.gif) fixed center bottom repeat-x;
text-align: center;
font: 12px verdana, arial, sans-serif; /* Hoch lebe das heilige Pixel! Nieder mit dem bösen em-Tyrann ;-) */
margin: 0;
padding: 20px 0 0 0;
height: 100.01%; /* Ich hasse solche "Konstrukte, aber leider notwendig */
}
pre, code, samp {
font: 1em 'courier new', courier, monospace;
color: #c60;
}
acronym, abbr, dfn {
border-bottom: 1px dashed #999;
font-style: normal;
cursor: help;
}
blockquote {
padding: 0 15px 0 10px;
margin: 15px 0 15px 5px;
text-align: justify;
color: #555;
line-height: 1.35;
font-size: 11px;
border-left: 5px solid #eee;
}
a {
color: #b00;
text-decoration: none;
}
a:hover {
color: #333;
}
img {
border: none;
}
#clearer {
clear: both;
}
.center {
text-align: center;
}
/* small */
.klein {
font-size: .9em;
}
/* smaller */
.kleiner {
font-size: .8em; /* Und jetzt brauchst du eine Lupe */
}
/* Hiermit "positioniert" man die Bilder (links = left; rechts = right) */
.bild-links {
float: left;
margin: 2px 10px 5px 0;
}
.bild-rechts {
float: right;
margin: 2px 0 5px 10px;
}
/* Kontainer sog. Wrapper */
#kontainer {
width: 760px; /* "Die Rente ist sicher" ... "Ja, dieses Layout ist elastisch" */
margin: 0 auto;
text-align: left;
padding-bottom: 20px;
}
/* 2.1 Kopf bzw. Header */
#kopf {
background: url(img/kopf.gif) no-repeat;
height: 125px;
}
#kopf h1 {
margin: 0;
padding: 0 20px;
height: 120px;
}
#kopf a {
color: #fd5;
font: bold 20px 'trebuchet ms', arial, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 120px;
}
/* 2.2 Mitte (beinhaltet die Seitenleiste und den Inhalt) */
#mitte {
background: #fff url(img/mitte.gif) repeat-y;
padding: 10px 15px 15px 20px;
}
/* 2.2.1 Seitenleiste aka Sidebar */
#seitenleiste {
width: 200px;
float: right;
line-height: 1.55;
color: #444;
background: transparent;
}
#seitenleiste h2 {
margin: 5px 0;
text-transform: uppercase;
background: url(img/kopf.gif) no-repeat center center;
padding: 1px 5px;
color: #fd5;
font-size: 11px;
}
#seitenleiste form {
margin: 0 0 20px 0;
padding-top: 2px;
padding-left: 5px;
}
#seitenleiste input.suchfeld {
border: 1px solid #ccc;
font-size: 11px;
padding: 2px;
width: 180px;
color: #555;
}
#seitenleiste input.suchfeld:hover, #seitenleiste input.suchfeld:focus {
border: 1px solid #900;
}
#seitenleiste input.sendebutton {
border: 1px solid #ccc;
background: #ddd;
font-size: 11px;
margin-top: 3px;
padding: 1px 3px;
line-height: 1.2;
}
#seitenleiste input.sendebutton:hover {
border: 1px solid #900;
background: #b00;
color: #fd5;
}
#seitenleiste ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#seitenleiste li {
border-bottom: 1px solid #ddd;
line-height: 1.6;
padding-left: 5px;
}
#seitenleiste ul li a {
text-transform: lowercase; /* Großbuchstaben sind ein unnötiger Luxus */
}
#seitenleiste li li {
margin-left: 10px;
}
/* 2.2.2 Inhalt */
#inhalt {
float: left;
width: 500px;
padding-bottom: 15px;
line-height: 1.45;
color: #444;
background: transparent;
}
#inhalt p {
margin-top: 1em;
margin-bottom: 1.1em;
}
#inhalt a {
border-bottom: 1px solid #eee;
}
#inhalt a:hover {
border-bottom: 1px solid #555;
}
#inhalt h2 {
font-size: 18px;
margin-top: 0;
margin-bottom: .5em;
padding: 0;
color: #444;
}
#inhalt h3 {
font-size: 15px;
margin: 17px 0 5px 0;
padding: 0;
color: #333;
border-bottom: 1px dotted #ddd;
}
#inhalt h4 {
font-size: 13px;
font-weight: bold;
color: #444;
margin: 17px 0 5px 0;
}
#inhalt h2 a, #inhalt h2 a:hover {
border-bottom: none;
}
#inhalt h2.beitrags-titel {
margin-bottom: 0;
padding-bottom: 0;
line-height: 1.1;
}
#inhalt .beitrags-info, #inhalt .beitrags-info2 {
font-size: 11px;
color: #555;
line-height: 1.2;
text-transform: lowercase;
}
#inhalt .beitrags-info2 {
border-top: 1px solid #e1e1e1;
margin-bottom: 30px;
padding: 2px 0;
}
#inhalt #beitrag-info-box {
font-size: 11px;
margin: 20px 0;
padding: 10px;
background: #eee;
border-top: 1px dotted #ddd;
border-bottom: 1px dotted #ddd;
}
/*2.2.3 Kommentarbereich*/
#commentform {
border: 1px solid #ddd;
background: #eee;
padding: 15px;
}
#commentform textarea, #commentform input {
border: 1px solid #ccc;
font: normal 1em arial, sans-serif;
padding: 2px;
color: #555;
}
#commentform textarea {
width: 450px;
}
#commentform textarea:hover, #commentform textarea:focus, #commentform #author:hover, #commentform #author:focus, #commentform #email:hover, #commentform #email:focus, #commentform #url:hover, #commentform #url:focus {
border: 1px solid #900;
}
#commentform #submit {
margin-top: 2px;
padding: 0 5px;
}
#commentform #submit, #commentform .ed_button {
border: 1px solid #ccc;
background: #ddd;
color: #333;
margin-right: 1px;
font-size: 1em;
}
#commentform #submit:hover, #commentform .ed_button:hover {
border: 1px solid #900;
background: #b00;
color: #fd5;
}
#commentlist li {
border-bottom: 1px solid #eee;
}
.kommentar-info {
text-transform: lowercase;
margin-bottom: 3px;
}
/* 2.3 Fuss bzw. Fußbereich aka Footer */
#fuss {
background: #f5f5f5 url(img/fuss.gif) repeat-y;
padding: 15px 20px;
border-bottom: 1px solid #ccc;
color: #555;
}
#fuss p {
margin: 0;
text-transform: lowercase;
}
/* 3. Spezielle Formatierungen z.B. nur für Plugins */
#ed_toolbar input {
border: 1px solid #ccc;
background: #ddd;
font-size: 11px;
margin-right: 1px;
padding-top: 0;
padding-bottom: 0;
}
#wp_grins {
margin-top: 2px;
}
.pagebar {
text-align: center;
line-height: 1.4;
padding-bottom: 10px;
}
.pagebar .this-page {
font-weight: bold;
}
#inhalt .pagebar a {
border-bottom: 1px solid #ccc;
border: 1px solid #ccc;
background: #eee;
padding: 2px 5px;
margin-bottom: 5px;
}
#inhalt .pagebar a:hover {
border: 1px solid #900;
background: #b00;
color: #fd5;
}
Alles anzeigen
Und so sieht meine Sidebar.php aus:
<!-- beginn sidebar -->
<div id="seitenleiste">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
<h2><?php _e('Pages'); ?></h2>
<ul>
<li><a href="<?php bloginfo('url'); ?>">Startseite</a></li>
<?php wp_list_pages('sort_column=menu_order&title_li'); ?>
</ul>
<h2><?php _e('Categories'); ?></h2>
<ul>
<?php if (function_exists('wp_list_cats')) {
wp_list_cats('sort_column=name&optioncount=1');
}
else {
wp_list_categories('sort_column=name&show_count=1&title_li');
} ?>
</ul>
<h2><?php _e('Search'); ?></h2>
<form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<input type="text" name="s" id="s" size="20" class="suchfeld" /><br />
<input type="submit" value="Suchen" class="sendebutton" />
</form>
<h2>RSS-Feeds</h2>
<ul>
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('Posts'); ?></a></li>
<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments'); ?></a></li>
<?php wp_meta(); ?>
</ul>
<h2>Blogroll</h2>
<ul>
<?php wp_list_bookmarks('categorize=0&title_li=0'); ?>
</ul>
<?php endif; ?>
<h2><?php _e('Meta'); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
<?php if (function_exists('wp_theme_switcher')) { ?>
<h2>Styleswitcher</h2>
<?php wp_theme_switcher(); ?>
<?php } ?>
</div><!-- /seitenleiste -->
<!-- ende sidebar -->
Alles anzeigen
Grüße und danke!
Mhhhh ok eine genaue Anleitung habe ich jetzt aber nicht gefunden.Habt ihr da was?
Und man kann also sagen, dass man alle PHP Scripte integrieren kann?
Grüße
David2502
Kann man in das Wordpress z.B. das VB so wie bei Gulli.de das Board eingebunden ist auch einbinden? Und kann man auch andere Scripts einbinden?
Grüße
Wie meinst du das in das div einbinden? Kannst dus vielleicht bitte mir am Code genau zeigen?
Das gleiche Problem habe ich leider auch....Wäre echt cool wenn hier jemand sage könnte was das ist?
Grüße
David2502
Hallo,
dank des geilen Plugins (ultimate_category_excluder) hat sich meine Frage erledigt.Danke nochmal an alle die hier geholfen haben insbesondere an den Jottlieb :-D !
Gute Nacht und liebe Grüße
David2502
Hallo,
es geht jetzt ja alles.Jetzt will ich nur noch, dass die Beiträge der Kategorie 11,12 und 13 nicht auf der Startseite erscheinen :) Der Code aus dem anderen Thread bringt mir leider nichts.Es wäre sehr nett, wenn du mir noch sagen könntest wie und vorallem wo ich das mache, dass das geht?
1000 Dank!
Jetzt geht alles...Vielen dank für deine geile Hilfe.Es war kein Beitrag in der Kategorie mit der ID 11 :-D
Jetzt sieht es so aus:
<h2>Dokus</h2>
<ul>
<?php wp_list_categories('sort_column=name&show_count=1&title_li&include=1,3,4,5,6,7,8,9,10'); ?>
</ul>
<h2>Test</h2>
<ul>
<?php wp_list_categories('sort_column=name&show_count=1&title_li&exclude=1,3,4,5,6,7,8,9,10'); ?>
</ul>
In Test müsste ja dann die vorhandenen Kategori 11 und 12 erscheeinen, da er ja will, dass alle außer 1,3,4,5,6,7,8,9,10 angezeigt werden...Also bleibt ja die 11 & 12 übbrig?
Hallo,
jetzt habe ich folgenden Code:
<h2>Dokus</h2>
<ul>
<?php wp_list_categories('sort_column=name&show_count=1&title_li&include=1,2,3'); ?>
</ul>
<h2>Test</h2>
<ul>
<?php wp_list_categories('sort_column=name&show_count=1&title_li&exclude=6,9,10'); ?>
</ul>
Obwohl in Test nicht die Kategorie 1 (ID) eingetragen ist wird sie aber trotzdem angezeigt.Ebenso ist es bei zwei anderen Kategorien...Warum?
Jetzt sieht mein Code so aus:
<h2><?php _e('Dokumentationen'); ?></h2>
<ul>
<?php if (function_exists('wp_list_cats')) {
wp_list_cats('sort_column=name&optioncount=1');
}
else {
wp_list_categories('sort_column=name&show_count=1&title_li&include=1,2,3');
} ?>
</ul>
<h2><?php _e('Test'); ?></h2>
<ul>
<?php if (function_exists('wp_list_cats')) {
wp_list_cats('sort_column=name&optioncount=1');
}
else {
wp_list_categories('sort_column=name&show_count=1&title_li&exclude=6,2,3');
} ?>
</ul>
Alles anzeigen
In beiden sind jetzt aber immer noch wie davor die gleichen Kategorien drin?
Ok also kann ich dann da nur Kategorien reinmachen? Akso ich kann dann beim Kategorien merstellen aussuchen ob sie in Kat 1 oder 2 kommt?
Und noch was:
Könntest du mir bitte an folgendem Code zeigen wie du das mit dem Include machen würdest?
<h2><?php _e('Kategorie1'); ?></h2>
<ul>
<?php if (function_exists('wp_list_cats')) {
wp_list_cats('sort_column=name&optioncount=1');
}
else {
wp_list_categories('sort_column=name&show_count=1&title_li');
} ?>
</ul>
Wie würdest du jetzt die zweite machen? An deinem Beispiel komme ich nicht ganz zurecht :???:
Übrigens ich bin dir echt super dankbar für die Hilfe!
Ja und wie bekomme ich dann Seiten in die zweite Kategorie?
Hallo,
srry für den doppel Post aber mir kam jetzt eine Idee.Wenn ich einfach den Schriftzug Kategorien in PhotoShop ausschneide und als Trennlinie zwischen meine Seite machen würde sehe es ja aus wie eine zweite Kategorie :-D
http://www2.picfront.org/picture/FAvALw…Unbenannt-1.jpg
Nur jetzt ist die Frage wie kann ich das ausgeschnittene Bild wischen den Seiten so einfügen wie ich es grad mit PhotoShop gemacht habe?
Grüße
David
Das erste Prob ist jetzt halt, dass wenn ich den Code so einfüge wie ich ihn gepostet habe erscheinen die gleichen Kategorien ja in der Kategorie2 nochmal, da er ja die wp_list_cats aufruft.......?