We're currently developing a Drupal community website for an up-and-coming society. On the community front page we wanted to display a list of the most recent forum posts. This can easily be accomplished using the Drupal API, and the forum_block() function, with the parameters ‘view', and the 0 for most active posts, and 1 for…
Read more
External WordPress Function Integration
We recently came across the need to display recent posts in an area that wasn't part of our wordpress blog. This is how we solved the problem: I'm sure this is a common need for many people who have a index (home/front) page, where they would like to display teasers of recent blog entries. Most…
Read more
- 1
- 2