coxis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom category archive pageI found this one:
http://codex.ww.wp.xz.cn/User:Lorelle/Custom_Category_Template
I want to make this like:
<h2 class=”pagetitle”>'<?php echo single_cat_title(); ?>'</h2>
<?php if ( is_category() ) : ?>
<?php add_filter(‘category_description’, ‘wpautop’); ?>
<?php add_filter(‘category_description’, ‘wptexturize’); ?>
<div id=”category-description”>
<h4><?php echo category_description(); ?></h4>
</div>
<?php endif; ?>Title
category_descriptionBut when category has no description i just want it to be
Title
No space after that.
Forum: Fixing WordPress
In reply to: WordPress as CMS?And here are non blog themes , maybe you find something there to build CMS:
http://silentbits.com/2006/01/28/non-blog-style-themes/
http://silentbits.com/2006/10/06/non-blog-style-themes-part-2/Forum: Fixing WordPress
In reply to: Blank page after hositng migrationYES, finally after couple hours i find bug:
WordPress should compress articles (gzip) if browsers ask for them
I turn it off and it works, why i don’t know
Forum: Fixing WordPress
In reply to: Blank page after hositng migrationI check also PHP version: PHP Version 5.2.3 / it is on DreamHost
Forum: Fixing WordPress
In reply to: Blank page after hositng migrationOoo and update to new version of WP also.
Forum: Plugins
In reply to: WordPress Category Posts PluginI just want the plugin to take the actual single post category and display posts from this category.