Sitewide Tags – Thumbnails
-
I am using a theme called SportsMag. Here is a snippet of code from the index page that shows you that it uses both has_post_thumbnail and the_post_thumbnail:
<?php if( has_post_thumbnail() ) { ?> <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('smblock5_block_l'); ?></a>
I have seen this, read it and the comments thoroughly. (https://wpmututorials.com/plugins/post-thumbnails-for-sitewide-tags/) There’s no need to suggest that I go here or here: https://wpmututorials.com/plugins/using-the-sitewide-tags-plugin/
I have them memorized ??I have a multisite blog with a testing area at dsnamerica.com/test. It is successfully pulling and posting articles from other sites in the network, but like many, it is not displaying the thumbnail.
A lot of what I’ve read indicates that I need to add <?php the_post_thumbnail(); ?> to my functions. Well, it is already using that (the code I posted above) so do I still need to add this code somewhere else?
I do have “Include Post Thumbnails” under the global tags settings checked.
Also, I tried installing the beta version of SWT from the code I found here:
I’ll be ready to respond all day if anyone (maybe the magician Andrea is online today?) is available to help me through this.What information do you need from me to help you know where I’ve gone wrong?
Thank you guys
- The topic ‘Sitewide Tags – Thumbnails’ is closed to new replies.