• Resolved lola99

    (@lola99)


    Hi
    I add ebooks to download, is there a way to make them show on the home page as new post like it works for regular posts?
    As now new downloads only show in the download category…

    Thanks
    Lola

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @lola99

    As per your query, you want to show some latest EDD product right?

    You can display latest EDD products by this shortcode [edd_downloads]

    For example : [edd_downloads number="3" columns="3"]

    You can change the columns and total product number as you want.

    Thread Starter lola99

    (@lola99)

    Many thanks for the code but

    – how can i modify the formatting?

    on my home page new posts are displayed on 2 columns like this:

    image excerpt

    and with the code you provide i have everything on 1 column:

    image
    excerpt
    add to cart

    Basically on the index page I would like to keep the same formatting that for regular posts:
    image excerpt

    and remove “add to cart” + pages numbers showing below

    Thanks

    Hi @lola99

    You can use below code to remove pagination and add to cart button.

    [edd_downloads number="1" columns="1" pagination="false" buy_button="false"]

    Below is the documentation link in case if you need it
    https://docs.easydigitaldownloads.com/article/224-downloads

    To change design, there are two ways
    1) Additional CSS – You can write additional CSS and modify the design as you want.

    2) WP Templating Feature – Easy Digital Download is created with templating feature so you can override plugin HTML from you current theme and modify as you want.

    You can refer templating documentation for more help.
    https://docs.easydigitaldownloads.com/article/1216-moving-edd-templates-to-your-theme

    I hope this will help you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘display as new post?’ is closed to new replies.