I’m using a child theme of Twenty Twelve in wordpress. Here’s where I am developing the site:
http://internalcompass.us/castle/
You’ll notice the two columns of posts on the homepage. I have one labeled recent posts and one labeled favorites. In actuality, both columns are the same – recent posts organized by date. I’d like to actually create a set of posts that populate the second column, so my client can select recommended posts or her favorite posts for that column. I’d like the first column to be recent posts.
I’m hearing crickets on the WordPress Support forum, likely because this is a pretty technical q. sooooo Any info is appreciated. I’m sure I can somehow label posts and add code to the index.html to populate the second column. I just am not yet equipped with the info to know what code to add.
Peace & thx
I think you are hearing “crickets” because there are several component to this. You need to:
For #1 and #2:
And for #3:
Barely tested. Possibly buggy. Caveat emptor. No refunds.
A quick method would be to add a category favorite and filter the loop by only pulling posts from that category. The client could then check and un-check the favorite category on posts. Here is a rough of the args array for the loop.