As in the title, I am trying to figure out a way to allow a single user (me) to post content (not necessarily blog posts) to several different pages. For instance, I have a home page (where I want all content posts to display) and now I want to be able to post to several different pages without creating a user for every different blog/content category. So if I post a video on chicken farming, I would want it to be visible under a "video" page "my blog" page and the "chicken farming" page but not the "pig farming" or "audio" pages, how can I accomplish this? Is there anyway I can categorize posts, and create a page with only certain terms on it? Really I want to be able to post ocntent ot several feeds and have them all import content to the home page. I have no knowledge of php.
Edited by: VM; Moved to appropriate forum
Comments
=-=
Please read before posting in Module development forum
Also of note: you did not tag this thread with the version of drupal in use, nor did you mention it in your thread, making it harder for someone to guide you to the modules which may suit your purpose.
categories for content are commonly handled with the taxonomy.module which is part of core and allows the tagging of content with the terms you want them.
vocabulary = container
term = category.
for more documentation see: http://drupal.org/handbook/modules/taxonomy/