• Hi all,

    Site is http://rejectpile.com running Make child theme.

    It’s a literary journal-type publication, and I’d like to be able to add recurring weekly/monthly columns. To be clear, I’m not talking about the design or displaying things in columns on the page, but rather having ongoing segments/sections.

    Right now the “columns” listed in the right sidebar are actually just categories. This isn’t ideal because I’d like to be able to display the recurring articles a bit differently than one-off articles.

    Specifically, I’d like to organize each individual post page in a column something like this (to use an existing example):

    [column name] Lists

    [column description]This recurring column contains funny lists.

    [post title] A Funny List
    by [author]

    [post content]

    Additionally, I’d like:

    1. to include the same “column description” on the column archive page
    2. on the main blog page, when a new article is posted in a column, to append some version of the “column name” before the “post tile.” Something like “List: A Funny List”
    3. for this system/solution to be replicable, to be able to add various columns in the future

    Here are examples of the basic structure I’m going for:
    Individual Column Post
    Column Archive

    A MILLION thank yous in advance to anyone who can provide any suggestions or point me down the right path.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there!

    You might want to research on how to create a custom post type and custom page template… What you’re hoping to accomplish won’t be possible with Make without some custom development.

    Thread Starter joelymil

    (@joelymil)

    Thanks for your response, Melissa. I figured that would have to be the way to do it, but alas, my coding skills don’t extend much beyond HTML and CSS.

    Two php-free solutions I’ve been exploring are the Pods plugin and WP-Types/Views plugins. Just to pick your brain, do you have any experience with/knowledge of either of those plugins and if I’d be able to accomplish something like this with either?

    I was hopeful about Pods, but it’s ‘templates’ don’t appear to be able to insert content above the post title, only before the post content. So I’ve all but ruled it out.

    WP-Types/Views seems promising, though. Are you much familiar with it?

    Thanks again.

    I’ve heard good things about Pods, but I haven’t tested it or WP-Types/Views out. There might be plugins that could get you halfway there, but I still suspect you’ll require a bit of custom development (or compromise on your requirements). :-\

    Thread Starter joelymil

    (@joelymil)

    Yeah, I figured that would be the case. Just wanted to confirm in case someone had a solution I hadn’t thought of.

    Thanks for your help!

    You’re welcome! If you have any other questions, don’t hesitate to start a new thread!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘How to Create a Recurring "Column"’ is closed to new replies.