Thread Starter
bnr289
(@bnr289)
Thanks guys, both your solutions worked, I ended up id=”membership” so I could keep the jquery effect
Thanks again!
most likely you can get rid of the sidebar by taking it out of the code. Look at page.php by going to “Appearance” -> “Editor” -> “Page.php” (should be listed on the right)
search for <?php get_sidebar(); ?> and delete it.
<?php get_sidebar(); ?> inserts the code in sidebar.php and inserts it at that point
it sounds like you want to replace <?php the_content(); ?> with <?php the_excerpt(); ?>
Alternatively, you could keep it as <?php the_content(); ?> and then use the “more” tag which is next to the hyperlink button when you edit your post