gallery does not show .
-
array(
‘id’ => ‘demo_gallery’,
‘label’ => __( ‘Gallery’, ‘theme-text-domain’ ),
‘desc’ => __( ‘The Gallery option type saves a comma separated list of image attachment IDs. You will need to create a front-end function to display the images in your theme.’, ‘theme-text-domain’ ),
‘std’ => ”,
‘type’ => ‘gallery’,
‘section’ => ‘gallery’,
‘rows’ => ”,
‘post_type’ => ”,
‘taxonomy’ => ”,
‘min_max_step’=> ”,
‘class’ => ”,
‘condition’ => ”,
‘operator’ => ‘and’
),I created a gallery . But I don’t know how to show the gallery on my site. that means which code use for showing the gallery ? please help me .
- The topic ‘gallery does not show .’ is closed to new replies.