SHORTCODES.

Hier finden Sie eine Übersicht aller verfügbaren Shortcodes.

  1. Raw HTML (b8_html)
  2. [b8_html]
    	html content here
    [/b8_html]
    

    Beispiel:

    html content here

  3. Accordion (b8_accordion)
  4. [b8_accordion]
    	[b8_accordion_item title="INSERT_TITLE_HERE"]
    		INSERT_CONTENT_HERE
    	[/b8_accordion_item]
    	[b8_accordion_item title="INSERT_TITLE_HERE"]
    		INSERT_CONTENT_HERE
    	[/b8_accordion_item]
    	...
    [/b8_accordion]
    

    Beispiel:

    • INSERT_TITLE_HERE
      INSERT_CONTENT_HERE
    • INSERT_TITLE_HERE
      INSERT_CONTENT_HERE

  5. Headline Big (b8_headline_big)
  6. [b8_headline_big overline="INSERT_OVERLINE_HERE"]
    	headline text here
    [/b8_headline_big]
    

    Beispiel:

    INSERT_OVERLINE_HERE

    headline text here

  7. Sidebar Link (b8_sidebar_link)
  8. [b8_sidebar_link type="LINK|DOWNLOAD" post_id="INSERT_ID_HERE"]
    	write caption here
    [/b8_sidebar_link]
    

    Beispiel:

  9. Sidebar Teaserbox für Text (b8_sidebar_teaserbox)
  10. [b8_sidebar_teaserbox]
    	write text here
    [/b8_sidebar_teaserbox]
    

    Beispiel:

  11. Sidebar Teaserbox für News (b8_sidebar_teaserbox_news)
  12. [b8_sidebar_teaserbox_news category="INSERT_CATEGORY_ID_HERE" news_id="INSERT_NEWS_ID_HERE" standort="INSERT_STANDORT_HERE" show_excerpt="true" random="false" on_random_exclude_id="INSERT_KOMMA_SEPARATED_IDS_HERE" count="1"][/b8_sidebar_teaserbox_news]
    

    Beispiel:

  13. Sidebar Teaserbox für Veranstaltungen (b8_sidebar_teaserbox_veranstaltung)
  14. [b8_sidebar_teaserbox_veranstaltung standort="INSERT_STANDORT_HERE" show_excerpt="true" count="1"][/b8_sidebar_teaserbox_veranstaltung]
    

    Beispiel:

  15. Sidebar Teaserbox für Stellenangebote (b8_sidebar_teaserbox_stellenangebot)
  16. [b8_sidebar_teaserbox_stellenangebot standort="INSERT_STANDORT_HERE" show_excerpt="true" count="1"][/b8_sidebar_teaserbox_stellenangebot]
    

    Beispiel:

  17. Sidebar Teaserbox für Ansprechpartner (b8_sidebar_teaserbox_ansprechpartner)
  18. [b8_sidebar_teaserbox_ansprechpartner ansprechpartner="INSERT_ANSPRECHPARTNER_ID_HERE"][/b8_sidebar_teaserbox_ansprechpartner]
    

    Beispiel:

  19. E-Mail vor Spam schützen (b8_protect_mail)
  20. [b8_protect_mail]
    	email to protect here
    [/b8_protect_mail]
    

    Beispiel:

  21. Bild mit Text (b8_image_with_text)
  22. [b8_image_with_text caption="ADD_CAPTION_HERE" align_caption="left|right"]
    	insert image here
    [/b8_image_with_text]
    

    Beispiel:

    ADD_CAPTION_HERE

  23. Timeline (b8_timeline)
  24. [b8_timeline]
    	[b8_timeline_item year="INSERT_YEAR_HERE"]
    		INSERT_CONTENT_HERE
    	[/b8_timeline_item]
    	[b8_timeline_item year="INSERT_YEAR_HERE"]
    		INSERT_CONTENT_HERE
    	[/b8_timeline_item]
    	...
    [/b8_timeline]				
    

    Beispiel:

    • 2000

      INSERT_CONTENT_HERE

    • 2001

      INSERT_CONTENT_HERE