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?
