sefc
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pictorico] Remove date of post from home page featured imagesHey Kathryn,
I think I made it! Thanks!!!
Actually I want to use that post looks to open the page with the same name which has all the photos of that category.
Something like the posts will create a grid look, to be used as a menu on the middle of the home page. Clicking on the post featured image will link to a page, which is listed at the main menu at the upper conner of the site. So I’d like the posts on the homepage to be just a link to the page with the same name, but I don’t know how to do that.Could you or some other friend here of the forum tell me how?
Thanks,
Forum: Themes and Templates
In reply to: [Pictorico] Remove date of post from home page featured imagesHello Kathryn,
I just changed for some minutes, but it’s already back with pictorico theme. Up the moment is a testing site, which I’ll use than, after finished.
It’s http://castellanibranding.esy.es/Thanks
Forum: Themes and Templates
In reply to: [Pictorico] Remove date of post from home page featured imagesShould I change the theme’s CSS sheet style or just add to it?
I don’t know the basics of editing theme’s as I ask that 🙂This is what it looks like my CSS editor
https://dl.dropboxusercontent.com/u/2816157/Captura%20de%20tela%202014-10-15%2011.42.26.pngThanks guys
Forum: Themes and Templates
In reply to: [Pictorico] Remove date of post from home page featured imagesSorry, I have. Just forgot to delete this one.
Here’s the link https://ww.wp.xz.cn/support/topic/remove-date-of-post-from-home-page-featured-images-1?replies=1Forum: Themes and Templates
In reply to: [Pictorico] Remove date of post from home page featured imagesGlad you like Pictorico, I like how you’ve used it!
This CSS should do the trick:
.home .post .entry-meta {
display: none;
}
Don’t edit the theme files directly, otherwise your changes will be overwritten when the theme is updated.An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.
As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.
This is not working for me. It still showing date e author both on home and on each page.
What else should I check? I’m a real beginner on wordpress and editing codes.
My site is: http://castellanibranding.esy.es
Thanks!!!