Captin Shmit
Forum Replies Created
-
Forum: Plugins
In reply to: [Message Flow] [Plugin: Message Flow] bunch of WP_DEBUG errorsIt should work fine on posts without featured images since there are several options for choosing a fallback image. (Plus the plugin comes with one if you don’t set a default at all)
The plugin currently ignores posts that don’t have an audio URL associated with it, usually provided by the PowerPress plugin. If there’s enough interest to use this with regular blog posts, I could add an option to include those. But for now, it’s really just meant for podcasts.
Forum: Fixing WordPress
In reply to: How do you display "Featured Image" within posts excerpts?Even if your theme doesn’t use excerpts, I’m pretty sure you’re going to want to put the thumbnail in content.php. Have you taken a look at that file yet? If your particular theme doesn’t have a content.php, it’s possible you’ll need to insert the thumbnail into index.php.
What theme are you using?
Forum: Fixing WordPress
In reply to: How do you display "Featured Image" within posts excerpts?From a quick Google search I was able to find a plugin that seems to do what you wanted.
I’ve never used it, but hopefully that’ll do the trick.
Forum: Fixing WordPress
In reply to: Can't log in to dash boardYeah, I can’t see that not working. Hopefully you won’t lose too much data from the past few days. :\ Try to manually save what you can!
Forum: Fixing WordPress
In reply to: Username hackedThe most reliable way to do this would be to reset your password directly in the database.
And don’t forget to change all your passwords once you’ve regained control f your site! This includes any SSH/FTP passwords, your database password, and of course your WordPress user password.
Forum: Fixing WordPress
In reply to: How do you display "Featured Image" within posts excerpts?I believe the fucntion you’re looking for is
the_post_thumbnail(). Are you familiar with theme editing or were you looking for a plugin to do this? If you’re comfortable with editing your theme, you can try adding that function right beforethe_excerpt()which will most likely appear in a file calledcontent.phpForum: Fixing WordPress
In reply to: Can't log in to dash boardDo you happen to know if you made any major site changes right before this started happening? It could be due to a wonky plugin or theme. Although I’ve never experienced this first hand, a bit of research produces this article on the codex about login trouble.
The first thing I would try is disabling all the plugins by renaming the plugin folder via SSH or FTP access. Try that and let us know if it helps any.
Forum: Plugins
In reply to: [Message Flow] [Plugin: Message Flow] bunch of WP_DEBUG errorsHaha yeah, I happened to be working on it when I saw your post. Anyway, I think I finally got it figured out. It would show those errors if your site didn’t have any podcasts. I’ve fixed this in version 1.1.3. (It doesn’t display anything if there are no episodes) so let me know if you still have any problems after you upgrade.
If you’d like to test it out without installing a podcasting plugin, you can try embedding an RSS feed:
[message-flow feed="http://twit.tv/node/feed"]Forum: Plugins
In reply to: [Message Flow] [Plugin: Message Flow] bunch of WP_DEBUG errorsThanks for checking out my plugin, Clifford! I’ve just pushed an update to version 1.1.1 which fixes those errors. Please let me know if there’s anything else I can do to make this plugin more useful to you!