manne
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Accessing WP functions in any PHP fileA specific example would be to in a PHP file not in the wordpress installation directory generate ouput from the coffee2code plugin to get recent posts.
I believe the link above solves it, will try it soon. I suppose that what I did wrong was simply having the parameter for WP_USE_THEMES set as “true”. Never tried fiddling with that.
Forum: Themes and Templates
In reply to: Showing latest five posts on any PageFound the solution. This is exactly what I was asking for: http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/
That man does an excellent job.
Forum: Themes and Templates
In reply to: How make menu (wp_list_pages) “fold”Yeah, the way I have solved my “problem” now (not really a problem, actually more like trying to do what WordPress not yet is capable of) is to use hard coded includes for each main section of the site listing the sub pages for that section. So if I want to add a sub page in a section I first add it in the WordPress “Page tree” and then manually add its’ link in the correct include file.
Forum: Themes and Templates
In reply to: More than page content on a PageArgh. How very frustrating. Thanks for the link.
Forum: Themes and Templates
In reply to: Removing <p> from excerpt?Perfect! I found the disable-wpautop.php and it does exactly what I want. Thanks!
Forum: Themes and Templates
In reply to: How make menu (wp_list_pages) “fold”Excellent clues, thank you. I will fiddle around and see if I cana ccomplish what I want to do, which is more like the navigation on the left side of this site (see how the menu folds in and out revealing sub pages in several levels as you click them):