Site logo

[Support request] How to make Downloads Archives layout same as Post Archives

Home Forums Support [Support request] How to make Downloads Archives layout same as Post Archives

Home Forums Support How to make Downloads Archives layout same as Post Archives

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2541554
    Tommy

    Is it possible to make the downloads archive page the same layout as the post archives? I know how to change column settings on post archives, but I don’t see an option for downloads.

    #2541577
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the page in question?

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know 🙂

    #2541586
    Tommy
    #2541590
    Leo
    Staff
    Customer Support

    Is that a CPT?

    #2541597
    Tommy

    What is a CPT? Custom Post? It’s a download. I use Easy Digital Downloads (like WooCommerce for digital downloads) with this site.

    #2541606
    Leo
    Staff
    Customer Support
    #2541670
    Tommy

    That hasn’t done anything. As i say, they’re not posts, they’re downloads and use separate categories…

    #2541818
    Leo
    Staff
    Customer Support

    Did you replace CPT_SLUG in the example code?

    If that doesn’t work, then you will need to confirm with Easy Digital Downloads on whether Downloads is a CPT or not.

    #2543233
    Tommy

    I tried this in Additional CSS is that what you mean?

    add_filter( ‘generate_blog_get_column_count’,’tu_search_column_count’ );
    function tu_search_column_count( $count ) {
    if ( is_search() ) {
    return 33;
    }

    return $count;
    }

    #2543258
    Ying
    Staff
    Customer Support

    Hi Tommy,

    The code is PHP, please refer to the below article for how to add PHP to your site:
    https://docs.generatepress.com/article/adding-php/

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.