Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I'd like to create a blog category that show news articles about our company, but out of the box, I would have to cut and paste the article and images to our site - is there a better way to do this? I'd like it to show in recent news or blogs or something similar....

share|improve this question

closed as not a real question by toscho Jul 15 '12 at 22:52

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Create a category called news, and create a page template for displaying the news list. On this template, create a custom loop which shows posts only from the news category. Every post you add to this category will be displayed only on this page. You'll have to exclude this category from the other loop pages (meaning index, archive etc.). Not sure what you mean by 'but out of the box, I would have to cut and paste the article and images to our site'.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.