Tagged Questions
0
votes
0answers
9 views
Code for shortcode [duplicate]
Possible Duplicate:
How to return loop contents
I got this code and i need to pass to shortcode. The way i tryed didnt work. Anyone help me?
Home:
<?php get_header(); ?>
<div ...
0
votes
1answer
71 views
Shortcode displaying at the top of the page [duplicate]
Possible Duplicate:
The result of a shortcode appear BEFORE page content
short code output too early
I got this shortcode for display my blog posts on my page, but the EXCERPT and the ...
0
votes
2answers
46 views
Shortcode of a function
I got this function and i want to make the contents divs of "foreach" as return. How can i do that?
<?php
$args = array( 'numberposts' => 6, ...
0
votes
1answer
140 views
plugin shortcode output
I have a plugin which uses this shortcode: [daisy]
And the html output of this shortcode is : <a class="clickable">Click Here</a>
Plugin is working perfect if I use the shortcode to ...
0
votes
1answer
358 views
Better way to display multiple plugin output on the same page?
Using two plugins on one page; promoslider & events list.
Tried to produce desired output.
+-----------------+
| slider output |
+-----------------+
Text related to events list
...
0
votes
3answers
1k views
ShortCode and extra </p>
[box id='1' text="some texte"]
the shortcode, at one point is outputting text
the html result is : </p> some text </p>
There is an extra closing paragraph in the start and and opening ...
0
votes
3answers
327 views
Looking for a way to include/embed text from a file on a page so that the short codes are processed
I'm using WP as a CMS. I've got multiple pages that share the same header.
group 1 has header 1. group 2 has header 2. etc.
I've looked at these two plugins for a quick way to insert a combination ...