Blog
Hi zusammen.
Wie genau kann ich denn nun kategorien einrichten, und wie in die jeweilige Kategorie die entsprechenden Seiten
Danke euch im Voraus
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 erstellenBlog
Hi zusammen.
Wie genau kann ich denn nun kategorien einrichten, und wie in die jeweilige Kategorie die entsprechenden Seiten
Danke euch im Voraus
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.
Hallo hessenschorsch,
mit Sicherheit weiß kein Mensch, was Du eigentlich fragen möchtest! Könntest Du das ggf. nochmal spezifizieren? :mrgreen:
Also ich würde bei den Infos spontan antworten:
"Neue Kategorien hinzufügen:
Geh in den Admin Bereich -> Verwalten -> Kategorien
Beitrag einer Kategorie zu ordnen:
Schreiben -> Beitrag -> Rechte Spalte siehst du die Kategorienauflistung - da die entsprechende auswählen"
Also ich habe Breukiees Pages Widget eingebaut und kann damit in der linken Navbar verschieden Kategorien erzeugen, da es vorher so nicht klappte.
Wenn ich nun eine neue Seite anlege zeigt es mir aber die Kategorien nicht an.
Wenn ich nun keine übergeordnete angebe, erscheint die Seite in allen Kategorien, was sie aber nciht tun soll, sondern nur in der einen zutreffenden.
Bsp:
Kategorien: Europa Afrika
Seite Italien soll nur in Europa erscheinen und nicht auch in Afrika
Hat niemand eine Idee das Problem zu lösen??
Oder weiss jemand eine andere Möglichkeit Kategorien zu öffnen und Seiten dieser Kategorie zuzuordnen?
Hallo ich habe ein ähnliches problem das problem auf der rechte seite habe ich das problem gelöst .Aber ich stehe vor den nersten problem .Und zwar die Linke seite können keine berichte schreiben .Ich benuzt das [COLOR=red]Mimbo 2.2 .[/COLOR][COLOR=black]Wie kann ich neue kategorie erstellen das es so wie bei mimbo darstelt Mimbo Magazine wo steht Gadgets und Music .Wie man kategorie erstelt weis ich nur weis nicht wie ich das wie bei Mimno machen kann hier meine php codec und habe ein bild wordpress.Hier meine seite Bosna Clan [/COLOR]
<?php get_header(); ?>
<div id="content">
<div class="feature clearfloat" id="lead">
<?php
// this is where the Lead Story module begins
query_posts('showposts=1&cat=3'); ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); // this is where the Lead Story image gets printed
$values = get_post_custom_values("Image"); echo $values[0]; ?>" alt="" id="leadpic" /></a>
<h3>
<?php
// this is where the name of the Lead Story category gets printed
wp_list_categories('include=3&title_li=&style=none'); ?></h3>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>" class="title">
<?php
// this is where the title of the Lead Story gets printed
the_title(); ?>
</a>
<?php
// this is where the excerpt of the Lead Story gets printed
the_excerpt(); ?>
{<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">More»</a>}
<?php endwhile; ?>
</div><!--END FEATURE-->
<div class="turnier news clearfloat" id="leftcol">
<?php
// this is where the Turnier News module begins
query_posts('showposts=1&cat=27'); ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); // this is where the Lead Story image gets printed
$values = get_post_custom_values("Image"); echo $values[0]; ?>" alt="" id="leadpic" /></a>
<h3>
<?php
// this is where the name of the Turnier News category gets printed
wp_list_categories('include=27&title_li=&style=none'); ?></h3>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>" class="title">
<?php
// this is where the title of the Turnier News gets printed
the_title(); ?>
</a>
<?php
// this is where the excerpt of the Turnier News gets printed
the_excerpt(); ?>
{<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">More»</a>}
<?php endwhile; ?>
</div><!--END LEFTCOL-->
<div id="rightcol">
<?php
// this is where you enter the IDs of which categories you want to display
$display_categories = array(5,6,7);
foreach ($display_categories as $category) { ?>
<div class="clearfloat">
<?php query_posts("showposts=1&cat=$category");
$wp_query->is_category = false;
$wp_query->is_archive = false;
$wp_query->is_home = true;
?>
<h3><a href="<?php echo get_category_link($category);?>"><?php
// this is where the name of each category gets printed
single_cat_title(); ?></a></h3>
<?php while (have_posts()) : the_post(); ?>
<?php
// this grabs the image filename
$values = get_post_custom_values("Image");
// this checks to see if an image file exists
if (isset($values[0])) {
?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/images/<?php $values = get_post_custom_values("Image"); echo $values[0]; ?>" alt="" /></a>
<?php } ?>
<a href="<?php the_permalink() ?>" rel="bookmark" class="title"><?php
// this is where title of the article gets printed
the_title(); ?>»</a>
<?php the_excerpt(); ?>
<?php endwhile; ?>
</div>
<?php } ?>
</div><!--END RIGHTCOL-->
</div><!--END CONTENT-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Alles anzeigen
erstell einfach eine neue Kategorie
dann fahr mit der Maus über den Kategorietitel und unten in der Statuszeile des Browsers siehst Du dann die ID der Kat
in dem Code findest Du oft
[COLOR=#000000][COLOR=#CC0000]cat=27'
[COLOR=Black]
da schreibst Du die ID der Kat hin , die dort erscheinen sollte
lg[/COLOR]
[/COLOR][/COLOR]
Ein grosses dan an Monika .Nur noch eine frage wie kann ich das ändern [COLOR=red]Archives for the ‘FK Bosna News’ Category [/COLOR][COLOR=black].Wo kann ich das ändern .[/COLOR]
Mfg
Bosanac
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!