semaja2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Archives not workingok well i fixed that but now the categories are broken, they only list 5 posts for multialarm but there is actually about 20
<?php get_header(); ?>
<div id=”main”>
<div id=”content”><div class=”entry”>
<h1>Browsing the <?php $catname = get_the_category(); echo $catname[0]->cat_name; ?> category</h1>
Below is a list of every entry made in the <?php echo $catname[0]->cat_name; ?> category.<ul id=”archivelist”>
<?php while(have_posts()) : the_post() ?>- <span><?php the_time(‘d. M Y’); ?></span> ” title=”Read <?php the_title(); ?>”><?php the_title(); ?>
<?php endwhile; ?>
<script type=”text/javascript”><!–
google_ad_client = “pub-5841443599987490”;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = “468x60_as”;
google_ad_type = “text_image”;
google_ad_channel =””;
google_color_border = “336699”;
google_color_bg = “FFFFFF”;
google_color_link = “0000FF”;
google_color_url = “008000”;
google_color_text = “000000”;
//–></script>
<div class=”center”><script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script></div></div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Themes and Templates
In reply to: Archives not workingplease someone help out?
Forum: Themes and Templates
In reply to: Archives not workinganyone?