Tagged: x
-
AuthorPosts
-
July 9, 2016 at 6:05 pm #1079615
kmatanParticipantHi!
Enjoying Renew #9 I haven’t found a forum article that offers a solution. Are you guys considering a better way of indexing or formatting forum posts for the future?
Anyway,
http://frewweb.commandcreative.net/blog/
#1 I’d like to remove the author, but it seems the theme does not adhere to the standard WordPress .entry-author-link { display: none; } Odd, because I saw it uses entry-date AHEM..
Upon using the inspector, I found .p-meta . I used .p-meta but it removes everything. There must be a variation of this that I can use to eliminate the author?
(Just in case, could you also state how I could remove the category if so desired?) 🙂
#2 I removed the widgets from the sidebar thinking that would collapse the area. Nope. Editing the blog page doesn’t have an option for full-width. How can I make it full width? Please say it’s so..
July 10, 2016 at 2:07 am #1079936
ChristopherModeratorHi there,
#1 To remove author, please add following code in Customize -> Custom -> CSS :
.p-meta span:first-child{ display: none; }To remove both author and categories, update previous code to :
.p-meta span:first-child, .p-meta span:nth-child(3), .p-meta span:nth-child(2):after { display: none; }#2 Please select full width layout under Customize -> Blog.
Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1079615 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
