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 on this page I have a masonry blog layout that only shows the title of the blog and read more. I would like to add the date it was created to each box. hope this helps.
With blog posts it normally only shows the user that created it, time, title. There isnt a way to remove who posted it and still keep the date it was created?
If you have item that shows user, time and title and want to keep date only, then please send us url to page where you got this item and we'll see what we can do for you. Because if this really exist, then should be possible to remove it but if it does not exist and must be added, then it can't be done with css.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
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.