jephperro
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] curl error 56Ran across this same error today. Did you have any luck solving it ?
Forum: Fixing WordPress
In reply to: Upgrade Network won't work, v3.9I saw in another forum, that you could automatically update the database, per blog using a link like this :
http://myblog.com/blogsite/wp-admin/upgrade.php
When I do a test, it seems to work. It changes the value of get_option( ‘db_version’ ) to a larger value. Then when I try again, it tells me that there are no updates required.
Is this a good method ? I have a multi-site instance, so if this a work-around I can do that.
Forum: Fixing WordPress
In reply to: How to sort RSS feed by custom fieldHi grkguy.
I am looking to do something very similar. I want to make certain posts sticky and always appearing at the top of the RSS feed.
Did you ever find a way to sort the RSS feed?
Forum: Fixing WordPress
In reply to: Video embed <script> not workingWhat version of WP are you using?
It’s in a META tag on every single WordPress page.
Forum: Fixing WordPress
In reply to: How to allow self-registration to a particular blog in MU?Thanks for the help 😛
Forum: Plugins
In reply to: Need help with All in one SEO packTest post
Forum: Plugins
In reply to: Hook for Settings->Discussions pageWell, yes, that would kind of work. But I really have to do 2 things:
1. Make sure that the checkbox is checked.
2. Disable the checkbox so the user cannot change it.So I’d rather not hide the div. So my solution so far is to use javascript to check and disable “comment_moderation”. The hook I use now is admin_footer,
I was hoping for a better way, but maybe the only way to do it is quick and dirty.