Title: When using Avada Theme
Last modified: November 7, 2018

---

# When using Avada Theme

 *  Resolved [henrikdam](https://wordpress.org/support/users/henrikdam/)
 * (@henrikdam)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/when-using-avada-theme/)
 * 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](https://wordpress.org/support/users/twinpictures/)
 * (@twinpictures)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/when-using-avada-theme/#post-10856391)
 * Hello Henrik,
    `avada_faq` is a post type. To display archives from a specific
   post type the [post_type attribute](https://plugins.twinpictures.de/plugins/annual-archive/documentation/#post_type)
   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?
    -  This reply was modified 7 years, 6 months ago by [twinpictures](https://wordpress.org/support/users/twinpictures/).
 *  Thread Starter [henrikdam](https://wordpress.org/support/users/henrikdam/)
 * (@henrikdam)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/when-using-avada-theme/#post-10858901)
 * 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](https://wordpress.org/support/users/twinpictures/)
 * (@twinpictures)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/when-using-avada-theme/#post-10858907)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/anual-archive_8690a8.svg)
 * [Annual Archive](https://wordpress.org/plugins/anual-archive/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/anual-archive/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/anual-archive/)
 * [Active Topics](https://wordpress.org/support/plugin/anual-archive/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/anual-archive/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/anual-archive/reviews/)

## Tags

 * [post_type](https://wordpress.org/support/topic-tag/post_type/)
 * [RTFD](https://wordpress.org/support/topic-tag/rtfd/)

 * 3 replies
 * 2 participants
 * Last reply from: [twinpictures](https://wordpress.org/support/users/twinpictures/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/when-using-avada-theme/#post-10858907)
 * Status: resolved