tdbrecords
Forum Replies Created
-
and here is the blog I’m trying to use this for: http://www.bostondiy.com/wordpress
Hey Vtxyzzy, thanks for that link. I tried adding the code they said to and Its not working. I’m sure that I’m doing it wrong. I’m not sure if posting code in here will work, but here’s what I have now for the category.php , does this seem right?
if (__FILE__ == $_SERVER[‘SCRIPT_FILENAME’]) { die(); }
if (CFCT_DEBUG) { cfct_banner(__FILE__); }get_header();
$cat_title = ‘‘.single_cat_title(”, false).’‘;
?>
<div id=”content”>
<?php
// we add this, to show all posts in our
// Glossary sorted alphabetically
if (is_category(‘Show’))
{
$posts = query_posts($query_string .
‘&orderby=title&order=asc&posts_per_page=-1’);
}<h1 class=”page-title”><?php printf(__(‘Category Archives: %s’, ‘carrington’), $cat_title); ?></h1>
<div class=”description”><?php category_description(); ?></div>
<?php
cfct_loop();
cfct_misc(‘nav-posts’);
?>
</div>
<?php
get_sidebar();get_footer();
?>
Forum: Fixing WordPress
In reply to: How do I let the general public post on my blogAlso, is there a way to set it so posts have no comments as a default?
Forum: Fixing WordPress
In reply to: How do I let the general public post on my blogHey Voodoo, another question, not sure if there’s a good answer..
Since I’m listing concerts, is there anyway to have peoples listings go in order of subject rather then the date they are posted? I want them to appear organized by date..
Forum: Fixing WordPress
In reply to: How do I let the general public post on my blogThanks so much for your help!
Forum: Fixing WordPress
In reply to: How do I let the general public post on my blogAh! Perfect! Where do I go to do that? Thanks for all your help!
Forum: Fixing WordPress
In reply to: How do I let the general public post on my blogSo the only way to do this is to have people that want to be a part of the site get in touch, then I add them to the admin panel?