-
AuthorPosts
-
September 22, 2014 at 4:57 pm #323150
I can modify code but I don’t do it regularly, preferring to do quick css.
But to accomplish the following, I am willing to modify my child files.
We have several blogs (we use the advance layout editor to define on various pages) on our large church website, such as for news, sermons, and other groups. Is there a way to modify the info provided beneath the post title based on the blog? For example, beneath sermons, we would like author and date. But for news, only the date. For another one, we want nothing.
If it’s possible, you would save me some time if you could get me started, what file(s) t modify, what to look for, and how I might define a special class for each blog or some other way to distinguish the blogs?
Thanks for any help you can provide.
September 22, 2014 at 11:35 pm #323352Hi!
Can you post a link to your blogs?
Regards,
JosueSeptember 23, 2014 at 2:16 am #323408Our site is still being ported over from joomla!, and so it’s not finished or perfected, but…
Sermons (would like author and date for these)
http://wordpress.kirkofkildaire.org/sermons/The items in the slideshow on this page are posts (would like nothing for these)
http://wordpress.kirkofkildaire.org/news
http://wordpress.kirkofkildaire.org/category/news/upcoming-events/September 23, 2014 at 2:17 am #323409To add to previous reply, we would like the news items to have a date only.
September 23, 2014 at 5:32 am #323482Hi!
I see you have already managed to use this code:
time[class*="date"] { display: none; }One thing you can do is restrict that to certain categories only, for example for the “upcoming-events” posts:
.category-upcoming-events time[class*="date"] { display: none; }Regards,
JosueOctober 2, 2014 at 7:31 pm #329167Can you tell me what the other variables are (instead of time) for category and author?
October 2, 2014 at 8:35 pm #329225Hi!
To remove categories:
.blog-categories{ display: none; }I don’t see author displaying on your blog right now.
Best regards,
JosueOctober 2, 2014 at 10:10 pm #329289Thanks!
-
AuthorPosts
- The topic ‘Enfold Modifying Info Beneath Post Title’ is closed to new replies.
