Wie bekomme ich die Überschrift Latest Post weg , sodas da nichts mehr steht?
mfg
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 erstellenWie bekomme ich die Überschrift Latest Post weg , sodas da nichts mehr steht?
mfg
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.
Und wer soll damit jetzt was anfangen? Wo steht das? Welches Theme? Link?
Und wer soll damit jetzt was anfangen? Wo steht das? Welches Theme? Link?
Link: http://www.style-your-body.net
In Center steht dies
ich kenne dein theme nicht aber such mal danach <h2 class="entry-headline"> und lösche es. Evtl. in der index.php
Deine CSS Definition um folgenden Eintrag ergänzen bzw. in einem Child Theme definieren:
.home-latest-posts .entry-headline { display: none; }
ich kenne dein theme nicht aber such mal danach <h2 class="entry-headline"> und lösche es. Evtl. in der index.php
Dann sind alle Überschriften weg ;-)
Deine CSS Definition um folgenden Eintrag ergänzen bzw. in einem Child Theme definieren:
.home-latest-posts .entry-headline { display: none; }
ich weiß jetzt nicht genau wo du meinst ... wo soll ich es hinzu fügen ?
am ende von deiner css Datei. könnte style.css heissen
Jetzt habe ich das Problem das unter jeden Beitrag auf der Hauptseite noch steht auch welcher katergorie dieser ist .... wie kann ich die weg zaubern ?
#main-content .post-info {display: none;} auch in die Datei
Vielen Dank chris.hahn
Aber 1 habe ich noch ..
Ich möchte das Banner dort hin haben wo die suche und der Titel der Seite steht :-)
Habe ich gemacht jetzt ist das Banner aber 2x da... so siehts jetzt bei mir in der Datei aus
<?php get_search_form(); ?>
<?php } ?>
</div>
<?php if ( !is_page_template('template-landing-page.php') ) { ?>
<div class="header-image"><img src="<?php header_image(); ?>" alt="<?php bloginfo( 'name' ); ?>" /></div>
<div class="menu-box">
<div class="navigation-pattern"></div>
<a class="link-home" href="<?php echo esc_url( home_url( '/' ) ); ?>"></a>
<?php wp_nav_menu( array( 'menu_id'=>'nav', 'theme_location'=>'main-navigation' ) ); ?>
</div>
<?php } ?>
<?php if ( is_home() || is_front_page() ) { ?>
<?php if ( get_header_image() != '' ) { ?>
<div class="header-image"><img src="<?php header_image(); ?>" alt="<?php bloginfo( 'name' ); ?>" /></div>
<?php } ?>
<?php } else { ?>
<?php if ( get_header_image() != '' && $minezine_options_db['minezine_display_header_image'] != 'Only on Homepage' ) { ?>
<?php if ( get_header_image() != '' && $minezine_options_db['minezine_display_header_image'] != 'Only on Homepage' ) { ?>
<?php } ?>
<?php } ?>
</header> <!-- end of header -->
<div id="main-content">
<div id="content">
Alles anzeigen
probier mal so....
[COLOR=#0000BB][FONT=monospace]<?php get_search_form[/FONT][/COLOR][COLOR=#007700][FONT=monospace](); [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
<?php [/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]if ( ![/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]is_page_template[/FONT][/COLOR][COLOR=#007700][FONT=monospace]([/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'template-landing-page.php'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]) ) { [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
[/FONT][/COLOR][COLOR=#000000][FONT=monospace] [/FONT][/COLOR][COLOR=#000000][FONT=monospace] [/FONT][/COLOR]
[COLOR=#0000BB][FONT=monospace]<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]if ( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]is_home[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() || [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]is_front_page[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() ) { [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]if ( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_header_image[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() != [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) { [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>[/FONT][/COLOR][COLOR=#000000][FONT=monospace] [/FONT][/COLOR]
[COLOR=#000000][FONT=monospace] <div class="header-image"><img src="[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]<?php header_image[/FONT][/COLOR][COLOR=#007700][FONT=monospace](); [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>[/FONT][/COLOR][COLOR=#000000][FONT=monospace]" alt="[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]<?php bloginfo[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'name' [/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]} [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]} else { [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]if ( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_header_image[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() != [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]&& [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]$minezine_options_db[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'minezine_display_header_image'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]] != [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'Only on Homepage' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) { [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>[/FONT][/COLOR][COLOR=#000000][FONT=monospace] [/FONT][/COLOR]
[COLOR=#000000][FONT=monospace] [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]if ( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]get_header_image[/FONT][/COLOR][COLOR=#007700][FONT=monospace]() != [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]&& [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]$minezine_options_db[/FONT][/COLOR][COLOR=#007700][FONT=monospace][[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'minezine_display_header_image'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]] != [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'Only on Homepage' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) { [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]} [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]} [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>
[/FONT][/COLOR][COLOR=#000000][FONT=monospace] <div class="menu-box">[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace] <div class="navigation-pattern"></div>[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace] <a class="link-home" href="[/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]<?php [/FONT][/COLOR][COLOR=#007700][FONT=monospace]echo [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]esc_url[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]home_url[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'/' [/FONT][/COLOR][COLOR=#007700][FONT=monospace]) ); [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>[/FONT][/COLOR][COLOR=#000000][FONT=monospace]"></a>[/FONT][/COLOR]
[COLOR=#0000BB][FONT=monospace]<?php wp_nav_menu[/FONT][/COLOR][COLOR=#007700][FONT=monospace]( array( [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'menu_id'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]=>[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'nav'[/FONT][/COLOR][COLOR=#007700][FONT=monospace], [/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'theme_location'[/FONT][/COLOR][COLOR=#007700][FONT=monospace]=>[/FONT][/COLOR][COLOR=#DD0000][FONT=monospace]'main-navigation' [/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]} [/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]?>[/FONT][/COLOR][COLOR=#000000][FONT=monospace][/FONT][/COLOR][COLOR=#0000BB][FONT=monospace]
[/FONT][/COLOR][COLOR=#000000][FONT=monospace] </header> <!-- end of header -->[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace] <div id="main-content">[/FONT][/COLOR]
[COLOR=#000000][FONT=monospace] <div id="content">
[/FONT][/COLOR]
Alles anzeigen
Jetzt wird nichts mehr angezeigt nur noch ne weiße seite
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!