Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter NazreenCuthbert

    (@nazreencuthbert)

    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.

    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.

    I’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!

Viewing 3 replies - 1 through 3 (of 3 total)