Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
129 views

Wordpress like shortcodes in asp.net pages?

I'm an experienced asp.net developer who has begun developing in php, specifically in wordpress. I'm impressed with the ease of use of shortcodes in wordpress and how simple they are to develop in ...
3
votes
3answers
294 views

Help to execute a shortcode outside postent content area

To Begin, I'm using this plugin http://wordpress.org/extend/plugins/my-youtube-playlist/ & this theme, www.press75.com/themes/on-demand/this-is-a-sample-video-post-4/ My intention is to have ...
2
votes
2answers
177 views

Multiple instances breaks WordPress shortcode

I wrote a shortcode that displayed author profiles based on id. For example [user-profile id="1"] would display the profile block defined in user-profile.php for author 1. It worked (even with ...
2
votes
2answers
367 views

How to include a Wordpress Shortcode in your Code, not in the Posts Section

I want to insert a hardcoded short code in my code, and not from the usual Text Editor we usually use. Basically I want this to add a gallery, and the user doesn't need to change the shortcode from ...
2
votes
3answers
394 views

How to create a Wordpress shortcode-style function in PHP

I am trying to create a Wordpress shortcode-style feature in PHP to replace shortcodes like "[[133]]" with images. Basically, I have a MySQL table of image URLs/titles/subtitles with IDs 1-150, and I ...
2
votes
2answers
539 views

Shortcode is not working in wordpress 3.0

Is there anything need to enable for shortcode to work in Wordpress 3.0? I have tried some short codes and none of them working as expected. regards - dj
2
votes
1answer
199 views

Wordpress / PHP - Do a single shortcode

In WP you can filter shortcodes from a string and execute their hooked functions with do_shortcode($string). Is it possible to filter a single shortcode, instead of all registered shortcodes? for ...
1
vote
1answer
11 views

wordpress tinyMCE linebreak

I'm developing a plugin for running multilingual websites where I'm using a shortcode [translate lang=en] for each language in the tinyMCE editor, I'm using a function that inserts a div around each ...
1
vote
4answers
29 views

Shortcodes get wrapped with p tags

I would like to insert some shortcodes in the wordpress editor (v 3.3+) The string looks like [a_col]<p>some text or other stuff</p>[/a_col] which is fine but if i use this line in JS ...
1
vote
1answer
90 views

mediaelement.js - Play random video?

I have lots of videos in the directory "video" in my WordPress installation. They all play nice using the MediaElement.js plugin, but is it also possible to play a random clip from this directory? ...
1
vote
1answer
42 views

Matching wordpress shortcodes inside a given string

I wanted to match shortcodes inside a string and found the following regex from here. It works fine. But i want to learn how it works. Can anyone plz explain me the components of this regex and how ...
1
vote
2answers
89 views

C#.net text filter

I want to filter my text to a particular format. Suppose i have a text like Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard ...
1
vote
7answers
50 views

Remove text inside of text from a larger string with PHP

What I'm trying to do is, if it exists, remove an occurrence of text inside a 'shortcode', eg: Here's some content [shortcode]I want this text removed[/shortcode] Some more content to be changed to ...
1
vote
1answer
90 views

Wordpress: Parameter for Shortcode function

I am trying to create a shortcode in Wordpress, in which the function that is called with the shortcode tag gets the shortcode tag as parameter. So say I have <?php var $shortcode = ...
1
vote
0answers
51 views

Wordpress - Consecutive Nested Shortcode Execution Fails Without Line Breaks

If I have multiple items nested at the same level, such as a list and a enter it as such into the content of the page: [list] [list_item]My Item[/list_item] [list_item]My Item[/list_item] ...
1
vote
1answer
67 views

Output edited shortcode content, not return it

is it possible somehow to execute / print content in a WordPress shortcode filter, not return it? I mean, shortcode functions in general return output, but do not print. If I tell my shortcode ...
1
vote
1answer
93 views

Using enclosing WordPress shortcodes to pass $content

I'm trying to use shortcodes for a glossary function. The function connects to a database, queries the word and returns the definition. Currently, it works if I use self-closing shortcodes. For ...
1
vote
1answer
207 views

Are there more short and tricky codes in javascript?

I found the following short and tricky codes on Double bitwise NOT (~~) - James Padolsey http://james.padolsey.com/javascript/double-bitwise-not/ Web Reflection: Two simple tricks in JavaScript ( ...
1
vote
2answers
529 views

How to add multiple buttons to TinyMCE in WP?

I've followed a tutorial on Nettuts on how to add a custom button to TinyMCE (http://net.tutsplus.com/tutorials/wordpress/wordpress-shortcodes-the-right-way/) It works great and all, but i want to ...
1
vote
2answers
134 views

PHP function return. Nested functions

I know there's Wordpress StackExchange, but that's more PHP related question. I'm writing my own shortcode for Wordpress it looks like: function myShortcode_shortcode() { return 'something'; } ...
1
vote
1answer
383 views

Problem return a function inside of a shortcode in Wordpress

Hey guys, I'm having some trouble coding a themes shortcode. I want the code to display a div with a view counter function, and then a link with the shotcodes content as the url. The view_count(); ...
1
vote
2answers
93 views

why is there different syntax same outcome?

Why is there different syntax same outcome? For example # Example 1 if($myCondition == true) : #my code here endif; if($myCondition == true) { #my code here } # Example 2 foreach($films as ...
0
votes
0answers
21 views

Wordpress plugin shortcode

I can't fix little problem with my plugin. There is a new shortcode that produced by my plugin. There is a function doing it. add_shortcode('comp_anketa', 'create_competition'); But this function ...
0
votes
0answers
10 views

Can we send an email to a shortcode?

I want my customers to send a text message to a short code I own from a carrier. In order to identify a customer, I'll look up the sender's phone number in my database and see if it already exists. ...
0
votes
0answers
18 views

Are there any services with reasonably priced UK shortcodes for SMS with MT billing?

I'm looking to receive messages, whether at a plain shortcode or a shortcode with a keyword, and respond to them with messages for which the recipient pays – that is, MT (mobile terminated) billing, ...
0
votes
1answer
17 views

Php shortcode on wordpress causing format problems

Im trying to add a price table to my wordpress site but when i add my shortcode: to index.php , everything in the body shifts itself to the left and the text size seems to increase. Is there a way to ...
0
votes
0answers
40 views

Wordpress Shortcode atts problems

I'm having a problem with using one of the atts array passed from a shortcode I've written. I want this function to get the email address passed by send_to in the atts array but it keep returning ...
0
votes
0answers
24 views

Show specified Category in Category Shortcode as opposed to all

We are using "Category Shortcode" plugin for wordpress that currently displays ALL categories for related posts. We were looking for a way to have the resulting posts generated by the shortcode ...
0
votes
1answer
34 views

do_shortcodes in Wordpress

I'm having some trouble getting my "WP Private" plugin to work through my TEMPLATE, not a post/page. When searching Google, I have no problems with finding out how to implement a SINGLE shortcode, ...
0
votes
0answers
14 views

how to avoid markup affecting shortcode

Im allowing users to enter information into tinymce textareas using html and shortcode. My shortcode outputs html and javascript. When wrapping shortcode with heading tags, the entire output is ...
0
votes
1answer
21 views

Wordpress get_option from shortcode

I want to be able to get some wordpress options with the shortcode from the post, something like this: [get_option posts_per_page] Is there an easy way to do that?
0
votes
1answer
29 views

Wordpress Shortcode

Can you help me with this, I want to create a multiple shortcodes something likes this. [tabs] [tab title="1"] //content goes here [/tab] [tab title="2"] //content2 goes here [/tab] [tab ...
0
votes
2answers
121 views

Wordpress remove shortcode from content

Is it possible to remove the gallery shortcode from the content before when the_content() is executed? I searched codex and found remove_shortcode( $tag ) but they show no examples. I tried adding to ...
0
votes
1answer
61 views

How do you get attributes in a nested shortcode?

I am creating a slideshow shortcode for my Wordpress theme, but have run into a small issue. This is what the shortcode looks like: [slideshow width=500] ...
0
votes
1answer
154 views

Create Custom Dropdown Box in Tinymce in Wordpress for Shortcodes

Does anyone know how to create a custom dropdown box in tinymce for Wordpress? I need it to work with at least wordpress 3.0. I have searched the internet for a tutorial on this and I cannot find ...
0
votes
0answers
59 views

Sending an SMS to a short code [closed]

We're building an application in Ruby that needs to send SMS messages, so we were looking at using Twilio. Great service - one small snag: We need to send our SMS message to an SMS short code, rather ...
0
votes
1answer
102 views

WordPress: WP_Query in functions.php returns empty query (for a custom shortcode)

I'm writing a custom shortcode for a childtheme that I've dropped into my child themes functions.php. Here's the code: function get_featured_video(){ $video_query = new ...
0
votes
1answer
44 views

multiple attribute values for shortcodes in wordpress

How to create a shortcode with multiple attribute values? f.e [contact type="phone"]74847848[/contact] and [contact type="fax"]5565656565[/contact] function sc_kontakti($atts, $content = null) ...
0
votes
1answer
75 views

Identifying wordpress shortcodes using a regular expression

I have a wordpress shortcode which contains some other shortcodes inside it. When the first shortcode is executed i want to filter out other shortcodes using a regex. [main_code] [sub_code ...
0
votes
0answers
62 views

Passing Shortcode $atts from PHP to Javascript using wp_localize_script

I want to use Wordpress' wp_localize_script in order to pass shortcode $atts available to a javascript script. It seems that wp_localize_script will only work in the same function where I ...
0
votes
1answer
85 views

how to translate preg_match_all results with qtranslate plugin in wordpress?

I'd really need some help on this one. I have a function to extract the content between the shortcodes [internet]blablabla[/internet] done by preg_match_all function get_content($my_post) { ...
0
votes
1answer
49 views

find shortcode in wordpress

H I want to be able to add an addition class to my BODY tag when the [slideshow] shortcode is found on the page that is loading? Is this possible? thanks
0
votes
0answers
48 views

Google Maps and Short Code Tabs in Wordpress

I've having an issue with Google maps not centering on the pin. See an example of the issue here: http://www.heyheygorgeous.com/enzocoboston/test You'll see that if the google map is placed in the ...
0
votes
1answer
57 views

Wordpress Plugin Shortcode Disturbs Page Content Put Alongwith it into the Editor

I have created a plugin with short code now when I access the plugin through short code it works fine issue is that when I put some text above the short code that text goes below the plugin when i ...
0
votes
2answers
77 views

Wordpress stripping <a href> from shortcodes

I have a fairly straight forward shortcode for making a quote breakout box which is called as: [jasminesays quote="blah de blah"] Dead easy. However when I try and put a link inside it wordpress ...
0
votes
0answers
79 views

Wordpress Shortcode and html table - alignment screws up

i'm customizing a template for WordPress with the following code: <div class="showcase" style="height:380px;"> <div class="abr-container" style="height:380px;"> <div ...
0
votes
0answers
27 views

Wordpress Shortcode Button with Preset Link

I am trying to create a shortcode in Wordpress that displays an image and is preset to print the page. Anyone have any suggestions? Thanks!
0
votes
0answers
41 views

Add shortcodes to theme options - the easy way?

I made to a theme some options. I also made a bunch of shortcodes - and it seems shortcodes work only if u add them on a page or post. What i would like to know if there's any work-around to add them ...
0
votes
0answers
73 views

How to add an image url to a custom field in Wordpress

First i want to tell you theat i`m a newbie :| i found this snippet that extract the image from a wordpress post and display it with an shortcode. How can i make it to add the image url in my ...
0
votes
0answers
78 views

Shortcode content won't parse ?

Has anyone encountered problems with shorcode content not parsing into the function ? I have this html into the wordpress editor: [scroller w="600" type="full-horizontal"] <img ...

1 2