dpbrown
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: php script copy postIt’s a rough version but it worked for me.
https://davidpbrown.net/my-plugins/postcopyForum: Plugins
In reply to: My first WP Plugin: External CommentsI’ve got a new page for downloading the plugin. It’s been updated once already and I’m working on the next version as we speak. So far, I know of a few sites running it w/o any problems. Always looking for more feedback however. Check it out here, https://dailydoseofdave.net/x-comments
Forum: Plugins
In reply to: My first WP Plugin: External CommentsAn alpha version of this is now available on my site. I appreciate everyone’s feedback regardless of how harsh…
https://dailydoseofdave.net/wp-plugin-external-comments-v09a/
I’ve got plenty of work ahead of me to make this a quality plugin but I think I’ve gotten it to a point where most can use it with relatively no problems. Thanks in advance for your support!
Forum: Plugins
In reply to: My first WP Plugin: External CommentsThanks for the feedback. I would love to post an alpha copy for people to test right now but it’s still very rough. I need to clean up the code and create the install scripts. I intend on having all of that done by the end of the week so keep your eye out for it.
Thanks again!
dpbForum: Installing WordPress
In reply to: More Blank BlogsI just did a complete re-install to https://davidpbrown.com/blog and everything appears to be working fine. To answer your question, the URL values in Options/General before and after are below.
before: https://davidpbrown.com
after: https://davidpbrown.com/blogThe WordPress and Blog address were the same both before and after.
So, now, any ideas as to why running the blog from the root is not working?
Forum: Installing WordPress
In reply to: More Blank BlogsI already replaced all the files and that didn’t work. I did just try something that “kind of” worked. I was trying to run the blog from my root directory https://davidpbrown.com but when I move the blog to https://davidpbrown.com/blog things start “working”. My templates are all off, but that’s probably because I just moved everything without doing a full install.
I would still like to run the blog from the root, any ideas why this is causing a problem?
Forum: Installing WordPress
In reply to: More Blank BlogsIt’s actually:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>You don’t see that because the PHP gets stripped by the server and returns the blank html. That’s my problem.
Forum: Installing WordPress
In reply to: More Blank BlogsI don’t mean to be a jerk here, but I did a search prior to posting my question, hence the subject: More Blank Blogs. I’ve tried the published solutions such as deactivating and reactivating plugins (just the ones that came with install). I’ve changed templates. I’ve copied the WP installation files over the installed files again. I’m looking for another solution since those didn’t work.