hallo zusammen.
könnte mir jemand bitte hiermit weiterhelfen?
irgendwie verstehe ich nicht was gemeint ist mit
ZitatAlles anzeigenTo show the category bar in the front page properly, you have to put the correct category IDs to this line in the index.php file:
<?php $display_categories = array(5,6,7,8,11); $i = 1;
foreach ($display_categories as $category) { ?>
Notice that 5, 6, 7, 8, and 11 are the IDs of the category to be shown in the category bar.
To show the post list in the front page properly, you have to put the correct excluded category IDs to this line in the index.php file:
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts("cat=-9,-15&paged=$page&posts_per_page=2"); ?>
Notice that 9 and 15 are the IDs for the category: Headline and Featured. That will make no duplication shown in the front page. posts_per_page=2 means there are 2 posts listed per page. The navigation links are shown after the last listed post. You can change that to Lester-Chan’s WP-Pagenavi if you like.
zu lesen hier>Arthemia: Wordpress Magazine Theme Released - Jubel and The Unessential
eingerichtet von mir hier> deepGroove Radio
ist auch nur eine testinstall.
ich verstehe nur das ich da die ids der kategorien eingeben soll damit sie auch angezeigt werden.
problem ist aber, dass ich keine ahnung habe wo ich die ids finde:confused:
bitte in einfachen worten:mrgreen: