• 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

Post Formats Not Working

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 › Post Formats Not Working

This topic is: not resolved

Tagged: post format

  • This topic has 15 replies, 3 voices, and was last updated 13 years ago by pamela631.
Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • December 4, 2012 at 11:31 am #3277
    pamela631
    Member

    I'm working with the Lifestyle Theme.. I've already finished a blog just fine with the post formats and now I'm working on a new blog, I changed the code in functions.php by copy and paste via the read me file instructions, the post formats are in the correct images folder, but they are not working..  can someone help me?  Here is the site I'm working on..   Right under the sticky post sample are a couple of post format "posts"..  you'll see they are not working right..  Thanks for any help with this.

    http://preview.theposhbox.net/client1/?page_id=24

    December 4, 2012 at 11:48 am #3281
    AnitaC
    Keymaster

    Not sure if this will help - but in the information you copied/pasted - make sure you have referenced the correct theme name. Sometimes that throw things off. But I'm not sure.


    Need help with customization or troubleshooting? Reach out to me.

    December 4, 2012 at 11:59 am #3284
    pamela631
    Member

    No, I don't think so because the theme name isn't in that function code.

    I changed this:

    /** Add support for post formats */
    // add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) );
    // add_theme_support( 'genesis-post-format-images' );

    To this:

    /** Add support for post formats */
    add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) );
    add_theme_support( 'genesis-post-format-images' );

     

     

     

    December 4, 2012 at 12:14 pm #3293
    AnitaC
    Keymaster

    So you removed the // from the beginning of the second and last lines and it doesn't work. Did you try adding the // back on those lines?


    Need help with customization or troubleshooting? Reach out to me.

    December 4, 2012 at 1:32 pm #3303
    pamela631
    Member

    Yes, because that actually ADDS the Post Format options back into the post posting area.. otherwise, post format is not an option when creating a post..  when I take those out, it is an option when creating a post..  Here are the instructions:

    To utilize the post format functionality of WordPress and the Lifestyle theme, you will need to go into the Lifestyle child theme functions.php file and change this code:

    /** Add support for post formats */
    // add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) );
    // add_theme_support( 'genesis-post-format-images' );

    To this:

    /** Add support for post formats */
    add_theme_support( 'post-formats', array( 'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) );
    add_theme_support( 'genesis-post-format-images' );

    So when I do this, it added the options to select which post format I want..  but the images are not shown..  that's the problem..

    December 4, 2012 at 3:27 pm #3328
    AnitaC
    Keymaster

    Are you using the same theme as your first blog? And did you style the CSS for that area?


    Need help with customization or troubleshooting? Reach out to me.

    December 4, 2012 at 5:43 pm #3359
    pamela631
    Member

    Yes, I'm using the exact same theme (Lifestyle), and I didn't change anything in the CSS for that area...

    December 4, 2012 at 6:06 pm #3362
    AnitaC
    Keymaster

    Wow. This may sound kinda dumb, but it's worked for me in the past - copy and paste the code into Notepad - then check all your quotes and appostrophe's, then copy it back in there. Sometimes it doesn't copy over right. This happened to someone else on here last week.

    Oh, and can you share the link to the first blog so I can look at that one too - to compare them?


    Need help with customization or troubleshooting? Reach out to me.

    December 4, 2012 at 6:16 pm #3363
    AnitaC
    Keymaster

    On the old forum board, someone had this problem and Andrea wrote this:

    Edit the post. Click the image upload button. The image must be listed in the Gallery tab. Uploading an image while editing your post creates an association in the db whereby WP sees the image as "attached" to the post.


    Need help with customization or troubleshooting? Reach out to me.

    December 4, 2012 at 8:08 pm #3378
    pamela631
    Member

    Good Evening Anita..  First, I want to thank you for helping me..  I really appreciate it.

    Yes, I checked all of the ' and "..  everything is fine.

    Here is the blog that they work in, the direct page that they are on..  page 4 of that blog:  http://preview.theposhbox.net/threecol/?paged=4

    Then of course, the one I'm workin on now with the problem:  http://preview.theposhbox.net/client1/

    Now my question, especially in reading your second reply..  I have never wrote a post and used them, only in a sample and I thought they are supposed to automatically appear after choosing one of the formats, right?  I don't have to embed them myself, right?   I'm hoping I'm not showing my blonde roots here, LOL

    Thanks for your help..

     

    December 4, 2012 at 8:16 pm #3381
    pamela631
    Member

    So..  I just now added each of the icons to my gallery via media library..  still not working...

    December 4, 2012 at 8:42 pm #3382
    AnitaC
    Keymaster

    Okay, so I believe you need to create a Post - then select the correct Post Format from the drop down on the right. Try creating a post.


    Need help with customization or troubleshooting? Reach out to me.

    December 4, 2012 at 8:55 pm #3383
    pamela631
    Member

    Yes, that is exactly what I have been doing..  I just did another one, choosing the "link" post format..  nothing...

    December 4, 2012 at 8:59 pm #3385
    AnitaC
    Keymaster

    The URL's are written differently - the one that works is "?paged=4" - the one that doesn't work is "?page_id=24" - why is one "paged" and the other page_id? Maybe it's your Permalinks. Try resetting your permalinks.


    Need help with customization or troubleshooting? Reach out to me.

    December 4, 2012 at 10:02 pm #3394
    nickthegeek
    Member

    Pamela,

    This is an issue with the blog page template and the post formate icon code. It will need to be fixed in Genesis. Look at your category page to see that the icons are working

    http://preview.theposhbox.net/client1/?cat=1

    December 6, 2012 at 8:26 am #3580
    pamela631
    Member

    Thanks Anita and Nick, I truly appreciate you both helping me..  I started the clients TRUE blog and the page issue is fixed, that wasn't a concern on that test blog..  but I figured why not start over fresh and try it again..  The post formats still do not work, so I have decided to not even bring up "Post Formats" with my clients..  they are off the table at the point..  IF anyone wants them, I'll revisit this issue again..  I need to move forward..

    Thanks again!  Have a great weekend,

    Pamela

     

  • Author
    Posts
Viewing 16 posts - 1 through 16 (of 16 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

© 2025 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