How to make WordPress audio playlist understand the direct links of audio files shared on google drive?

this is my first post here and I excited! I used this approach to make a playlist with external links of audio files I have in my drive but unfortunately It couldn’t recognize the google drive direct link as a audio type file. Would you please guide me how I can solve this issue!? Thank … Read more

How to stop a 500 error on the WordPress theme folder

Google search console is complaining that my WordPress theme folder returns a 500 error. You can see it here https://www.dailywritingtips.com/wp-content/themes/dailywritingtips/ Curiously many WordPress sites have this problem, even very popular ones like TechCrunch https://techcrunch.com/wp-content/themes/techcrunch-2017/ I’m guessing the correct return should be 404 or 403. I’m not able to simply throw an empty index.php file inside … Read more

Does wordpress insert automatic google analytic?

I just noticed there was this script in my source code: <script src=”https://wordpress.stackexchange.com/google_analytics_auto.js”></script> I did not insert this script and I have no plugins, so I don’t know why it’s there? Does someone know how to remove that? 2 Answers 2 The reason is you are using HostGator and enable the feature is Google Analytics … Read more

Feed 404 Errors

Before you say this has been dealt with before, please read the whole issue. I have Google’ed and Stackoverflowed myself to death on this. In WMT I see 404 errors for /feed on specific posts. e.g. htt://mydomain/thispost/feed/ My feed is working fine for pages and categories but there is this ongoing 404 error for a … Read more

Pass custom fields values to Google Maps

I am using this script on display google maps on my wordpress site: <head> <script> function initialize() { var mapProp = { center:new google.maps.LatLng(51.508742,-0.120850), zoom:5, mapTypeId:google.maps.MapTypeId.ROADMAP }; var map=new google.maps.Map(document.getElementById(“googleMap”,mapProp); } </script> </head> I have set up two custom fields “fl_long” , “fl”lat” for the longitute and latitude. How do I modify the code above … Read more