baymarketingco Posted October 7, 2016 Share Posted October 7, 2016 Hi, Finally, after years of threatening to move away from WP to PW (see what I did there?), I've made the move. It's a slow move, to be sure, but it's a move. I just cannot justify using WordPress anymore, for anything but the most basic of blogs. It's becoming increasingly clearer that WP is the world's most overrated CMS. Smells like a certain mobile phone without a headphone jack. But I'm not using PW on my own sites yet. I've decided to keep it on the safe side. Building a site for one of my bosses first! (If I lose my job, I write well, if you need someone to create content for you.) I ran into a bit of a problem though. Here's the link to the mock site: http://jansieblom.co.za/surf/ I murdered the title tag. This happened after I created, and tried to use, a PageTable field. This funny title tag came up and didn't want to go away after I deleted the field. Any suggestions on how I can get the title to just display normally again? This is the current title code: <title><?php echo $page->title; ?></title>, inside a head.inc file. Please reply in English. PHP is mostly alien to me. Thank you so much. Link to comment Share on other sites More sharing options...
BitPoet Posted October 7, 2016 Share Posted October 7, 2016 I fail to see anything wrong there. The title tag looks fine to me (in FF, Chrome and Edge). <title>Surf Inn - holiday accommodation Cape St Francis</title> Perhaps just a case of a stale browser cache? 2 Link to comment Share on other sites More sharing options...
baymarketingco Posted October 7, 2016 Author Share Posted October 7, 2016 Oh, you're right. Duh! It was simply cache! Thanks BitPoet! Link to comment Share on other sites More sharing options...
Ferdi Derksen Posted October 7, 2016 Share Posted October 7, 2016 1 hour ago, blommie said: Finally, after years of threatening to move away from WP to PW (see what I did there?), I've made the move. It's a slow move, to be sure, but it's a move. I just cannot justify using WordPress anymore, for anything but the most basic of blogs. It's becoming increasingly clearer that WP is the world's most overrated CMS. Smells like a certain mobile phone without a headphone jack. welcome to the club - nice comparison ! Remember to move this block of code into <head> though... <script type="application/ld+json"> .... </script> 2 Link to comment Share on other sites More sharing options...
baymarketingco Posted October 7, 2016 Author Share Posted October 7, 2016 Hi Ferdi, Thanks for your reply. I thought it didn't matter where the JSON LD script went. Any case, will move it inside the HEAD. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now