• Hi. I’m using Get the image plugin to display attached images as post thumbnails in my theme and when I activate the plugin (I have used it in another site and haven’t this problem) the image stop displaying.

    This is my Get the image code:

    <?php if ( function_exists( 'get_the_image' ) ) { get_the_image(
    array(
    'default_size' => 'thumbnail',
    'attachment' => true,
    'link_to_post' => false,
    'image_scan' => false,
    'width' => '169'
    )); } ?>

    Is something causing a conflict maybe?

    Thanks in advance.

    https://www.ads-software.com/extend/plugins/simply-exclude/

Viewing 5 replies - 1 through 5 (of 5 total)
  • @chavo

    Thanks for the post here. This is similar to another thread https://www.ads-software.com/support/topic/397117?replies=8 where users mention the WP gallery shortcode stops working once the activate the plugin. I’m the author of the Simply Exclude plugin and will investigate. Thanks for the details.

    @chavo

    Can you provide some information about your WP install?

    1. What version of WP?
    2. What version of the Simply Exclude plugin?
    3. What other plugins are installed and active?
    4. Describe how you are using the Simply Exclude plugin. Are you excluding categories, tag, pages, etc.

    Any chance you will allow access to your backend wp-admin so that I can investigate? This is always helpful since building a matching test environment is next to impossible.

    @chavo

    Any interest in doing some beta testing on the latest Simply Exclude code. I think I’ve patched the code to correct the issue. But would like to get a double check since you helped identify the issue.

    Thread Starter chavo

    (@chavo)

    Sorry for the late reply. I was really busy.

    There goes my answers:

    1) 2.9.2
    2) The latest version
    3) Advanced Excerpt, Order Categories, Sociable, Wp No category base, Wp Paginate
    4) I’m excluding pages.

    Now I can’t access to admin because the people who commissioned me the work change the password and admin e-mail because the work is finished. But I would love to get the plugin working for future projects (I often build sites using WordPress)

    ps: sorry for my english

    Thread Starter chavo

    (@chavo)

    Works!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Simply Exclude] Get the image plugin not working with Simply Exclue’ is closed to new replies.