Hi
Ich suche 2 Plugins eins für eine auflistung von veranstaltungen mit datum.
und eins wo ich am ende des artikel nen button habe damit ne kurzfassung davon getwittert werden kann
Mfg
Beiträge von max0211
-
-
Also ich würde die pagebar einbauen, nur mit welchen befehl?
und wie kann ich die formatierung bei behalten, welche in den oberen code eingebaut ist... ich weiß nur nich wo sie definiert ist...PS: istn Artisteer Theme
-
Hey
also ich wollte den folgenden code mit der Pagebar ersetzen und auch das ich die formatierung beibehalte...PHP
Alles anzeigenfunction art_page_navi($title = '', $comment = false) { $prev_link = null; $next_link = null; if($comment){ $prev_link = get_previous_comments_link(__('Newer Entries »', THEME_NS)); $next_link = get_next_comments_link(__('« Older Entries', THEME_NS)); } elseif (is_single() || is_page()) { $next_link = get_previous_post_link('« %link'); $prev_link = get_next_post_link('%link »'); } else { $prev_link = get_previous_posts_link(__('Newer Entries »', THEME_NS)); $next_link = get_next_posts_link(__('« Older Entries', THEME_NS)); } $content = ''; if ($prev_link || $next_link) { $content = art_parse_template("pagination", array( 'next_link' => $next_link, 'prev_link' => $prev_link )); } if (!$content && !$title) return; art_post_box($title, $content); } if (!function_exists('get_previous_comments_link')) { function get_previous_comments_link($label) { ob_start(); previous_comments_link($label); return ob_get_clean(); } } if (!function_exists('get_next_comments_link')) { function get_next_comments_link($label) { ob_start(); next_comments_link($label); return ob_get_clean(); } } if (!function_exists('get_previous_posts_link')) { function get_previous_posts_link($label) { ob_start(); previous_posts_link($label); return ob_get_clean(); } } if (!function_exists('get_next_posts_link')) { function get_next_posts_link($label) { ob_start(); next_posts_link($label); return ob_get_clean(); } } if (!function_exists('get_previous_post_link')) { function get_previous_post_link($label) { ob_start(); previous_post_link($label); return ob_get_clean(); } } if (!function_exists('get_next_post_link')) { function get_next_post_link($label) { ob_start(); next_post_link($label); return ob_get_clean(); } } -
also online ist die seite noch nicht, könnte dir höchstens ein bild hochladen;)
aufbau der seite:
HTML<div id="wrapper"> <div id="header"> <div id="menu"> <ul><?php wp_nav_menu(); ?></ul> </div> </div> <div id="sidebar"></div> <div id="main"></div> <div id="footer"></div> </div>Wenn ich du mehr brauchst...
-
Hallo,
ich habe einige Probleme mit der Darstellung im IE
könntet ir mir iwie helfen???Code
Alles anzeigen/* Theme Name: NSAV Author: NSAV */ body { background:url(images/bg.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: center top; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; } #wrapper { margin: auto auto; clear: both; background:url(images/wrapperbg.png); background-repeat: no-repeat; background-attachment: fixed; background-position: center top; border-left-width:1px; border-left-style:solid; border-right-width:1px; border-right-style:solid; border-color: #000000; width: 950px; overflow:hidden; min-Height:100%; width: 950px; } a:link { color:#cccccc; text-decoration: none; text-underline: none; } a:visited { color:#cccccc; text-decoration: none; text-underline: none; } a:hover { color:#999999; text-decoration: none; text-underline: none; } a:active { color:#cccccc; text-decoration: none; text-underline: none; } @font-face { font-family:menu; src:url(menu.ttf); } #uberschrift { font-family: menu; text-decoration:none; font-size:25pt; color: #ffffff; background: none; width: 609px; height: 70px; } #uberschrift h2 { text-indent:1em; color: #cccccc; } #menu { position:fixed; top:0px; width:950px; height: 50px; background: url(images/headerbg.png); background-repeat: repeat-x; font-family: menu; font-size:20pt; text-align:center; } #menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; } #menu li {display: inline; } #menu ul li a {text-decoration:none; margin: 5px; padding: 5px 20px 5px 20px; color: #ffffff;} #header { margin-left:auto; margin-right:auto; height: 330px; width:950px; background-attachment:fixed ; background:url(images/header.png); background-repeat: no-repeat; } #sidebar { margin-left:30px; width: 250px; float: left; background:none; color: #999999; } #main { width: 580px; float: left; background: none; margin-left:60px; margin-right:30px; } #footer { position: relative; border-left-width:1px; border-left-style:solid; border-right-width:1px; border-right-style:solid; border-color: #ffffff; clear: left; margin-left:auto; margin-right:auto; bottom:0px; height:20px; width: 950px; background: #000000; } -
Hi,
habe mir ein Template erstellt, mit dieser Vorlage
http://wordpress.lernenhoch2.de/handbuch/
erste fragen haben sich erledigt, das template steht.
nun meine neuen Probleme
-widgets einbinden
-RSS feed einbinden
-Retweet einbinden
-kontaktformular mit spamschutz
-kommentare mit captcha versehen
MfG :wink: -
[erledigt!]
bitte löschen
-
So danke dir, passt jetzt alles, das problem für das template ist, das ich noch keinen server habe....
So neue Probleme ;)ZitatAlles anzeigenHi,
habe mir ein Template erstellt, mit dieser Vorlage
http://wordpress.lernenhoch2.de/handbuch/
erste fragen haben sich erledigt, das template steht.
nun meine neuen Probleme
-widgets einbinden
-RSS feed einbinden
-Retweet einbinden
-kontaktformular mit spamschutz
-kommentare mit captcha versehen
MfG :wink: -
CSS Formatierung
[erledigt]
-
widgets, RSS, retweet, captcha einbinden in eigenes Template
Hi,
habe mir ein Template erstellt, mit dieser Vorlage
http://wordpress.lernenhoch2.de/handbuch/
erste fragen haben sich erledigt, das template steht.
nun meine neuen Probleme
-widgets einbinden
-RSS feed einbinden
-Retweet einbinden
-kontaktformular mit spamschutz
-kommentare mit captcha versehenMfG ;)