• h8usernames

    (@h8usernames)


    I have just come across an issue where all attached file, are displaying below the “read more” link on the front page/category pages.

    It is extremely annoying that they are showing all together on the posts at the bottom but we can live with that, even on the existing posts that are using galleries and other methods to display the content… however after the “read more” link on the front page/category pages we cannot live with.

    How can I remove these while still allowing file uploads and formatting of images in the editor?

    Thanks

    http://wordpress.org/extend/plugins/wp-user-frontend/

Viewing 1 replies (of 1 total)
  • Thread Starter h8usernames

    (@h8usernames)

    As a temporary measure I have placed the following CSS into my styles.css file but would like a better solution if someone has one.

    The CSS I put in place that works is:

    ul.wpuf-attachments {
        display:none !important;
    }

    You can see it in action at pla.net.nz

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Attachments showing after "read more" link’ is closed to new replies.