• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

CSS Help in Jane Theme (Post Info/Meta)

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › CSS Help in Jane Theme (Post Info/Meta)

This topic is: not resolved

Tagged: .post-info, css, jane, post meta

  • This topic has 3 replies, 3 voices, and was last updated 9 years ago by Susan.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • August 27, 2014 at 9:37 pm #121463
    callista83
    Member

    I am trying to make it so that the category and tags show on my posts and I am having trouble. I see where in the CSS it is making the post info hidden and the meta show (or maybe I have it backwards, not sure which is which) but I changed what I thought was right and it just gave me an error. I had to re upload the original css to get it to work again.

    Blog is http://www.gaggleofgamers.com

    Thanks!

    http://www.gaggleofgamers.com
    August 27, 2014 at 9:58 pm #121466
    Anita
    Keymaster

    You didn't indicate what you wanted to do, only what you did. What are you trying to achieve?


    Love coffee, chocolate and my Bella!

    August 28, 2014 at 1:53 pm #121547
    callista83
    Member

    The very first thing I said was what I was trying to do. Make it so that categories and tags show on the posts.

    August 28, 2014 at 2:21 pm #121549
    Susan
    Moderator

    The post info on Jane has been removed, and the post meta has been customized.

    Look in your functions.php file for this:

    //* Remove the post info function
    remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );

    //* Customize the post meta function
    add_filter( 'genesis_post_meta', 'sp_post_meta_filter' );
    function sp_post_meta_filter($post_meta) {
    if ( !is_page() ) {
    $post_meta = '[post_date] [post_comments]';
    return $post_meta;
    }}

    You can either completely remove the section which takes away the post info section, or you can modify the post meta section (depending on where you want the categories and tags to display).

    Another option is to remove both sections completely, and use the simple edits plugin to modify it yourself.

    Edited to add: I have access to the Jane functions.php file because I provide theme support for Pretty Darn Cute Design. Someone who doesn't have access to that theme's functions.php file isn't going to immediately know the answer. This is the kind of question you can submit a support ticket to Pretty Darn Cute Design for.

    Also, keep in mind that 99% of the people on this forum are volunteers, so if they don't understand what you're asking, and they ask for clarification, you're likely to get more assistance if you're polite in return.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble