Vote count:
0
I have a template page named gallery...i have added image gallery to that page. and through this code i am displaying the images
<?php
$id=166;
$post = get_post($id);
//print_r($post);
$content = apply_filters('the_content', $post->post_content);
echo $content;
?>
i also have activated the easy fancybox plugin..but i am enable to display it through fancybox when i click on the particular image. thanks in advance
asked 55 secs ago
Aucun commentaire:
Enregistrer un commentaire