2 yabba Apr 28, 2008 19:30
![](https://forums.b2evolution.net/media/users/yabba/profile_pictures/.evocache/1693279350432fc95d975f2.jpg/crop-top-80x80.jpg?mtime=1372015408)
Thanks for the fast response. Only tried the After Posts container for evopress skin used with News blog. The widget is installed in this After Posts container (3 times with different rss feeds). The container is the 1st one on the widget page. I didn't add the After Posts container to the Nifty Corners skin used by the Trends blog. For this blog the widget is installed (just once) in the sidebar.
Just added After Posts container to skin asevo for Designers blog and it's working fine - showing the one rss feed listed after the posts on that blog. I'll add the same feeds used for the News blog to see if that breaks it.
Bugger, it's never the easy answer :p
Can you copy/paste your /skins/evopress/_iems.main.php here ( surround it with [ php]*your copy paste*[/php] tags so my head doesn't go *tilt* when it sees a huge scrollbar ) ? :D
¥
FYI – the same 3 rss feeds worked in the After Posts container for asevo used by the Designers blog. I can always try switching to that skin for News if this is too hard to find.
Maybe I’m just showing my ignorance, but I don’t have _iems.main.php file under /skins/evopress/. I have index.main.php, the file that was edited. I have pasted what was added in index.main.php here. Thanks for letting me know how to post it - totally needed that info.
*<?php
// -------------- MAIN CONTENT TEMPLATE INCLUDED HERE (Based on $disp) --------------
skin_include( '$disp$', array(
) );
// Note: you can customize any of the sub templates included here by
// copying the matching php file into your skin directory.
// ------------------------- END OF MAIN CONTENT TEMPLATE ---------------------------
?>
<?php
skin_container( NT_('After Posts'), array(
) );
?>
</div>
<?php
// ------------------------- SIDEBAR INCLUDED HERE --------------------------
skin_include( '_sidebar.inc.php' );
// Note: You can customize the default BODY footer by copying the
// _body_footer.inc.php file into the current skin folder.
// ----------------------------- END OF SIDEBAR -----------------------------
?>
*
By any chance, does that skin have a _posts.main.php ? if it does, try slapping the container in there as well ( at about the same place ) and seeing if I get lucky :roll:
¥
It WORKED! You really are a genius! I made the change in post.main.php (didn't have _posts.main) for evopress & reloaded the skin & it's showing up now. Thanks so much!
no problem ;)
¥
I notice that both those links use different skins and blogs, so I'll ask the bloody obvious ..... you have added the container to both skins I assume? and reloaded both skins ( so container shows/is available ) ? ..... and you have installed the widgets on the right blog?
¥