• Hello,
    I’ve followed the simple steps laid out on the FAQ page in order to use the Pinterest RSS Widget within a theme file. I’ve carefully modified the php code to the following and have activated the Plugin

    <?php get_pins_feed_list('haciendachic', 'ashleys-inspiration', 5, 'myList', 'newwindow', 150, 150, 'tiny'); ?>

    The Widget is working just fine in a sidebar but unfortunately I need the feed to be included in the theme file outside of a post.

    Nothing is showing up but the feed should appear just under the inspiration headline.

    https://www.astlefordinteriors.com/astleford/

    Any help would definitely warrant a donation to the plugin. Thank you! – Nick

    https://www.ads-software.com/plugins/pinterest-rss-widget/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Zeeg, looking at your site I’m guessing you didn’t manage to get this working?

    I’m having the same trouble but have given up and just embedded it in a page using the shortcode. If anyone knows a fix it would be well appreciated.

    Plugin Author bkmacdaddy

    (@bkmacdaddy)

    Apologies for the very delayed response. If you still want my help, can you give me a URL where you have the above code so I can view? The above URL does not appear to be a working address anymore.

    Hi bkmacdaddy, I set up a test site and dropped in the following code to index.php to simulate what I was talking about. Can’t remember precisely how I was doing it before but hopefully this helps.

    <article class="post-1 post type-post status-publish format-standard hentry category-uncategorized">
    	<header>
    		<h2 class="entry-title">Pinterest RSS Plugin Test</h2>
    	</header>
    	<div class="entry-content">
    		<?php get_pins_feed_list('bkmacdaddy', 'design-inspiration', 10, 'myList', 1, 'newwindow', 'yes', 125, 125, 'large'); ?>
    	</div>
    </article>

    NB: I only made it an article element so it was easier to see in the standard Twenty Fifteen theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trouble using Pinterest RSS within Theme Files’ is closed to new replies.