Is this design possible with WP?
-
I want to replace my current static page website with a WordPress site. Is the following easily doable?
There will be multiple users posting. The home page will have a lot of content including “latest articles” which show the beginning of the latest few posts by whoever posted the most recently (excluding John Doe – see below), and “featured articles” which will show the most popular posts according to what has been voted-up recently (I believe there’s a plugin to allow voting up posts). A third area on the home page will have John Doe’s latest posts, as he is the site’s main poster who should have his own section on the home page at all times. I envision a magazine format (I think) for all these sections where all the posts just show the first x characters, and visitors will need to click on each post to read the full post.
Is WP designed to allow me to create highly customized pages with multiple sections laid out like this as I want?
Are there commonly used PHP functions that I could make use of to examine attributes of posts to determine which posts to display anywhere on a page according to my criteria? Or would I need to code all my own functions as a hack to access the database to pull this info?
- The topic ‘Is this design possible with WP?’ is closed to new replies.