List View With Single Month

Home Forums Calendar Products Events Calendar PRO List View With Single Month

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1011221
    ideasandbox
    Participant

    Hi!

    How do I show a month of events in List View but show only the month at a time.

    My goal is to have 12 pages, 1 for each month of the year. But I’d like to specify this page is Oct ’15, this page is Nov ’15, etc.

    Thank you so much for your help!

    #1011228
    ideasandbox
    Participant

    While I have you… I’d like to show the text entry for the event below the title as well, please šŸ™‚

    #1011449
    Geoff
    Member

    Hey @ideasandbox–nice to see you again and hope all is well. šŸ™‚

    How do I show a month of events in List View but show only the month at a time.

    That’s an interesting question! I’m afraid that isn’t something the calendar does right out of the box. The closest I think it gets is the Day View, which is indeed a List View that only contains a single event.

    It might be possible to override that template with one of your own (more on this in our Themer’s Guide). That would at least give you a leg up on building something.

    I’d like to show the text entry for the event below the title as well, please

    Cool! While you’re in the process of overriding the template, you can call the content for the event the same way you would call content for a default WordPress Post:

    <?php the_content(); ?>

    Sorry I don’t have a concrete solution for you on the template portion of this, but does this at least help answer your question and get you started in that direction? Please let me me know. šŸ™‚

    Geoff

    #1012624
    ideasandbox
    Participant

    I’m working with someone to help me with the code… Depending on the solution I’ll link it back here… – Paul

    #1012641
    Geoff
    Member

    Rock on! Thanks Paul. šŸ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘List View With Single Month’ is closed to new replies.