ko0ty
Forum Replies Created
-
Thank you! I hope someone makes a fix for it soon too. 😉
I would but I don’t have the experience.I haven’t used the widget in a while but I think you need to update the sidebar.php file.
Forum: Fixing WordPress
In reply to: Cache Problem! Help Please!I deleted some plugins and now I can see my blog but my admin panel gets the error again:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 77824 bytes) in /home/chichi/public_html/twentyfourcarat/wp/wp-admin/includes/user.php on line 87
Forum: Fixing WordPress
In reply to: After upgrade: All private entries not showing “post levels” pluginI should also mention that Mike also made a fix for the Post Levels plugin at:
http://mike.shannonandmike.net/2007/12/18/post-levels-111-fix/I tried that fix and it doesn’t work either.
Forum: Fixing WordPress
In reply to: After upgrade: All private entries not showing “post levels” pluginOops sorry, I should also post a link to my blog:
http://twentyfourcarat.net/Forum: Installing WordPress
In reply to: Comments not working… CHMOD to what?Okay thanks so much!
Forum: Themes and Templates
In reply to: Theme disabled comments except on first postYep, I took his whole theme and modified the CSS, I’m not a programmer like I said. =D It would take me much longer to start one from scratch.
I hope he does.. I commented on his page but he didn’t reply. =(
Forum: Themes and Templates
In reply to: Theme disabled comments except on first postIf you go to this website and download the “CITRUS” theme, you should see all the files. There are a lot of them! I didn’t modify anything but the CSS and the header and index page.
http://www.nikynik.com/templates/Thanks in advance for all your help!
Forum: Themes and Templates
In reply to: Theme disabled comments except on first postSingle.php:
<?php if (isset($_GET[‘ajax’]) && $_GET[‘s’]) { ?>
<?php
// You might want to show fewer results than the standard per-page number
$max_results = 6;
?>
<h3><?php _e(‘Search Results’,’citrus’) ?></h3>
<?php if (have_posts()) : $i = 0; ?>-
<?php while (have_posts()) : the_post(); $i++; ?>
- ” rel=”bookmark”
title=”<?php _e(‘Permanent Link to’,’citrus’) ?> <?php the_title(); ?>”><?php the_title(); ?><?php if ($i == $max_results) break; ?>
<?php endwhile; ?>
<p>“><?php _e(‘Get More Details in the Full View…’,’citrus’) ?></p>
<?php else : ?>
<p><?php _e(‘Sorry, nothing matched your search.’,’citrus’) ?></p>
<p> </p>
<?php endif; ?><?php } else { ?>
<?php get_header(); ?><div id=”single” class=”widecolumn”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?><div class=”post” id=”post-<?php the_ID(); ?>”>
<h2 class=”title”>” rel=”bookmark” title=”<?php _e(‘Permanent Link to’,’citrus’) ?> <?php the_title(); ?>”><?php the_title(); ?></h2><div class=”entrytext”>
<?php the_content(“<span class=\”continue\”>” . __(‘Continue reading’,’citrus’) . ” ‘” . the_title(”, ”, false) . “‘</span>”); ?>
<?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>
</div>
</div><?php if (function_exists(‘paged_comments_template’)) paged_comments_template(); else comments_template(); ?>
<?php endwhile; else: ?>
<p><?php _e(‘Sorry, no posts matched your criteria’,’citrus’) ?>.</p>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
<?php } ?>Forum: Themes and Templates
In reply to: Theme disabled comments except on first postOops sorry I should’ve been clearer! The pop only appears when you press “submit comment.” Or is that what you already did? Thanks
Forum: Themes and Templates
In reply to: Theme disabled comments except on first postYeah, some of the comments are closed, but even if you try to comment on an entry that has it’s comments opened, you get that error pop up.
I didn’t have this problem until I switched over to this theme. I’m not totally experienced with CSS and coding so I modified a downloaded theme that was closest to what I had in mind for my layout instead of starting one from scratch or else that would’ve taken me years!! =P
Forum: Themes and Templates
In reply to: Theme disabled comments except on first postThat’s weird, I keep on getting this pop up:
http://twentyfourcarat.net/nocmnts.jpgOnly the first entry [on each page] works as that’s the latest entry.
Forum: Fixing WordPress
In reply to: getting rid of the “no comment”Oops sorry, when I said “no comments” I meant “comments off.” =)
Forum: Fixing WordPress
In reply to: getting rid of the “no comment”Doesn’t that remove the whole comment link?
I fixed it. Thanks!
- ” rel=”bookmark”