Beiträge von ultimatte
-
-
-
Wenn ich Folgendes einsetze:
Codefunction get_wp_title_rss($sep = '»') { $title = 'Mein eigener Feed-Titel'; if ( is_wp_error( $title ) ) return $title->get_error_message(); $title = apply_filters('get_wp_title_rss', $title); return $title; }Dann steht bei meinem Feedreaderprogramm (Outlook) als Titel des Feeds:
BlogtitelMein eigener Feed-TitelKann mir irgendjemand helfen!?
-
Guten Abend!
Ich würde gerne einen Titel für meinen RSS-Feed fest vorschreiben.
Und nicht den Blogtitel benutzen!Ich bin jetzt soweit, dass ich die feed.php ausgemacht habe, in der ich wohl etwas ändern muss, aber nach vielem Ausprobieren klappt es immer noch nicht.
Vermutlich hier!?:
Codefunction get_wp_title_rss($sep = '»') { $title = wp_title($sep, false); if ( is_wp_error( $title ) ) return $title->get_error_message(); $title = apply_filters('get_wp_title_rss', $title); return $title; }Könnte mir jemand sagen, was ich dort genau ändern muss?!
Vielen Dank!
-
Hallo!
Könnte mir bitte jemand sagen, wie ich einen anderen, festen Titel für den RSS-Feed angeben kann als meinen Blogtitel?!
Vielen Dank!!!
-
Mann, bin ich plöd! :oops:
Tausend Dank!!!
-
Hallo!
Ich habe hier mein Blog:
und hier die Einzelansicht eines Probeartikels:
Wie ihr sehen könnt, sind das Blog und der Artikel zwar auf 'zentriert' eingestellt, doch stehen sie nicht an derselben Position!
Der einzelne Artikel 'springt' etwas nach links.Weiß jemand vielleicht, woran das liegt?
Ich hab natürlich schon die sytsle.css durchforstete und viel herum und ausprobiert, aber es tut sich nichts!CSS
Alles anzeigen/* begin Post */ .post a { color: #000000; } .post a:link { color: #000000; } .post a:visited { color: #FF6464; } .post a:hover { color: #FF0000; } .post a:hover:visited { color: #FF0000; } .post { color:#000; background-color: #FFFFFF; margin-left:15px; margin-right:15px; margin-bottom:15px; margin-top:0px; padding:15px; } /* end Post */ /* begin Page */ body { margin: 0 auto; padding: 0; font-size: 62.5%; /* Resets 1em to 10px */ font-family: Verdana, Arial, Sans-Serif; background-color: #000000; color: #FFFFFF; } h2 { font-size: 18px; } .Main { width: 100%; } table, th, td { font-size: 1em; padding: 0; border-collapse: collapse; } a img { border: 0; } a { color: #9C9C9C; } a:link { color: #9C9C9C; } a:visited { color: #C4C4C4; } a:hover { color: #9C9C9C; } /* end Page */ /* begin Box, Sheet */ .Sheet { min-width:1px; min-height:1px; margin: 0 auto; position: relative; overflow: hidden; z-index: 0; width: 600px; } * html .Sheet { width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important"); height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important"); width: 600px; zoom: 1; } .Sheet-body { position: relative; overflow: hidden; z-index: 0; margin: 0px; text-align: left; } .Sheet-cc { position: absolute; overflow:hidden; z-index: -2; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #000000; } * html .Sheet-cc { font-size: 1px; width: expression(this.parentNode.offsetWidth+'px'); height: expression(this.parentNode.offsetHeight+'px'); } .Sheet { margin-top: 0px !important; margin-bottom: 3em; padding: 0 0 1em 0; } /* end Box, Sheet */ /* begin Header */ div.Header { margin: 0 auto; position: relative; width: 600px; height: 200px; } * html div.Header { font-size: 1px; } div.Header div { width: 100%; height: 100%; background-image: url('images/Header.jpg'); background-repeat: no-repeat; background-position: center center; text-align: left; } /* end Header */ /* begin Logo */ .logo { position: relative; left: 15px; top: 172px; } .logo td { text-align: left; vertical-align: bottom; white-space: nowrap; } .logo-name { font-size: 12px; font-family: Verdana; font-style: normal; font-weight: bold; } .logo-name a { text-decoration: none; color: #FFFFFF !important; } .logo-text { font-size: 1opx; font-family: Arial; font-style: normal; font-weight: normal; color: #FFFFFF !important; } /* end Logo */ /* begin Menu */ .menu, .menu ul { margin: 0; padding: 0; border: 0; list-style-type: none; display: block; } .menu li { margin: 0; padding: 0; border: 0; display: block; float: left; position: relative; z-index: 5; } .menu li:hover { z-index: 10000; white-space: normal; } .menu li li { float: none; } .menu ul { visibility: hidden; position: absolute; z-index: 10; left: 0; top: 0; } .menu li:hover>ul { visibility: visible; top: 100%; } .menu li li:hover>ul { top: 0; left: 100%; } .menu:after, .menu ul:after { content: "."; height: 0; display: block; visibility: hidden; overflow: hidden; clear: both; } .menu, .menu ul { min-height: 0; } .menu ul { background-image: url(images/spacer.gif); padding: 10px 30px 30px 30px; margin: -10px 0 0 -30px; } .menu ul ul { padding: 30px 30px 30px 10px; margin: -30px 0 0 -10px; } * html .menu, * html .menu ul { height: 1%; } * html .menu li.menuhover { z-index: 10000; } * html .menu .menuhoverUL { visibility: visible; } * html .menu .menuhoverUL { top: 100%; left: 0; } * html .menu .menuhoverUL .menuhoverUL { top: 0; left: 100%; } * html .menu ul a { height: 1%; } * html .menu li li { float: left; width: 100%; } * html .menu .menuhoverUL .menuhoverUL { top: 5px; left: 100%; } * html .menu, * html .menu ul { height: 1%; } * html .menu li.menuhover { z-index: 10000; } * html .menu .menuhoverUL { visibility: visible; } * html .menu .menuhoverUL { top: 100%; left: 0; } * html .menu .menuhoverUL .menuhoverUL { top: 0; left: 100%; } * html .menu ul a { height: 1%; } * html .menu li li { float: left; width: 100%; } .nav { position: relative; margin: 0 auto; width: 600px; height: 26px; z-index: 100; } .menu { padding: 0px 0px 0px 0px; } * html .nav { zoom: 1; } .nav .l, .nav .r, .nav .r div { top: 0; position: absolute; z-index: -1; overflow: hidden; height: 22px; } .nav .l { left: 0; right: 0px; } * html .nav .l { width: expression(this.parentNode.offsetWidth-0+'px'); } .nav .r { right: 0; width: 0px; } * html .nav .r { left: expression(this.parentNode.offsetWidth-0+'px'); } .nav .r div { width: 600px; right: 0; } * html .nav .r div { left: expression(this.parentNode.offsetWidth-700+'px'); } .nav .l, .nav .r div { background-position: left top; background-repeat: no-repeat; background-image: url('images/nav.png'); } * html .nav .l, * html .nav .r div { font-size: 1px; background: none; behavior: expression(this.runtimeStyle.filter?'':this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + (function(){var t=document.getElementsByTagName('link');for(var i=0;i<t.length;i++){var l=t[i];if(l.href&&/style\\.css$/.test(l.href))return l.href.replace('style.css','');}return '';})()+"http://forum.wordpress-deutschland.org/images/nav.png',sizingMethod='crop')"); } /* end Menu */ /* begin ContentLayout */ .contentLayout { margin-bottom: 0px; width: 100%; position: relative; }/* end ContentLayout */ /* begin Box, Block */ .Block { min-width:1px; min-height:1px; margin: 0 auto; position: relative; overflow: hidden; z-index: 0; } .Block hr { color: #000000; background-color: #000000; height:15px; border: 15px; } * html .Block { width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important"); height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important"); zoom: 1; } .Block-body { position: relative; overflow: hidden; z-index: 0; margin: 15px; text-align: left; color: #000000; font-family: 'Arial'; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; } .Block a { color: #000000; } .Block a:link { color: #000000; } .Block a:hover { color: #FF0000; } .Block a:hover:visited { color: #FF0000; } .Block a:visited { color: #FF6464; } .Block-cc { position: absolute; overflow:hidden; z-index: -2; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: #FFFFFF; } * html .Block-cc { font-size: 1px; width: expression(this.parentNode.offsetWidth+'px'); height: expression(this.parentNode.offsetHeight+'px'); } .Block { margin: 15px; } .Block table.table { border-collapse: collapse; margin: 1px; } .Block table.table th, .Block table.table td { padding: 2px; border: solid 1px #000000; } /* end Box, Block */ /* begin Box, BlockContent */ .BlockContent { min-width:1px; min-height:1px; margin: 0 auto; position: relative; overflow: hidden; z-index: 0; } * html .BlockContent { width:expression(this.offsetWidth < 1 ? 1+"px" : "auto !important"); height:expression(this.offsetHeight < 1 ? 1+"px" : "auto !important"); zoom: 1; } .BlockContent-body { position: relative; overflow: hidden; z-index: 0; margin: 0px; text-align: left; color: #000000; font-family: 'Arial'; font-size: 11px; font-weight: normal; font-style: normal; text-decoration: none; } .BlockContent a { color: #000000; } .BlockContent a:link { color: #000000; } .BlockContent a:hover { color: #FF0000; } .BlockContent a:hover:visited { color: #FF0000; } .BlockContent a:visited { color: #FF6464; } /* end Box, BlockContent */ /* begin LayoutCell */ .contentLayout .content { position: relative; margin:0; padding:0; border:0; float: left; overflow: hidden; width: 95%; } /* end LayoutCell */ #footer { text-align: center; } .post h2 a { text-decoration: none; } .aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; } .alignright { float: right; } .wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; } .wp-caption img { margin: 0; padding: 0; border: 0 none; } .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; } .commentlist li .avatar { float: right; border: 1px solid #eee; padding: 2px; background: #fff; } #commentform textarea { width: 100%; padding: 2px; } .hidden { display: none; }Vielen Dank im Voraus!
-
Ah! Danke, ich habe die Anfrage an UD geschickt!
Dachte die ganze Zeit mein Seversupport sei der Ansprechpartner...Das ist der Link zu dem Thread wo das gleich Problem bestand, das ich habe und dasselbe mit dem "Einschalten" der httpd.conf gelöst wurde... :confused:
http://forum.wordpress-deutschland.org/konfiguration/2384-permalinks.html -
Hallo!
mod_rewrite ist aktiviert!
Das hat mir der Support gesagt.HIer ist der Link:
Ich habe Wordpress jetzt in diesem Verzeichnis und das Blog auf
Uniteddomains leitet per urlhiding weiter, so dass ich das Blog ohne Probleme abrufen kann.
NUR: Wenn ich die Permalinks anpasse, erhalte ich ebene in
Page not foundError 404 - Not FoundIn anderen Threads wurde gesagt, dass man wohl die httpdconf "einschalten" müsste. Ohne näher darauf einzugehen, was daa heißt...
-
-
Bei diesen Einstellungen:
Im Verzeichnis
.htaccess:Apache Configuration# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ [P,L] </IfModule> # END WordPressIndex.php:
Im Verzeichnis
.htaccess:Apache Configuration
Alles anzeigen# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPressIndex.php:
PHP<?php define('WP_USE_THEMES', true); require('./wp-blog-[URL="http://forum.wordpress-deutschland.org/lexikon/?do=showentry&item=header"]header[/URL].php'); ?>Dadurch habe ich jetzt nur noch den Server-Fehler...
-
Also ich habe jetzt weiter ausprobiert und im Verzeichnis
Eine .htaccess sie so aussieht:
Apache Configuration
Alles anzeigen# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule [L] </IfModule> # END WordPressEine index.php die so aussieht:
Im Verzeichnis
sieht die .htaccess so aus:
Apache Configuration
Alles anzeigen# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule [P,L] </IfModule> # END WordPressUnd index.php
Dadurch habe ich jetzt nicht mehr den oben genannten Fehler.
Wenn ich aber auf gehe, wird mir nur eine weiße Seite ausgegeben!
Weiß vielleicht jemand, wo ich da was falsch eingegeben habe?!
Danke! -
Hallo,
Ich habe jetzt auf eine andere Art und Weise versucht mein Permalink-Problem zu lösen, an dem ich mehrer Monate rumgeknuspert habe.
Die Permalinks funktionieren auch, dafür habe ich natürlich(!) jetzt ein neues Problem und wäre für Hilfe dankbar!
(Ich kenne mich einfach zu wenig aus...)Mein Wordpressverzeichnis ist folgendes
(bei all-inkl)
Ich hätte gerne, dass mein Blog aber auf
steht. (Das ist natürlich meine Domain.)
Zu erwähnen wäre vielleicht noch, dass
bei united-domains registiert ist und per Url-Hiding zu
weiterleitet.
Wenn ich nun in den Wordpress-Einstellungen die Blog-Url entsprechend wie gewünscht ändere bekomme ich folgeden Fehler:
403 - Forbidden
You don't have permission to access /portfolio/weblog/ on this server.Meine htaccess sieht so aus:
Apache Configuration
Alles anzeigen# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ http:///$1 [P,L] </IfModule> # END WordPressIch hab den Eindruck, dass ich nur einen kleinen Schritt vor der Lösung bin!
Kann mir jemand da weiterhelfen?!
Danke!!! -
Bitte, bitte, kann sich irgendjemand meiner erbarmen?!
-
Guten Abend!
Ich habe auch das weit verbreitete Problem des Error 404 bei der Permalinkanpassung. Mein Webspace wird von all-inkl bereitgestellt.
Da ich schon meine htaccess manuell eingerichtet habe und auch das modrewrite eingeschaltet ist, glaube ich nun aus allen anderen Threads heraus gelesen zu haben, dass daran liegen könnte dass die httpd.conf nicht "eingeschaltet" ist.
(Siehe: http://forum.wordpress-deutschland.org/konfiguration/2384-permalinks.html)Könnte mir bitte jemand schreiben, ob und wie ich das selbst machen kann, oder - wie ich wohl vermute - wenn dies der Support von all-inkl machen muss, was die genau machen müssen (damit ich es denen sagen kann)?!
Ich wäre auch sehr dankbar:
Seit drei Monaten versuche ich das schon zu lösen und das Blog ist deswegen immer noch nicht gestartet... -
Guten Abend!
Ich habe das gleiche Problem.
Könntest Du mir bitte sagen, wie Du die httpconf eingeschaltet hast?!
Danke schön!
-
Ich habe jetzt noch alles in die (hoffentlich) richtige Reihenfolge gebracht und lese gerade über CSS.
Vielen Dank für Deine/eure Hilfe und Tipps!
-
Ich hab jetzt gerade folgendes eingefügt für die Links:
Code
Alles anzeigen.post a { color: #000000; } .post a:link { color: #000000; } .post a:hover { color: #FF0000; } .post a:hover:visited { color: #FF0000; } .post a:visited { color: #FF6464; }Scheint jetzt zu gehen!
(Grau sollten sie ja nicht sein...) -
Ah! Toll! :-D
Aber die Links sind jetzt auch nicht mehr formatiert - über font habe ich das schon ausprobiert- und der Footer fehlt komischerweise ganz, obwohl er doch in der index.php steht... :???:
Sehe ich das richtig, dass ich eigentlich "the_permalink" formatieren müsste?
Den finde ich aber nirgends... :( -
Hallo!
Ich habe eben mal versucht mitzudenken und den Eintrag in der style.css wie folgt angepasst:
Code.post { background-color: #FFFFFF; margin-left:15px; margin-right:15px; margin-bottom:15px; margin-top:0px; padding:15px; }Jetzt sieht es schon sehr gut aus, nur wird der Post jetzt nicht mehr richtig angezeigt!?