• Resolved jkachhara

    (@jkachhara)


    HI,

    I want the default zoom feature for all the posts without inserting [zoom] on every post.

    so let me know what should I do?

    my site url is arhams.in

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    This is covered in the faq section of the plugin page & the readme file.

    You can add the following code to the posts template in your theme at the point where you want the zoomable image to appear:

    
        if ( function_exists('cc_zoom_featured_image') ) {
            echo cc_zoom_featured_image('');
        }
Viewing 1 replies (of 1 total)
  • The topic ‘Want default zoom feature for all the posts without inserting [zoom] on every po’ is closed to new replies.