Closed (fixed)
Project:
Advanced Blog
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2009 at 18:26 UTC
Updated:
22 May 2010 at 12:10 UTC
Hello,
Currently, Advanced Blog: Navigation displays kind of funny, with a navigation list structured as [Name]'s Blog > Posts > [Year] > [Month] Is there any way to modify this view? Ideally, I'd like to use taxonomy that would return results only from the current-blog being viewed.
Comments
Comment #1
svendecabooterThe blocks in advanced_blog module are now run through theme functions, so you can adapt them as desired.
For a listing of taxonomy terms I suggest you use the Views module, which could probably do that perfectly.