adding gallery to my index page.
-
Hello all,
I am really tired of trying adding gallery to my index page. I even used short codes
<?php echo do_shortcode(‘[gallery option1="value1"]‘); ?>
it doesn’t work at all.(displays nothing) and i tried even this code
<?php
$gallery_shortcode = ‘[gallery id="' . intval( $post->post_parent ) . '"]‘;
print apply_filters( ‘the_content’, $gallery_shortcode );
?>
but it dispalys all the big images and small images means just breaking up the design like a disaster came. Please help me out.
Any Help will be greatly appreciated. Thanks in advance.
The topic ‘adding gallery to my index page.’ is closed to new replies.