posts introduction
-
Hi
is there a way to remove the posts introductions in the home page?
i just want the titles and featured picsvia CSS
thanks
The blog I need help with is: (visible only to logged in users)
-
Hey there,
Thank you for your question. I’d like to help.
What areas would you like to hide specifically?
Kind Regards,
Scott -
Hi
in home page, there are posts, the featured photo, the title and a few line of the post/article.
i want to remove those lines only.another question if possible, how can i control the sizes of the photos in sub-featured posts?
Thanks
-
Hi!
Are you referring to the excerpts in the slider: http://cld.wthms.co/CuxA
or perhaps the ones for the articles lower on the homepage: http://cld.wthms.co/Qj4g ?
-
-
You can use the following css code for that:
.home #content #main #latest .entry { display: none; }
-
-
-
-
Hi
another question if possible, i also want to remove the excerpt here
http://cld.wthms.co/CuxAthanks a lot
-
regarding the same link: http://cld.wthms.co/CuxA
the long title which comes in 2 lines in the slider, the 2 lines are close to each other.
can i make the space between the 2 lines bigger? -
1)
Can I as well put the post title over the picture in the homepage?
I’m afraid, this isn’t possible without customizing the template files ( unfortunately wp.com doesn’t provide support for that ).
2) You can do this, with the following code:
#slides #slides_container .slide .entry { display: none; }
3) Sure, try this code:
#slides_container .slide h2 a { line-height: 1.3; }
-
- The topic ‘posts introduction’ is closed to new replies.