Forum Replies Created
-
AuthorPosts
-
You need to use the blog PAGE template to display all your posts. Add a page, then select the Blog Template at the right hand side of the edit screen. Settings for the blog page template are under Genesis > Theme Settings.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookYou might try this: http://wordpress.org/extend/plugins/bbpress-genesis-extend/
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookYou might be able to do something with this: http://wordpress.org/extend/plugins/proquoter/
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookWelcome!
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookYou’re welcome!
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookAlso, if you develop in a subdirectory, you can use http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install to go live.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookYou actually need to use this code in the reverse. Put your remove actions within the conditional. If you are just trying to do this on the category pages, then your conditional is is_category(). More on conditionals: http://codex.wordpress.org/Conditional_Tags
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookNovember 30, 2012 at 4:55 pm in reply to: Code snippets – add body class to category or to page template #2674I do this quite frequently for certain client templates.
Another option is to use the body class field under Layout settings.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookYou’re welcome!
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookNovember 30, 2012 at 11:00 am in reply to: [Delicious] featured image border on page, but not on post ?? #2549You’re welcome!
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookNovember 30, 2012 at 10:17 am in reply to: [Delicious] featured image border on page, but not on post ?? #2535You could play with this:
.widget h2 {
margin: 10px 0 5px;
}
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookTry changing the margin of the #header div:
#header {
margin: 10px auto;
min-height: 100px;
overflow: hidden;
width: 1100px;
}
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookNovember 30, 2012 at 9:53 am in reply to: [Delicious] featured image border on page, but not on post ?? #2527Try adding another block for .alignright.
.featuredpost a.alignright, .featuredpage a.alignright {
background: #EFEFEF;
padding: 3px;
border: 1px solid #D9D9D9;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-webkit-background-clip: padding-box;
-webkit-background-origin: padding-box;
}
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookThese links will help you customize the post info and post meta. You must be logged into my.studiopress.com
http://my.studiopress.com/snippets/post-info/#customize
http://my.studiopress.com/snippets/post-meta/#customize
http://my.studiopress.com/docs/shortcode-reference/
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookNovember 30, 2012 at 9:08 am in reply to: [Delicious] featured image border on page, but not on post ?? #2514Try removing #sidebar from that section.
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on Facebook -
AuthorPosts