JonathanBeech
-
single page is not displaying when a custom post type permalink is clicked
I just figured that out, simply go to the Settings > Permalinks page in the WordPress dashboard and then click update. I hope this might help someone out.
-
prepending and appending graphics to a header using JQuery in WordPress
Thank you so much for that, you're a star! I would get you a drink or two if you were here. I got rid of the redundant code and it works great for me too, I imagine you are aware of how such issues can be grating for us developers. Its been a …
-
prepending and appending graphics to a header using JQuery in WordPress
Many thanks Melindrea. My site is at http://sandpit.jonathanbeech.co.uk/ Would you need to log into the WordPress admin area to view the functions.php file where the wp_localised_script does its stuff? I can supply those if needed. If you view th…
-
prepending and appending graphics to a header using JQuery in WordPress
Thanks for the thoughts. I believe the wp_localize_script function built into wordpress is the way to go on this issue according to the answers to the stackoverflow.com question that I asked which is regarding the same issue. wp_localize_script tak…
-
prepending and appending graphics to a header using JQuery in WordPress
Hi Alen Sorry I didn't notice that I hadn't copied all the code into the code section of my original question. My code actually mirrors yours. What I am looking for help with is how to implement the JQuery code which is located in the wha…