Was hat Dich geritten? Hab einfach sachlich geschrieben was ich glaube woran es liegt. Schließlich habe ich sowas gelesen
Zitat[COLOR=#333333]Vier Anfragen, aber so richtig Lust hatte anscheinend keiner, zu antworten. [/COLOR]
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 erstellenWas hat Dich geritten? Hab einfach sachlich geschrieben was ich glaube woran es liegt. Schließlich habe ich sowas gelesen
Zitat[COLOR=#333333]Vier Anfragen, aber so richtig Lust hatte anscheinend keiner, zu antworten. [/COLOR]
Ich habe mit solchen Plugins nicht immer gute Erfahrungen gemacht. Oft hat es mir den Code/das Layout zerhauen. Am Besten Du testest die Plugins einfach und entscheidest selber.
am Besten ganz nach unten in die Zeile vor
?>
Probiere es so:
[COLOR=#0000BB][FONT=monospace]<?php
[/FONT][/COLOR][COLOR=#FF8000][FONT=monospace]/**
* The default template for displaying content. Used for both single and index/archive/search.
*
* @package WordPress
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/
[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace]<article id="post-[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]<?php the_ID[/FONT][/COLOR][COLOR=#007700][FONT=monospace](); [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>[/FONT][/COLOR][COLOR=#000000][FONT=monospace]" [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]<?php post_class[/FONT][/COLOR][COLOR=#007700][FONT=monospace](); [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>[/FONT][/COLOR][COLOR=#000000][FONT=monospace]>[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace] <header class="entry-header">[/FONT][/COLOR]
[COLOR=#0000BB][FONT=monospace]<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]if ( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]has_post_thumbnail[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() && ! [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]post_password_required[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() ) : [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
[/FONT][/COLOR][COLOR=#000000][FONT=monospace] <div class="entry-thumbnail">[/FONT][/COLOR]
[COLOR=#0000BB][FONT=monospace]<?php the_post_thumbnail[/FONT][/COLOR][COLOR=#007700][FONT=monospace](); [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
[/FONT][/COLOR][COLOR=#000000][FONT=monospace] </div>[/FONT][/COLOR]
[COLOR=#0000BB][FONT=monospace]<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]endif; [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
[/FONT][/COLOR]
[COLOR=#0000BB][FONT=monospace]<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]if ( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]is_single[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() ) : [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
[/FONT][/COLOR][COLOR=#000000][FONT=monospace] <h1 class="entry-title">[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]<?php the_title[/FONT][/COLOR][COLOR=#007700][FONT=monospace](); [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>[/FONT][/COLOR][COLOR=#000000][FONT=monospace]</h1>[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace] <?php the_content(); ?>[/FONT][/COLOR]
[COLOR=#0000BB][FONT=monospace]<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]else : [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
[/FONT][/COLOR][COLOR=#000000][FONT=monospace] <h1 class="entry-title">[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace] <a href="[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]<?php the_permalink[/FONT][/COLOR][COLOR=#007700][FONT=monospace](); [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>[/FONT][/COLOR][COLOR=#000000][FONT=monospace]" rel="bookmark">[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]<?php the_title[/FONT][/COLOR][COLOR=#007700][FONT=monospace](); [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>[/FONT][/COLOR][COLOR=#000000][FONT=monospace]</a>[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace] </h1>[/FONT][/COLOR]
[COLOR=#0000BB][FONT=monospace]<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]endif; [/FONT][/COLOR][COLOR=#FF8000][FONT=monospace]// is_single() [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace] <div class="entry-meta">[/FONT][/COLOR]
[COLOR=#0000BB][FONT=monospace]<?php twentythirteen_entry_meta[/FONT][/COLOR][COLOR=#007700][FONT=monospace](); [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
[/FONT][/COLOR][COLOR=#000000][FONT=monospace] <p>Letzte Aktualisierung vom: [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]<?php the_modified_date[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'j. F Y'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]); [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>[/FONT][/COLOR][COLOR=#000000][FONT=monospace]</p>[/FONT][/COLOR]
[COLOR=#0000BB][FONT=monospace]<?php edit_post_link[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]__[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'Edit'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'twentythirteen' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]), [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'<span class="edit-link">'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'</span>' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]); [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
[/FONT][/COLOR][COLOR=#000000][FONT=monospace] </div><!-- .entry-meta -->[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace] </header><!-- .entry-header -->[/FONT][/COLOR]
Alles anzeigen
Nein, es liegt daran, dass hier einfach nur Leute sitzen, die in ihrer Freizeit hier und da mal auf Themen antworten. Keiner bekommt dafür Geld. Und viele arbeiten nicht mit bbpress, ich z. B. auch nicht. Ich lese mich deshalb auch nicht extra in bbpress ein. Vielen hier wird es ähnlich gehen, daher ist die Resonanz auch deutlich geringer.
Bekommen die Widgets nicht alle eine andere ID?
Ich glaube Hille hat den richtigen Hinweis gegeben. Einfach eine .htaccess mit .htpasswd drüber legen, dann solltest Du erstmal wieder eine Weile Ruhe haben.
Du kannst im entsprechenden Kategorie-Template z.B. einen anderen Div verwenden als sonst. Damit stylst Du nur dieses Template.
Bei entsprechender Browser-Größe über css auf display:none setzen. Allerdings habe ich keine Ahnung wie Deine Seite aufgebaut ist. Du gibst weder Link noch Theme bekannt.
Du machst 15 Beiträge mit 15 Beitragsbildern und stylst das Kategorie-Template so, dass der Text daneben steht.
Dazu könntest Du z. B. die Funktion the_post_thumbnail() (Beitragsbild) nutzen:
http://codex.wordpress.org/Function_Refer…_post_thumbnail
Du hast Dir aber das Plugin mal durchgelesen, oder? ![]()
http://wordpress.org/plugins/plugin-kontakt/faq/
Dann binde doch zwei Menüs in Dein Theme ein (in unterschiedliche Divs). Das eine wird ausgeblendet und das andere gezeigt. Mobil genau andersrum.
Hast Du ein Custom-Menü, dann schau mal unter Design->Menü welche Seiten/Kategorien im Menü stehen.
ja, hier im Forum ![]()
Die Codex-Seite gibt es nur auf englisch. Aber gibt genügend Enthusiasten, die Tipps auf deutsch in ihrem Blog veröffentlichen.