looks like the mix-up happens in /wp-content/themes/spun/inc/template-tags.php, starting from “// navigation links for single posts” and it is really easy to fix (until next update)
Can someone tell me, how to make this fix permanent?
Can I use child theme for this?
How?
Thank you.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Make a Child Theme: http://codex.ww.wp.xz.cn/Child_Themes
Within the Child Theme folder create a folder named, “inc”.
Copy the ‘template-tags.php‘ file from Spun and paste it into your Child Theme “inc” folder.
Then modify that ‘template-tags.php‘ file (from within your Child Theme inc folder).
BTW, there is still something strange happening with images if you make a gallery and then change the image order in the gallery.
“Previous” and “next” are using the gallery original order and not the order as images are displayed on the page.
Uploaded images as:
A, C, B
changed the order to A, B, C
if viewing A, “>>” sends me to C and not to “B” as expected. <- edited, to make it clear
I’m having this same problem. I am quite new to all of this, so while I’ve made a child theme and have a new template-tags.php file in it, I can’t figure out how to alter the php in a way that fixes it.