jasdonle
Forum Replies Created
-
Forum: Themes and Templates
In reply to: template_directory outputs wrong URL… Strange!I figured it out. There was a conflict with WP Super Cache. Once disabled, everything works properly again!
Forum: Themes and Templates
In reply to: template_directory outputs wrong URL… Strange!This just got a bit stranger, to me at least.
Like I said earlier, if I use
<?php bloginfo('url'); ?>
I get the correct url…
https://mysite.com/test
That works. I’ve tested it a few times.
So my temporary workaround was going to be this bit of code:
<?php bloginfo('url'); ?>/wp-content/themes/mytheme
But when I enter that into my header.php file, the output CHANGES to this:
https://mysite.com/wp-content/themes/mytheme
What gives?
It wasn’t even a fix. I had been testing the wrong contact form (I have two on my site, each one sends to a different email address). Once I checked the proper email address for that contact form, i realized there was never even a problem (like the client reported).
If I could delete this post I would!
Nevermind, the form was working properly. My mistake. I don’t know how to delete this post. Please kindly bury it. ??
Forum: Requests and Feedback
In reply to: Double-space in articlesI’d like to second this. I’ve got a contributor who always puts double spaces in between sentences. I’d like WP to remove them when the article is published and only have one space. I was hoping there’d be a plugin that did this, but I can’t find anything.
Any ideas?
Forum: Plugins
In reply to: WP Sendblaster opt-in – confirm subscriptionThe file wpsb-opt-in.php has to be in the /plugins/ folder, and not inside any other folder. Try that, and you should be able to delete the users through admin.
Forum: Fixing WordPress
In reply to: Parse error…help, blog downSame issue, though I’m on Site5 hosting. Just happened today.
Forum: Plugins
In reply to: Allow users to post images in comments?Actually, what I’d like is a plugin that auto-detects that a URL is an image and recodes the comment to add the <img src=” etc… My users sadly don’t know any HTML, and I don’t expect them to learn.
Anyone heard of anything that does this?
I’d like to bump this up since i’m looking for a solution to the exact same issue.