superjacotaco
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change one page to anotherHmmm…I’m not getting a 404 error. It looks fine to me. I did reset the permalinks to the originals. Can you explain how to link this page:
https://skitheglobe.com/advertise/
to this page:
https://skitheglobe.com/category/skier-lifestyle/
Also, I would like to backup my database b/f updating to WP 3.6. Is there an easy way to do this? Do you recommend a plug in, or something else?
Thanks for your help!
Forum: Plugins
In reply to: [Yoast SEO] Uninstalled Yoast and Google Analytics still in my source codeHi. I think I’m having the same problem. My bounce rate is ridiculously low…<3%. I’m showing the same code but I don’t know how to fix it. I’ve read through every forum similar to my problem, but I’m still a little confused. I’ve tried turning on/off every plug in, in every combination I can think of to delete the bottom code, but I’m not sure exactly which code is causing the problem. Can I just delete a certain portion of the code? Please help!
I’m using Google Analytics for WordPress.
Website: https://skitheglobe.com/
Here’s the code:
<script type=”text/javascript”>//<![CDATA[
// Google Analytics for WordPress by Yoast v4.3.3 | https://yoast.com/wordpress/google-analytics/
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-38165153-1’]);
_gaq.push([‘_trackPageview’]);
(function () {
var ga = document.createElement(‘script’);
ga.type = ‘text/javascript’;
ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘https://www’) + ‘.google-analytics.com/ga.js’;var s = document.getElementsByTagName(‘script’)[0];
s.parentNode.insertBefore(ga, s);
})();
//]]></script>