Conversation
supportHi there, I was wondering if you know how to move the comic title and info/meta below the comic image? If you look at the link, you can see: PAGE ONE Then: August 15th, 2017 / Jack Stokes / 0 Comments Then the comic image. I’d like the title and info/meta to be below the comic image (between the First/Prev/Next/Last navigation and the Disqus thread). I’m sorry if that sounds really complicated, I would just like to know if it is possible. Thanks! The page I need help with: [ log in to see the link]
It’s going to depend on if you’re using a theme you made yourself, or if you’re using a theme that you downloaded. If you made the theme yourself, then you’d copy index.php or single.php to single-comic.php , then you would edit that new file. If you’re using a theme that you downloaded, then it’s best to extend it by creating a child-theme, and then following the steps I listed above. Basically, what you want to do doesn’t actually have to do with Manga+Press itself — it’s basically theme customization. I’ve some documentation on how to get a theme to play nice with Manga+Press, but you will also want to read the WordPress documentation as well. Theme Customization: https://docs.manga-press.com/getting-started/theme-customization.html Manga+Press template tags & functions: https://developers.manga-press.com/ WordPress Child Themes: https://codex.wordpress.org/Child_Themes
It’s going to depend on if you’re using a theme you made yourself, or if you’re using a theme that you downloaded. If you made the theme yourself, then you’d copy index.php or single.php to single-comic.php , then you would edit that new file. If you’re using a theme that you downloaded, then it’s best to extend it by creating a child-theme, and then following the steps I listed above. Basically, what you want to do doesn’t actually have to do with Manga+Press itself — it’s basically theme customization. I’ve some documentation on how to get a theme to play nice with Manga+Press, but you will also want to read the WordPress documentation as well. Theme Customization: https://docs.manga-press.com/getting-started/theme-customization.html Manga+Press template tags & functions: https://developers.manga-press.com/ WordPress Child Themes: https://codex.wordpress.org/Child_Themes