• I would like to disable the automatic adding of a gallery to a post. I am using flexible content in which a short code exists for the page, yet the gallery is shown twice on the page. Can you create an update that allows us to disable the automatic addition of a gallery to the bottom of the post or page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hecforce

    (@hecforce)

    I found this link to disable auto adding of the gallery to the post bottom: https://tidyrepo.com/easy-image-gallery/

    Now my other issue is that fancybox and prettyphoto do not work.

    Plugin Author Stanko Metodiev

    (@metodiew)

    Hi,

    yes, you can use add_filter( 'the_content', 'easy_image_gallery_append_to_content' ); filter in order to disable the autoposting of the gallery and use the shortcode manually somewhere in your code.

    Could you provide us more details about what are your problems with the fancybox and prettyphoto? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable autoposting to the bottom of the post/page’ is closed to new replies.