• Resolved Mewbits

    (@mewbits)


    So, on my site, I want to have both a blog and comics separately. So I don’t want to change the single.php file, since it would change every blog post. I would prefer to use a different file for comic post pages than I use for blog post pages.

    I could make a single post page template, but I haven’t found a place to change the template in the comic page editor…

    Is there some way to fix this?

    Additionally, how would I go about adding my own custom icons for my navigation buttons?

    Edit: I just discovered there are tabs on the config screen. There’s an explanation of adding custom nav images.

    • This topic was modified 5 years, 10 months ago by Mewbits.
    • This topic was modified 5 years, 10 months ago by Mewbits.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Mewbits

    (@mewbits)

    Can’t even get navigation to show up.

    I have included <?php do_action(‘comic-area’); ?> in my single.php

    I have the option “Enable comic sidebar locations?” set to true.

    I added a folder called nav in my theme images folder with the updated images and stylesheet.

    nothing is working.

    Thread Starter Mewbits

    (@mewbits)

    Also, is there a shortcode for inserting the Navigation bar into another page? I used a shortcode to find the latest page, now I would like to include the shortcode for the navigation box (the custom one that I have yet to get working).

    Thread Starter Mewbits

    (@mewbits)

    still having this problem. Can’t get the navigation or comments section to show up. How do I add them to my theme?

    Thread Starter Mewbits

    (@mewbits)

    Well I figured out a way to fix this issue!

    I created a new page called ‘single-comic.php’ which automatically used the ‘comic’ page type from the plugin.

    On ‘single-comic.php’, I then built a navigation section, using the functions in ‘navigation.php’

    So now I have a functioning navigation area using another theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I implement a custom Single Post template with Comic Easel?’ is closed to new replies.