Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1099000

    Hello,

    I want to add the date to my postslider, can someone please tell me how i can do that?

    array(
    “name” => __(“Title and Excerpt”,’avia_framework’ ),
    “desc” => __(“Choose if you want to only display the post title or title and excerpt”,’avia_framework’ ),
    “id” => “contents”,
    “type” => “select”,
    “std” => “excerpt”,
    “subtype” => array(
    __(‘Title and Excerpt’, ‘avia_framework’ ) =>’excerpt’,
    __(‘Title and Excerpt + Read More Link’, ‘avia_framework’ ) =>’excerpt_read_more’,
    __(‘Only Title’, ‘avia_framework’ ) =>’title’,
    __(‘Only Title + Read More Link’, ‘avia_framework’ ) =>’title_read_more’,
    __(‘Only excerpt’, ‘avia_framework’ ) =>’only_excerpt’,
    __(‘Only excerpt + Read More Link’, ‘avia_framework’ ) =>’only_excerpt_read_more’,
    __(‘No Title and no excerpt’, ‘avia_framework’ ) =>’no’)),

    is this possible?

    • This topic was modified 6 years, 9 months ago by hioolen.
    #1099773

    Hey hioolen,

    Please have a look here

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.