| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <?php
- /**
- * Vamtam Post Format Options
- *
- * @package vamtam/consulting
- */
- return array(
- array(
- 'name' => esc_html__( 'Standard', 'vamtam-consulting' ),
- 'type' => 'separator',
- 'tab_class' => 'vamtam-post-format-0',
- ),
- array(
- 'name' => esc_html__( 'How do I use standard post format?', 'vamtam-consulting' ),
- 'desc' => esc_html__( 'Just use the editor below.', 'vamtam-consulting' ),
- 'type' => 'info',
- 'visible' => true,
- ),
- // --
- array(
- 'name' => esc_html__( 'Aside', 'vamtam-consulting' ),
- 'type' => 'separator',
- 'tab_class' => 'vamtam-post-format-aside',
- ),
- array(
- 'name' => esc_html__( 'How do I use aside post format?', 'vamtam-consulting' ),
- 'desc' => esc_html__( 'Just use the editor below. The post title will not be shown publicly.', 'vamtam-consulting' ),
- 'type' => 'info',
- 'visible' => true,
- ),
- // --
- array(
- 'name' => esc_html__( 'Link', 'vamtam-consulting' ),
- 'type' => 'separator',
- 'tab_class' => 'vamtam-post-format-link',
- ),
- array(
- 'name' => esc_html__( 'How do I use link post format?', 'vamtam-consulting' ),
- 'desc' => esc_html__( 'Use the editor below for the post body, put the link in the option below.', 'vamtam-consulting' ),
- 'type' => 'info',
- 'visible' => true,
- ),
- array(
- 'name' => esc_html__( 'Link', 'vamtam-consulting' ),
- 'id' => 'vamtam-post-format-link',
- 'type' => 'text',
- ),
- // --
- array(
- 'name' => esc_html__( 'Image', 'vamtam-consulting' ),
- 'type' => 'separator',
- 'tab_class' => 'vamtam-post-format-image',
- ),
- array(
- 'name' => esc_html__( 'How do I use image post format?', 'vamtam-consulting' ),
- 'desc' => esc_html__( 'Use the standard Featured Image option.', 'vamtam-consulting' ),
- 'type' => 'info',
- 'visible' => true,
- ),
- // --
- array(
- 'name' => esc_html__( 'Video', 'vamtam-consulting' ),
- 'type' => 'separator',
- 'tab_class' => 'vamtam-post-format-video',
- ),
- array(
- 'name' => esc_html__( 'How do I use video post format?', 'vamtam-consulting' ),
- 'desc' => esc_html__( 'Put the url of the video below. You must use an oEmbed provider supported by WordPress or a file supported by the [video] shortcode which comes with WordPress.', 'vamtam-consulting' ),
- 'type' => 'info',
- 'visible' => true,
- ),
- array(
- 'name' => esc_html__( 'Link', 'vamtam-consulting' ),
- 'id' => 'vamtam-post-format-video-link',
- 'type' => 'text',
- ),
- // --
- array(
- 'name' => esc_html__( 'Audio', 'vamtam-consulting' ),
- 'type' => 'separator',
- 'tab_class' => 'vamtam-post-format-audio',
- ),
- array(
- 'name' => esc_html__( 'How do I use auido post format?', 'vamtam-consulting' ),
- 'desc' => esc_html__( 'Put the url of the audio below. You must use an oEmbed provider supported by WordPress or a file supported by the [audio] shortcode which comes with WordPress.', 'vamtam-consulting' ),
- 'type' => 'info',
- 'visible' => true,
- ),
- array(
- 'name' => esc_html__( 'Link', 'vamtam-consulting' ),
- 'id' => 'vamtam-post-format-audio-link',
- 'type' => 'text',
- ),
- // --
- array(
- 'name' => esc_html__( 'Quote', 'vamtam-consulting' ),
- 'type' => 'separator',
- 'tab_class' => 'vamtam-post-format-quote',
- ),
- array(
- 'name' => esc_html__( 'How do I use quote post format?', 'vamtam-consulting' ),
- 'desc' => esc_html__( 'Simply fill in author and link fields', 'vamtam-consulting' ),
- 'type' => 'info',
- 'visible' => true,
- ),
- array(
- 'name' => esc_html__( 'Author', 'vamtam-consulting' ),
- 'id' => 'vamtam-post-format-quote-author',
- 'type' => 'text',
- ),
- array(
- 'name' => esc_html__( 'Link', 'vamtam-consulting' ),
- 'id' => 'vamtam-post-format-quote-link',
- 'type' => 'text',
- ),
- // --
- array(
- 'name' => esc_html__( 'Gallery', 'vamtam-consulting' ),
- 'type' => 'separator',
- 'tab_class' => 'vamtam-post-format-gallery',
- ),
- array(
- 'name' => esc_html__( 'How do I use gallery post format?', 'vamtam-consulting' ),
- 'desc' => esc_html__( 'Use the "Add Media" in a text/image block element to create a gallery.This button is also found in the top left side of the visual and text editors.', 'vamtam-consulting' ),
- 'type' => 'info',
- 'visible' => true,
- ),
- // --
- array(
- 'name' => esc_html__( 'Status', 'vamtam-consulting' ),
- 'type' => 'separator',
- 'tab_class' => 'vamtam-post-format-status',
- ),
- array(
- 'name' => esc_html__( 'How do I use this post format?', 'vamtam-consulting' ),
- 'desc' => esc_html__( '...', 'vamtam-consulting' ),
- 'type' => 'info',
- 'visible' => true,
- ),
- );
|