dtris13
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: single_tag_title is showing CategoryHi.
I actually wrote the theme myself but it’s very simple theme that uses only the most typical WP code and hardly any plug-ins at all. Not sure why single_tag_title was outputting the category.
I ended it up solving it this way, for anyone who’s interested:
<?php echo get_query_var( "tag" ); ?>That’s all. That seemed to do the trick, at least in this case.
Thanks.Forum: Fixing WordPress
In reply to: What's the best way to show videos without youtube?I like VideoJS… which has a simple WP plugin.
Forum: Fixing WordPress
In reply to: 404 page not showing upResolved.
All, in case anyone wants to know, the above suggestions do work. And in most cases, not all of that is necessary.I fixed my issue and it was just a very minor error in my own code. Had nothing to do with the above.
Thank you!
Forum: Fixing WordPress
In reply to: 404 page not showing upI’ve tried all of the above. Thanks.
Nothing works.
Very odd…. It’s a relatively simple thing. But for some reason, 404 page never shows up.Forum: Fixing WordPress
In reply to: 404 page not showing upYes. I created a very simple 404.php page and placed it in with my other theme files. But it gets ignored.
Forum: Fixing WordPress
In reply to: change wp publish directoryThank you!
Forum: Fixing WordPress
In reply to: unable to remove user/emailAh!
I think found it. I’m no longer a user. But you’re right, my email was still being used for comment approval.Thanks!
Forum: Fixing WordPress
In reply to: unable to remove user/emailHow do I remove it?
Forum: Fixing WordPress
In reply to: unable to remove user/emailI unchecked that option for all users.
But more importantly, I don’t see myself as a user on this blog at all.
I can’t find any reference to my user name or email any more. I used to be a user, but it’s been deleted. But I keep getting the emails, over and over, for any post that accepts comments.