Slug trailing slash

Home Forums Calendar Products Events Calendar PRO Slug trailing slash

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #100477
    Robert
    Participant

    Hi,
    When I want to see the next month in the month view, it’s not working.
    I found out why, but I can’t fix this.
    It’s the trailing slash after the slug, when you remove this it’s working fine.
    http://hevorosmalen.nl/agenda/2014-02/
    Somehow this is automaticly added, the question is how can I remove this?

    Robert

    #101045
    Neill
    Member

    Hi Robert,

    Sorry to hear about the issue you are having – We have noticed this on a few other users site, but so far its been isolated to just a few types of themes.

    We’ve isolated some of these issue being to the fact that the theme does not support the body_class(); function (for more info: http://codex.wordpress.org/Function_Reference/body_class) . Try opening up your header.php file and see if this is in there:

    <body <?php body_class(); ?>>
    
    

    If not I’d add it and see how the calendar works at this point.

    You think this will work for you? Would you like to give it a go and let us know if it worked?

    Neill

    #101292
    Robert
    Participant

    Yes the <body <?php body_class(); ?>> soled the problem, thanks.

    #101311
    Neill
    Member

    Thanks fro getting back to us Robert! Delighted to hear it worked!

    I’m going to go ahead and close this thread out, but feel free to open any new threads with any other issues you might run into in the future.

    Neill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Slug trailing slash’ is closed to new replies.