I’m implementing this plugin into my new website and my developer troubleshot this issue and sent me back this
It’s a bug in the comment plugin:
“FB.getLoginStatus() called before calling FB.init(). “
This won’t be working until it gets fixed by the plugin author.
I have a similar issue. My wordpress is already setup using the Creating_a_Static_Front_Page with my Static page being my HOME PAGE(index.php).
I want to post an external HTML file to be used as a “Splash page.” Because of the Static Front Page configuration there’s both index.html and index.php in the root. I understand HTML get priority until .htaccess is modified with the following code:
DirectoryIndex index.html index.php
I used your suggestion in adding a pointer to the /index.php but when clicking on the link it just refreshes back to the Splash page. Its not navigating to the HOME PAGE. Please help. Thanks
Worked like a charm. Thank you so much!