NazreenCuthbert
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comments not showing up in "pages"Just to update, I found out it was my theme, I changed the page.php to this and it worked wonders!
</div><!-- /.post --> <?php comments_template('', true); ?> <?php endwhile; else: ?> <div class="post"> <p><?php _e('Sorry, no posts matched your criteria.', 'woothemes') ?></p> </div><!-- /.post --> <?php endif; ?>Hope it helps others.
Forum: Fixing WordPress
In reply to: Add menu in a page NOT in a sidebar?Hi if I remember correct you need a theme that enables menus that’s not on the side bars. The best way to control it is via custom menus which is on your control panel under Appearance section. The automatic ones usually will be based on categories and its subcategories.
I don’t know if it helps, I couldn’t find a plug in either.
Forum: Fixing WordPress
In reply to: Limit Posts Automatically and remember last spot on postI’m not sure if this helps, but on WP 3.01 the “read on” bit doesn’t actually require a plug-in. On your Visual editor, there’s a button, usually on the first row in between break link and spell check. The button looks like two squares cut in half horizontally. I believe the short cut is alt-shift-T. Give it a try after disabling your read on plug-in. Hope it helps!