Wordpress Shortcode.
0
votes
0answers
12 views
Wordpress: Use do_shortcode in plugin not working
I have this plugin installed on my wordpress:
http://wordpress.org/plugins/put/
Im trying to make plugin that uses UI Tabs plugin inside my own plugin.
My plugin code so far:
function ...
1
vote
2answers
22 views
Wordpress Shortcode not working with WP Codex command and PHP
Below is a php issue I am having, it works in other ways but doesn't work the way I wish too.
Basically I wish to add the WP login and logout commands to the the A-HREF links, but the closing short ...
0
votes
0answers
14 views
Add Wordpress sidebar using shortcode - conflicts with following custom meta
Trying to add a sidebar by creating and using a shortcode. I can get the sidebar to show, but it then causes issues with custom meta that creates buttons at the bottom of the page, after ...
0
votes
0answers
33 views
Wordpress shortcode output
Can I modify shortcode output that we see when we add some shortcode while editing a post?
I have this functions in shortcodes.php...
function pi_app_store_petit($atts, $content = null)
{
...
1
vote
1answer
38 views
Wordpress - add custom tinymce shortcode in another text editor and not only classic editor
Here my problem: I have some different text area (isn't Wordpress Classic Editor, but many Wysiwyg editor from Visual Composer plugin). My theme include in the tinymce some shortcodes. But when I want ...
0
votes
1answer
20 views
How to load widgetkit shortcode in modules?
i look for a way to load widgetkit in any module. For example in mod_content. I dont want to use default joomla! {loadposition #} to load another widgetkit module in mod_content.
I think that is ...
0
votes
0answers
5 views
Shortcode doesnt work in posts
I use this plugin wordpress.org/extend/plugins/facebook-albums.
But a try to use it in posts but doesn work. In page works fine. Take a look:
Post:
...
0
votes
1answer
18 views
Wordpress display plugin widget with shorcode
I created a PLUGIN with two WIDGETS. 1st widget goes in the sidebar, but the 2nd widget needs to be displayed in a page post using shortcode [mywidget] How can I make this happen? Basically I need ...
0
votes
1answer
8 views
Switch wordpress widget by page shortcode
I am creating a plugin that contains a widget and a shortcode for the page content. Now I want to be able to disable the widget (or change it content) when a page with my shortcode is used.
It looks ...
0
votes
0answers
10 views
Adding two different outputs shortcode
I have this shortcode for columns, in which you only register it once, and if you want to end the chain of columns you write position="last"
function column_shortcode( $atts, $content = null )
{
...
0
votes
0answers
9 views
Shortcode for show random post no works
I create this shortocode for show random posts and works fine if i put into the php file or template but the website go continue loop and no load if i use as shortcode , i use as shortcode and finally ...
1
vote
1answer
17 views
WordPress Shortcode - Change Layout Based On Attribute
I have the following Custom Shortcode that displays a Custom Post Type of staff members in a defined taxonomy of "type". I'm trying to add a second attribute that will allow the user to define the ...
3
votes
1answer
28 views
WordPress Orderby Last Word In Title
I have a custom post type of "staff". I need to get this to display the staff alphabetically by last name on the page. I know a work around would be to use custom meta boxes and break up first and ...
5
votes
2answers
86 views
Twitter Bootstrap Wordpress - Tabs Shortcode
I am currently trying to create a shortcode for WordPress that creates tabs, I know there are available shortcodes.. But I am trying to learn how to write them myself.
Currently I am generating the ...
1
vote
1answer
23 views
WordPress Shortcode Adding Taxonomy Attribute
I have a custom post type for "Staff". That post type has a taxonomy of "Position" (Doctor, Nurse etc.). I'm trying to create a shortcode that will allow the user to return only staff of a particular ...
-2
votes
0answers
25 views
Wordpress shortcode [closed]
Help me to a custom wordpress shortcode
The shortcode:
<?php echo do_shortcode('[RSSjb ...
0
votes
0answers
22 views
shortcode _last not working
I've been working on a few Wordpress sites lately and all of a sudden one of them will accept normal shortcodes like [one_half] but as soon as I try [one_half_last] or anything with _last it actually ...
1
vote
0answers
20 views
wordpress shortcode appear above the content
Hi i have a custom shortcode, but i really don't know why my shortcode appear above the content, this is my code:
function paydown_func( $atts ) {
extract( shortcode_atts( array(
'id' ...
2
votes
1answer
61 views
WordPress wrap div inside echo shortcode php
I'm trying to wrap a div using a shortcode that I'm calling from within my themes template.
So far I have this:
<?php echo do_shortcode('[tooltip content="Delete" url=""]'.<div ...
0
votes
1answer
20 views
Display the title of the current post in the text of wordpress
I would like to display the title of the post somewhere in its body content. So somehow I need to enter either php or a shortcode in the main text field of the post in the cms to echo the title. Any ...
0
votes
1answer
29 views
Define a php variable in the Wordpress admin page view
I have created a wordpress template that has the following snippet of code:
<?php the_content(); ?>
<?php
$location ="";
?>
In the wordpress admin, I would like to create a page, ...
0
votes
1answer
32 views
Inserting echo inside echo on php
I try to call an echo inside the shortcode.
The line of code is like this:
<?php echo do_shortcode('[audio src="<?php echo $audio; ?>"]'); ?>
The complete code is like this:
<?php ...
0
votes
1answer
33 views
Wordpress shortcode not working in Retro theme
I am using wordpress retro theme, and using a plugin to show hide text "[wpex Read more]hidden text[/wpex]" but it is not working, data is displaying by custom function i went there and change the ...
0
votes
2answers
42 views
How to include page title of wordpress post in the content possibly with a shortcode
in the wordpress admin, i would like to do the following when creating a page:
Page Title: Test
Page content:
Lorem ipsum dolor [page_title] sit amet, consectetur adipiscing elit. Nunc et lectus ...
0
votes
0answers
42 views
wordpress use function for show posts and paginate
I use this function for show posts in wordpress but i canÂŽt show no works show images , also i want to try paginate this posts and show in 2 cols , etc , itÂŽs possible this ?
<?php
function ...
0
votes
0answers
38 views
Adding target blank option to WordPress shortcode
I have a shortcode in a WordPress theme that adds a button link to a page and I am trying to add an option to add 'target blank' to this. The shortcode would add blank="true" to have this open.
This ...
0
votes
0answers
14 views
figure element with multiple images short code
I realize I asked this question on Wordpress Stack Exchange but to no avail.
Might as well give it a shot here.
I have a short code I developed that goes like this:
[figure description=""]
[image ...
2
votes
1answer
48 views
Best theme shortcode implementations
I've been hesitant to pull the trigger on adding shortcodes to my theme and I'm currently testing some examples.
There are several ways to implement the shortcodes into the tinymce editor (from a ...
0
votes
2answers
76 views
Custom shortcode not rendering
Have used a code sample from internet to make a shortcode to return a certain page. However the shortcode does not seem to be rendering but shows the shortcode text as it. The function has been ...
0
votes
0answers
56 views
Wordpress shortcodes and insert tags p and br
I have problem using wordpress in the shortcodes, I use return to show values but the problem continues, the shortcode shows ok, but the are <p> and <br> tags in it.
The content of thext ...
0
votes
1answer
24 views
Wordpress show shortcode under the text
I create shortcode for increase size of text , and works perfectly , the problem itÂŽs always show in the top of text content , no under , i put the shortcode and i can see under te text in editor but ...
0
votes
0answers
35 views
Creating a shortcode with an image and text aligned at the middle
How can I create a WordPress shortcode that enables you to add an image with text next to it, aligned to the middle of the image?
[ ]
[ ]
[ IMAGE ] My Text (aligned in middle)
[ ]
[ ...
-1
votes
1answer
34 views
Wordpress shortcode no works
I create this shortcode for wordpress but no works
<?php
function theme_tfw_posts()
{
?>
<?php
global $post;
$args = array( 'numberposts' => 5, 'offset'=> 1, 'category' => 1 ...
0
votes
1answer
49 views
How to modify page title in shortcode?
How do I modify a page title for specific pages in shortcode?
The following will change the title but it executes for every page. I need more control over where it executes.
function ...
1
vote
2answers
36 views
do_shortcode() not working in admin plugin
I have created an admin plugin where I wanted to make use of shortcode in plugin file. I did as do_shortcode('[code id=5]'); This is clearly working on post and other positions where it should. But, ...
0
votes
0answers
48 views
Compare Wordpress shortcode with $_GET in loop and return on te right position
I use shortcodes in my Wordpress page. With a query string I compare some data to the shortcodes. The querystring looks like this: ?results&answer1=1&answer2=1
Wordpress example usage:
...
0
votes
0answers
246 views
WooCommerce WordPress plugin - variable product shortcode
does anyone have an idea how to call variable product form with shortcode?
More details:
I have two variable products on the site and when I visit product page, there is an option to choose product ...
0
votes
1answer
31 views
image is shown “outside” loop in wordpress function shortcode
I have made a shortcode from one or two guides, [news cat="1" num="5"]Title[/news] in functions.php in WordPress. Code as follows:
Create the callback function
function ...
-1
votes
1answer
71 views
How to put php code inside opening and closing shortcodes
I am working on a site and I am using a shortcode in my template files that has an opening and close. I would like to know if its possible to place wordpress the_content php tag in between the ...
0
votes
0answers
132 views
Trying to edit image sizes when using WooCommerce short code for categories
I am trying to create a store for a friends business and have ran into a wall when trying to edit the image sizes that are displayed when using the ecommerce short code that allows me to list my ...
0
votes
1answer
86 views
Ajax to filter and display gallery thumbnails in wordpress
Using a wordpress template because of tight deadlines for a small conference based site. There is an 'add staff' option and [staff] shortcode that allows addition of conference attendees.
STaff can ...
0
votes
0answers
70 views
Wordpress Slider Shortcode
I need your help please, I have a PHP-Code for Slider which I found. Now I want to transform it into a Wordpress shortcode.
Here's the Code:
>
...
2
votes
1answer
35 views
Why does .the_time() appear before content
In the following shortcode, get_the_title() displays between the * and # characters, as expected. But the_time() always displays at the top of the page and not inside the content. Why does ...
0
votes
0answers
170 views
WordPress, List Category Posts Plugin, and TrueThemes: [raw] tags compatibility with apply_filters the_content
A WordPress theme by TrueThemes (Karma, and probably all their themes) adds a content filter that handles [raw][/raw] tags used throughout their shortcodes to disable the wpautop function.
The ...
0
votes
3answers
99 views
Assign Wordpress Short code to PHP Variable?
I'm trying to compare a email address held in a PHP variable with a email address held in a short code in Wordpress, this is what I've tried so far:
$email = 'someone@something.com';
$user_email = ...
1
vote
0answers
52 views
can't make shortcode working in widget
I have a really bad problem...I'm using skeleton wordpress theme as framework to make a child theme.
my child theme work well except for the shortcodes.
if I insert a shortcode in a page everything ...
0
votes
1answer
91 views
How can i write short code of wordpress plugin
This is a code in countries plugin, but I don`t know how to write this code in short form,
function save_details( $post_id ) {
global $post;
$post_vars = shortcode_atts( ...
0
votes
0answers
81 views
Wordpress validation error element dl is missing a required instance of child element dd
<dl class='gallery-item'>
<dt class='gallery-icon'>
<a href='http://xxx.lt/wp-content/uploads/2013/02/snow-004.jpg' title='snow 004'><img width="200" height="81" ...
0
votes
0answers
221 views
Twitter Bootstrap Collapse Accordion - Wordpress Shortcode
I have shortcode for implementation of Twitter Bootstrap Collapse in a Wordpress theme.
It works fine but I would like to include the option to have one of the accordion groups open by specifying it ...
-4
votes
1answer
61 views
Assistance with php code in order to use external shortcode [closed]
What I have: Custom-coded website with a page I need to edit. http://vamos4x4.com/vamos/live-chat
What I Want to Do: Use Contact Form 7 plugin to replace the existing contact form.
Conditions:
...

