Hi all,
This is the templates that generates the "New Posts" and "Recent Posts" pages.
My problem: I want to add sidebar to these pages, without having to edit the find_new_posts core template. I can't get it to work with Widget Framework, because it looks like this page has no unique ID. Yes, there is a class, but the expression area in Widget Framework works solely with PHP ID's...
Can someone help me out please?
I tried:
1) Making a new page and pasting the code of find_new_posts in it so that I can give it a unique ID.
Result: page is showing no new posts.
2) Trying to find a hook for the find_new_posts page
Result: nothing found.
This is the templates that generates the "New Posts" and "Recent Posts" pages.
My problem: I want to add sidebar to these pages, without having to edit the find_new_posts core template. I can't get it to work with Widget Framework, because it looks like this page has no unique ID. Yes, there is a class, but the expression area in Widget Framework works solely with PHP ID's...
Can someone help me out please?
I tried:
1) Making a new page and pasting the code of find_new_posts in it so that I can give it a unique ID.
Result: page is showing no new posts.
2) Trying to find a hook for the find_new_posts page
Result: nothing found.