Hallo,
auf meiner Seite Dominic Kamp - Photography fehlt der button "older posts" mit dem ich die älteren posts ansehen kann. Ich hätte ihn ganz gerne am unteren Ende meiner Seite. Wie kann ich das einstellen?
Gruß und vielen Dank!
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 erstellenHallo,
auf meiner Seite Dominic Kamp - Photography fehlt der button "older posts" mit dem ich die älteren posts ansehen kann. Ich hätte ihn ganz gerne am unteren Ende meiner Seite. Wie kann ich das einstellen?
Gruß und vielen Dank!
Hallo!
Wenn du gerade an deiner Website arbeitest oder dein aktuelles Hosting überdenkst: Wir betreiben mit NetzLiving eine Hosting-Plattform, die speziell auf Performance, Sicherheit und einfache Verwaltung ausgelegt ist.
Leider ist in meiner Style.css kein Wert endif/endwhile. Wo soll ich diesen einfügen?
/*
Theme Name: Detour
Theme URL: [URL]http://www.briangardner.com/themes/detour-wordpress-theme.htm[/URL]
Description: Detour is a modern theme created for Wordpress.
Author: Brian Gardner
Author URI: [URL="http://www.briangardner.com/"]Brian Gardner[/URL]
Version: 1.0
The CSS, XHTML and design is released under GPL:
[URL="http://www.opensource.org/licenses/gpl-license.php"]GPL Licenses | Open Source Initiative[/URL]
Changelog:
v1.0 - 12.03.06
First Release of Detour
*/
body {
background: #FFFFFF url(images/bg.gif) top center repeat-y;
color: #333333;
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif;
margin: 0px auto 0px;
}
#wrap {
background: #FFFFFF;
width: 680px;
margin: 0px auto 0px;
padding: 0px;
}
#header {
background: #FFFFFF url(images/header.gif) no-repeat;
width: 680px;
height: 300px;
margin: 0px auto 0px;
padding: 0px
}
/************************************************
* Hyperlinks *
************************************************/
a, a:visited{
color: #FF0000;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
/************************************************
* Nav *
************************************************/
#nav {
background: #3A3A3A;
width: 680px;
color: #FFFFFF;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 8.5pt;
font-weight: bold;
margin: 0px auto 0px;
padding: 7px 0px 7px 0px;
border-top: 1px solid #FFFFFF;
}
#nav li {
display: inline;
list-style-type: none;
margin: 0px;
padding: 0px;
}
#nav ul {
margin: 0px;
padding: 0px;
}
#nav a {
color: #FFFFFF;
font-weight: bold;
margin: 0px;
padding: 6px 10px 6px 10px;
}
#nav a:hover {
color: #C0C0C0;
font-weight: bold;
text-decoration: none;
}
/************************************************
* Content *
************************************************/
#content {
width: 660px;
margin: 0px 0px 0px 0px;
padding: 20px 10px 0px 10px;
}
#content p{
padding: 0px 0px 15px 0px;
margin: 0px;
line-height: 18px;
}
#content p img{
float: left;
border: none;
margin-right: 15px;
margin-bottom: 10px;
}
#content ol{
margin: 0px;
padding: 0px 0px 0px 10px;
}
#content ul{
margin: 0px;
padding: 0px 0px 0px 10px;
}
#content h1 {
color: #000000;
font-size: 22px;
font-family: Century Gothic, Verdana, Arial, Sans-Serif;
font-weight: normal;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#content h1 a {
color: #000000;
text-decoration: none;
}
#content h1 a:hover {
color: #FF0000;
text-decoration: none;
}
#meta {
margin: 0px 0px 30px 0px;
padding: 2px 0px 0px 0px;
border-top: 1px solid #333333;
}
#meta p {
font-size: 11px;
}
#meta a {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
font-weight: bold;
color: #FF0000;
text-decoration: none;
}
#meta a:hover {
text-decoration: underline;
}
/************************************************
* Footer *
************************************************/
#footer {
background: #FFFFFF;
width: 680px;
color: #333333;
margin: 0px auto 0px;
text-align: left;
position: relative;
line-height: 17px;
border-top: 5px solid #333333;
}
#footer p {
color: #333333;
padding: 0px;
list-style-type: none;
margin: 0px;
}
#footer h2 {
color: #333333;
font-size: 12px;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: bold;
border-bottom: 2px solid #999999;
padding: 0px 0px 2px 0px;
margin: 15px 0px 0px 0px;
text-transform: uppercase;
}
#footer a {
color: #333333;
text-decoration: none;
}
#footer a:hover {
color: #999999;
text-decoration: none;
}
#footer ul {
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px;
}
#footer ul li {
display: inline;
padding: 0px;
margin: 0px;
}
#footer ul li a {
display: block;
color: #333333;
text-decoration: none;
margin: 0px;
padding: 5px 0px 5px 0px;
border-bottom: 1px solid #999999;
}
#footer ul li a:hover {
background: #EFEFEF;
color: #FF0000;
}
#footerleft {
background: #FFFFFF;
float: left;
width: 210px;
margin: 0px 20px 0px 0px;
padding: 0px 0px 20px 10px;
}
#footermiddle {
background: #FFFFFF;
float: left;
width: 210px;
margin: 0px 20px 0px 0px;
padding: 0px 0px 20px 0px;
}
#footerright {
background: #FFFFFF;
float: right;
width: 200px;
margin: 0px 0px 0px 0px;
padding: 0px 10px 20px 0px;
}
#credits {
background: #3A3A3A;
color: #FFFFFF;
width: 680px;
height: 30px;
text-align: center;
margin: 0px auto 0px;
padding: 0px;
}
#credits p {
font-size: 10px;
font-family: Verdana, Helvetica, Sans-Serif;
color: #FFFFFF;
padding: 8px 0px 0px 0px;
margin: 0px;
}
#credits a {
color: #999999;
text-decoration: none;
}
#credits a:hover {
color: #FFFFFF;
text-decoration: underline;
}
/************************************************
* Search Form *
************************************************/
#searchdiv {
margin: 0px;
padding 0px;
}
#searchform {
margin: 0px;
padding: 0px;
overflow: hidden;
}
#s {
background: #E8E8E8;
color: #333333;
padding: 2px;
margin: 9px 0px 0px 0px;
border: 1px solid #999999;
}
#sbutt {
background: #878787;
color: #FFFFFF;
font-size: 10px;
font-family: Verdana, Helvetica, Sans-Serif;
padding: 1px;
margin: 0px 0px 0px 5px;
border: 1px solid #333333;
}
/************************************************
* Comments *
************************************************/
#commentblock h2 {
font-size: 16px;
font-family: Arial, Helvetica, Sans-Serif;
color: #333333;
padding: 0px 0px 10px 0px;
margin: 0px;
}
#commentblock {
width: 618px;
background: #E8E8E8;
padding: 20px;
margin: 0px 0px 10px 0px;
border: 1px solid #555555;
}
ol#commentlist {
padding: 5px;
margin: 0px;
list-style-type: none;
}
.commentdate {
font-size: 12px;
padding-left: 0px;
}
#commentlist li p{
margin-bottom: 8px;
line-height: 20px;
padding: 0px;
}
.commentname {
color: #555555;
margin: 0px;
padding: 5px 5px 5px 0px;
}
.commentinfo{
clear: both;
}
.commenttext {
clear: both;
margin: 0px 0px 10px 0px;
padding: 20px 10px 5px 10px;
width: 590px;
background: #FFFFFF url(images/comment.gif) no-repeat top;
}
.commenttext-admin {
clear: both;
margin: 0px 0px 10px 0px;
padding: 20px 10px 5px 10px;
width: 590px;
background: #FFFFFF url(images/comment.gif) no-repeat top;
}
#commentsformheader{
padding-left: 0px;
}
#commentsform{
text-align: center;
margin: 0px;
padding: 0px;
}
#commentsform form{
text-align: left;
margin: 0px;
}
#commentsform p{
margin: 0px;
}
#commentsform form textarea{
width: 99%;
}
p.comments_link img{
margin: 0px;
padding: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
blockquote{
font-style: italic;
color: #777777;
margin: 0px 0px 0px 20px;
padding: 0px 100px 0px 10px;
}
Alles anzeigen
Leider ist in meiner Style.css kein Wert endif/endwhile. Wo soll ich diesen einfügen?
jottlieb schrieb es doch... in die[COLOR=sienna] index.php[/COLOR]
lg
Ah ja, sorry. Da hab ich wohl nicht richtig hingeschaut...aber vielen Dank! Hat einwandfrei geklappt.
Jetzt nur noch zwei Sachen. Zum einen würde ich dort gerne "next page" und nicht "nächste Seite stehen haben. Und zweitens, wäre es auch möglich, dass ich da einen grafischen Button einbaue und nicht nur Text?
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!