Hi there. I’m trying to do a bit of troubleshooting here.
I’m currently having to work on a WordPress v4.0.1 until the powers that be upgrade their site. I can’t seem to find anywhere to set links on any file when I upload a new image. Would this be because of the version of WordPress install or maybe something else in the way?
Thanks for any input you may have!
Jon
As above, I emailed the Author who was REALLY helpful, can’t thank him enough for his willingness to help.
You need to add
<?php get_sidebar() ?>
to the end of the single.php file, just above the get_footer() call.
He even advised me on a few CSS issues too. Genius. 🙂
This is great, just the help I’d been looking for…
All except for the blog posts (example.com/wordpress/?p=284) !
The CSS is slightly over my head on this one and am wondering how I could enable the sidebar on the blog post pages too?
Thanks for posting this, it’s been a great help so far!
Jon