Ahmis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Caption shortcode showing front end if inside another shortcodeThank you David for your help! I’ll see if I can make this work with your suggestions.
Forum: Fixing WordPress
In reply to: Caption shortcode showing front end if inside another shortcodeSure! Here it is:
function picture ($atts, $content = null) { return '<div class="my-class">' . $content . '</div>'; } add_shortcode('picture', 'picture');Forum: Fixing WordPress
In reply to: Search not showing results from one of my custom post typesThanks for the response. That didn’t quite help since I want ‘Materials’ post type to show in search results.
I set the options ‘Public -> True’ and ‘Exclude From Search -> False’ but it still doesn’t show search results from it.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Top 10 Polylang solutionThanks a ton WebberZone! 🙂
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Top 10 Polylang solutionThis code seems to display the most popular posts of all time. What if I wanted to show the daily popular posts using this plugin and Polylang?
Forum: Fixing WordPress
In reply to: Displaying custom fields for images (not Featured Image)I figured out that I might accomplish what I’m trying to do with filters, so I’ll mark this topic as resolved.
Forum: Fixing WordPress
In reply to: Displaying custom fields for images (not Featured Image)Thanks for your reply Jose!
I haven’t asked help from the plugins authors because I’m pretty sure this is not about the plugin since what I want to do is to modify the way WordPress shows image attachments in the front end.