By rmp on
Hello all
Been playing with Views...it's great, I can embed a View into a node (filter PHP mode and put this in:
$view = views_get_view('recentblogs'); print $view->execute_display('default', $args);
however in another view about Books I can list all Book pages, but I cannot see how to list pages from a named Book. I think the answer may have to do with Taxonomy so I created some items there, but I cannot for the life of me see how to assign taxonomy terms to content. Maybe if I could do that I could solve this problem. The Views Help is good as far as it goes, but doesn't explain Arguments or Taxonomy particuarly well, hence my post.
tia
Comments
I'm interested too, I was
I'm interested too, I was looking for something in Relations tab, in Views page. But it seems adding a Relation to another table doesn't change anything in available filters.
Anyone any idea?
Giulia
Saigon... shit; I'm still only in Saigon.
I could really use something
I could really use something like this too. I don't understand why the information if exposed in the Relations section, but not the Filter section.