wprabbit
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Advanced Excerpt] Playing nice with shortcodes?Hi, right now I’m using the Excerpt Reloaded plugin, but it doesn’t strip shortcodes either. For instance, I need the caption shortcodes stripped. If your plugin is going to be updated to include this, it looks as though it has all the other features I need and I will switch all the sites I maintain over to it.
Forum: Fixing WordPress
In reply to: New WordPress Screwed Up My SiteI had the same problem. The plugin “Audit Trail” was the issue.
Forum: Fixing WordPress
In reply to: How do you show an attachment without linking to the raw fileI don’t know if you were still looking for this, but I needed it too. Check here:
https://codex.www.ads-software.com/Function_Reference/wp_get_attachment_image
Forum: Plugins
In reply to: Double separator on post pages with Yoast BreadcrumbsI’m having the same issue. Here is the html the plugin is generating:
<div class="breadcrumb"><a href="/home">Home</a> > <a href="/POST URL/"></a> > <a href="/topics/">Topics</a> > <strong>POST TITLE</strong></div>
So it’s generating a link to the current post, but not including the title. And it shouldn’t be doing this at all.
Other than this odd bug, it’s a great plugin and is helping me a lot.
Forum: Alpha/Beta/RC
In reply to: “Sticky” Qualifier for query_postsI am working on a new site and wanted to use the new sticky function to create a highlight area (“Items to watch”). Otto’s solution works great to pull the sticky posts out, but if there are no sticky posts, it is returning the regular stream of posts and spits out the number of them defined in the settings panel.
anyone have a way to degrade something like this in case there are no posts specified as sticky?
Forum: Fixing WordPress
In reply to: Uploading Folder Settings Lost in 2.6 upgradeThanks Otto, that worked for me. Unless this is just a bug, “optional” needs to be removed from this field.