Is it possible to just have the title of the post and not any of the content? the site is http://www.lactivist.net
many thanks
Lisa
Is it possible to just have the title of the post and not any of the content? the site is http://www.lactivist.net
many thanks
Lisa
Hello!
Have you seen the admin control yet? You should find what you're looking for there (when logged into the dashboard, hit the Settings sub-menu: RP should have an entry at the bottom of it)...
I added this bit of code to my stylesheet to hide the post content:
.rp_post_content {
display: none;
}
This topic has been closed to new replies.