Removing first few lines of text from blog post on shortcode
Is it possible to remove the first few lines of text from the shortcode to only show the featured image and read more. seen here
http://cimux.com/cx/?page_id=1525
http://cimux.com/cx/?page_id=1525
Comments
Thanks
I need to keep title, date created, and read more.
haha sorry for being a pain but you guys are hands down the best support I have had.
.post-footer .button-love { display: none; }
.post-header .button-love { display: none; }
.image_frame, .wp-caption { border: 0 !important; }
#comments { display: none; }
.post-header .button-love { display: none; }
.image_frame, .wp-caption { border-width: 0px !important; }
.post-footer .button-love { display: none; }
.icon-comment-empty-fa:before { display: none; }
.post-footer .post-links .post-comments { display: none; }
.single-post .image_frame .image_wrapper .mask { display: none !important; }
.single-post .image_frame .image_wrapper .image_links { display: none !important; }
.postid-xxx .single-photo-wrapper .image_frame { display: none !important; }
.Recent_posts ul li .photo .c { display: none; }
.single-portfolio .post-header { display: none; }
.single-portfolio .single-photo-wrapper { display: none !important; }
#Subheader { display: none; }
.single-post .single-photo-wrapper { display: none; }
.post-excerpt { display: none; }
.image_frame .image_wrapper .mask { display: none; }
.image_frame .image_wrapper .image_links { display: none; }
.image_frame:hover .image_wrapper img, .image_frame.hover .image_wrapper img { top: 0px; }
Edit: nevermind I figured it out thanks for your help.