Hello Dan, @itomhq is right. You still have space in ask question slug. Also question slug was conflicting with base page slug. I fixed it and your site looks fine now.
Tags are definitely not being saved from what I see. Using wp-admin backend to effectively edit the question, and the tags are not saved when selecting “Update”
Dan – as far as I can see, you still have a space in your ask question slug: http://redwhiteandbulldogs.com/questions/Ask%20question/ Do you use any caching software ? If so, try emptying the cache to see if this helps.
@nahem – You can probably get these on GitHub in the tags section – see below I wouldn’t recommend this though as these are older releases, and probably no longer supported.
Rahul, Will the Github updater plugin automatically pull in updates for the 4.1.0 branch, or should I perform a periodic update / clone ? Thanks
@Rahul – tags do not seen to be saved when editing a question – either from the front-end or back-end. Is this expected ?
4.1.0 is actually running live on my site https://www.phenomlab.com/community (I love a challenge :)) for those who fancy a sneak peek. @rahul – Star given 🙂
Fixed lots of code on my site – Rahul is correct. I do have a custom wp-single.php file that I wrote for the theme I use, as it enables Parallax. So, I needed to make a small change Essentially, look for a populated value – if it doesn’t exist, use the below hard coded image (just a test). If it does, then use the image specified in the post. if (the_post_thumbnail_url(full) == NULL) { $imageurl = “https://www.phenomlab.com/wp-content/uploads/2017/10/forensic.jpg”; } else { $imageurl = the_post_thumbnail_url(full); } That cures the missing image !
Seems to be a CSS change in terms of ap-comments -> apcomments ?
I HAVE to say, this is a MASSIVE improvement. Thanks very much to Rahul and the rest of the team. It’s so much faster too !