Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tareq Hasan

    (@tareq1988)

    You can enable/disable the attachment to show in the post from plugin config page. Doesn’t that solve your problem?

    Thread Starter jameymiller

    (@jameymiller)

    No, I want them to be able to upload an attachment and it be seen by other users, but I do not want the duplicate images on other pages like:

    http://texastavern-inc.com/texas-tavern-history/

    Even when I do disable the attachments the problem still occurs.

    Plugin Author Tareq Hasan

    (@tareq1988)

    If you just don’t want to show the uploaded attachment images in the post, you can disable the option “Show attachments in the post” from “Other Options” tab. This way the file upload form will show in the add post form, but the attachment images will not show on those created posts.

    If you want to show the images only in posts, not pages, then disable the “Show attachments in the post” option. Now copy this code snippet in your theme single.php, this way the images will show only in posts or wherever you want.

    Code Snippet Link

    Thread Starter jameymiller

    (@jameymiller)

    That did it, I had to add the closing ?> , some styling, and added it also to the category.php but that was it!

    Thanks Tareq!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: WP User Frontend] Images duplicating on pages’ is closed to new replies.