weavesque
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: embed php in javascript to switch out imageInstead of “get_stylesheet_directory_uri”, maybe it should be “get_stylesheet_directory_url“? Other than that, it seems like you’re doing it right, depending on what you’re trying to accomplish. Just know that the function will be echoed into that javascript line when the page is loaded, not when the javascript gets to that line.
Forum: Fixing WordPress
In reply to: Checking if you're logged in outside of WordPress?Um, this is not related to that post. I did not write that post, I only responded to it. I already have MySQL and WordPress setup, I just want to know how to check if a user is logged in on a page outside of WordPress. That is my goal. And preferably, I also want the page to be able to retrieve the username of the logged in user.
Forum: Fixing WordPress
In reply to: Website not workingAre you saying the homepage looks fine if the admin is logged in, or that the admin page looks fine?
Looking at the source code, the ending of your header (which specifies theme style) and the beginning of your body is missing. Instead, there is the following:
<!--/////////////////////////////////////////////////////////////////////////////////////////////////// // // Scripts // ///////////////////////////////////////////////////////////////////////////////////////////////////-->Maybe there is a plugin that is causing this.
The instructions for setting up a MySQL database would probably be specific to your hosting provider, so you may want to contact them, or find a tutorial specific for the provider.
Forum: Fixing WordPress
In reply to: Showing sidebar on pages?Quick Edit says “Default Template”. I reviewed theme options for the default theme and for my theme and found nothing.
Forum: Fixing WordPress
In reply to: Showing sidebar on pages?Veryplaintext. But it doesn’t show up on the default Twenty Eleven either.
Forum: Fixing WordPress
In reply to: how to point my domain to my blog.Yes, this is an issue with your hosting service, not WordPress itself.