Adding posts into a page
// July 23rd, 2009 // Comments // Development
My plans for adding posts into a Jquery tabs area had to be revised a bit because it was more difficult than I thought to get to work the way I planned it…
Using custom fields to filter out posts was a bit tricky since it does not work to parse out an input field inside a function as i hoped, so instead I will use the AJAX function of Jquery to automaticly add contents from posts. It means I’ll have to add the post URL and a custom title field, but it works and it does not cause more headache
This makes it possible to manage all sidebar tabbed areas from the core blog as well, which is a great bonus!



