KimSchroeder on "plugin dev issue simple"
I have developed a few plugins for single use and I noticed a problem. I'm guessing its an obvious, but the obvious is something I tend to miss. When I put text in the page that has the short code for...
View Articledannyd0687 on "[Plugin: Advanced Post List] Possible to Exclude Categories...
Love the plugin! I'm using the "post_categories" shortcode to display categories, and it's working fine. However, I'd like to exclude a specific category or categories (possibly by ID?). Is this...
View Articled0mokun on "Multiple shortcode drop down"
Hello all, I have written many shortcodes and GUI buttons to go with them, however I'd like to do a bit of housekeeping. I know it's possible to build a drop down menu for the shortcode GUI, although...
View Articlestemie on "[Theme: The Bootstrap] Prevent shortcode being wrapped in pre div...
I've added some custom shortcode in my functions.php but when I insert the shortcode on the page it wraps the resulting output in <pre> tags which results in undesired styling. I just want the...
View Articlestemie on "[Theme: The Bootstrap] Prevent shortcode being wrapped in pre div...
I forgot to add there are no <pre> tags in the function I added, it appears to be automatically generated by the theme. Here is the function Im using function myLoop($atts, $content = null) {...
View ArticleJeremy Herve on "[Plugin: Jetpack by WordPress.com] Shortcode Is Not Working"
I checked your site, and Jetpack doesn't seem to be connected to WordPress.com at the moment. Could you go to the Jetpack menu in your dashboard, and connect Jetpack to your WordPress.com account?
View ArticleHal Gatewood on "[Plugin: Testimonial Rotator] Shortcode for Excerpts"
Unfortunetly there is now way to do this without modifying the plugin. If you want to do it, go into wp-content/plugins/testimonial-rotator/testimonial-rotator.php change line 429 from $slide .= "...
View Articlejessiel9625 on "[Plugin: Google Maps Store Locator for WordPress] how to put...
is there any way we can put it on the widget? http://wordpress.org/extend/plugins/store-locator/
View Articlejmberry on "[Plugin: Picasa and Google Plus Express] Only shortcode...
This just seemed to start happening in the last 3 weeks, possibly with an upgrade to the WP core.. when inserting an image, only the shortcode displays in the content box, not the image....
View ArticleMoondrop on "[Plugin: Collapse-O-Matic] Set Shortcode Defaults for the...
Hello, I would like to know if it is possible to custom define the default attributes for the shortcodes. For example, in my layout I will consistently be using the shortcode: [expands title="My title"...
View ArticleBaden on "[Plugin: Collapse-O-Matic] Set Shortcode Defaults for the Attributes"
in german we say: jein. Yes and No. Yes, the pro version does offer this. No, the free version does not. Enjoy the video.
View ArticleMoondrop on "[Plugin: Collapse-O-Matic] Set Shortcode Defaults for the...
Wow, swift response and a video too haha =) ! Thanks for the answer, I'll take a look into the pro version.
View Articlefgrondon on "[Plugin: HTML5 jQuery Audio Player] player width"
the playlist in one page needs to display a different number of tracks than what I have set in the display settings. anyway around this?
View Articlebeardydan on "bbpress forums appearance: shortcode vs permalink"
Hi everyone I'm one of those novice newbies i'm afraid. Trying to create a simple forum site. Have selected great theme - Spun Using bbPress as forum plugin. When I redirect the permalink for post...
View Articlebeardydan on "bbpress forums appearance: shortcode vs permalink"
New problem - the shortcoded post IS now navigable, but only when I'm logged in to the Wordpress site. If I try and link to the site externally, I get the 'page can't be found' message. Any help much...
View Articleyox64 on "Shortcode attribute from one post"
Hi there! I have a plugin that creates a shortcode [groups tags="tag-name"], that gets the tags attribute and shows all the posts with those tags. The problem is that if I have two posts with two...
View Articlealchymyth on "Shortcode attribute from one post"
what plugin? where did you download the plugin from? does the plugin have instructions for how to use the attributes? you might need to dig into the plugin's files to find teh code which creates the...
View Articleyox64 on "Shortcode attribute from one post"
I created my own plugin that creates another post type and enables the usage of this shortcode.
View Articlealchymyth on "Shortcode attribute from one post"
I created my own plugin bingo - then you will know best what code is used to retrieve the posts according to the tags attribute; you are allowed to use the pastebin to share the code (see...
View Articleyox64 on "Shortcode attribute from one post"
This ( http://pastebin.com/Fup7Lw3u ) is the code that I used to create the shortcode. It gets all the required information, but when I access one of the posts page, it does show me posts with...
View Article