• Resolved kingco

    (@kingco)


    Hi, I am still trying to get post thumbnails to appear on the home page while using the Sitewide Tags plugin. Just wondering if anyone has found an effective way to do this until its added into the core of multi-site?

    I found this solution on the old MU foum:

    https://mu.www.ads-software.com/forums/topic/18095

    I haven’t been able to make it work. If anyone has, could they post the full source of the sitewide-tags.php file – it would be much appreciated.

    Thanks in advance.

Viewing 15 replies - 1 through 15 (of 19 total)
  • It won’t be added to the core of multisite that I know of.

    the SWT plugin guys are still working on it.

    Still, it’d be really great if the OP in that original thread, posted above, could provide code lines before and after the inserted lines and we could take care of it ourselves. The descriptions of where stuff needs to be inserted could be more specific. There’s a LOT of if() statements in there; some nested. “at the end of of the if() statement” can be read as “after it is closed the end” or “within at the end”. I’ve tried nine combinations so far and, while no errors, also no thumbnails. Even tried doing a post update with each iteration, so that SWT would refresh.

    Thanks for any clarifications.

    Thread Starter kingco

    (@kingco)

    Any update on this? It’s still a lingering issue on my site https://canadiangolfer.com

    Does anyone know of a way yet for sitewide tags to pull the thumbnail in and show it on the homepage?

    I have been just doing it manually for the past year, adding in the thumnail myself which isn’t ideal.

    Does anyone know of a way yet for sitewide tags to pull the thumbnail in and show it on the homepage?

    Yes, get the latest version. It has support for it. (might be the dev version, but it’s in there)

    Thread Starter kingco

    (@kingco)

    Great. I’m due for an upgrade anyhow, so, I’ll give it a go and report back.

    Just fyi, I have used it to pull thumbs on a demo site. ?? I *think* it was the 3.1 beta, but I need to remember which site I tried it on first….

    ??

    Thread Starter kingco

    (@kingco)

    Just upgraded to 3.0.4 and it doesn’t work on that version (so maybe it is included on 3.1).

    Have tried a variety of ways to make this work – and it is just a no-go. I’ve tried added thumb support to my theme:

    add_theme_support( ‘post-thumbnails’ );
    set_post_thumbnail_size( 150, 150, true );

    Also, my theme uses the get-the-image plugin from Justin Tadlock, can’t get that to pass to the front page easier.

    Good thing that it looks like 3.1 is getting close. Fingers crossed its in there ??

    Jeff

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    3.1 RC3 is stable enough to use for reals.

    No, I meant the beta version of the SWT plugin.

    https://mamacommune.net

    See? I’ve pulled thumbnails. It took a couple tires to get the size right.

    Thread Starter kingco

    (@kingco)

    Where do I find the beta version of that plugin?

    Thread Starter kingco

    (@kingco)

    OK, so that seems to pass the featured image img src into the front page post as a custom field ‘thumbnail_html’. Getting closer.

    Is there something you added to home.php to make it display? It doesn’t seem to display automagically.

    Thread Starter kingco

    (@kingco)

    Would you need to add something like this to make the thumbs appear, or should they display automatically (meaning, maybe I have an issue with my theme)?

    <?php echo get_post_meta($post->ID, “thumbnail_html”, $single = true); ?>

    Just can’t seem to get it to display?

    It’s likely something to do with your theme.

    I haven’t done it with every theme out there. ??

    Since it’s being passed as a custom field, you may need to adjust the theme so it displays the value of that custom field. ?? So yeah. you need to add a function like the one you tried above, tinkering until it works right.

    Thread Starter kingco

    (@kingco)

    Seems to be some debate whether this is a plugin issue, or a theme issue. Anyhow, I’m on hybrid and just thought I’d share the support thread over there for others seeking a solution.

    https://themehybrid.com/support/topic/display-a-custom-field-thumbnail-featured-image?replies=5#post-51950

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Sitewide tags with thumbnail’ is closed to new replies.