• Resolved henrikdam

    (@henrikdam)


    Hi
    when I use Avada theme and the Plugin: Annual Archive, I get the option in the widget, to show Avada faq. That is so nice. But when I use the shortcode AND NOT the widget, the shortcode refers to archive, not avada_faq.

    Is it posible to make a shortcode refering to avada_faq, therby having the nice features in the shortcode?

    BR
    Henrik

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    Hello Henrik,
    avada_faq is a post type. To display archives from a specific post type the post_type attribute needs to be used as described in the documentation:

    [archives type="monthly" post_type="the_post_type_slug" /]
    

    So, in your case, to show archives from the only the post type avada_faq the following shortcode would be used:

    [archives post_type="avada_faq" /]
    

    Does that help?

    Thread Starter henrikdam

    (@henrikdam)

    Hi twinpictures
    This work perfect.
    I even adden a bit myself and got the result i wanted:
    [archives post_type=”avada_faq” type=”alpha” /]

    Now I will style it a bit more in the CSS part that you include.
    I’m more than thankfull

    To show my apprisiation, I will purchase the PRO ver. imediatly.

    THX
    Henrik

    Plugin Contributor twinpictures

    (@twinpictures)

    Glad we could help point you in the right direction and thank you for marking the issue as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘When using Avada Theme’ is closed to new replies.