Prio | Original string | Translation | — |
---|---|---|---|
↑ | Promotion Slider is a jQuery slideshow populated by the promotions you enter into the WordPress admin area. | You have to log in to add a translation. | Details |
Original untranslated
Promotion Slider is a jQuery slideshow populated by the promotions you enter into the WordPress admin area.
You have to log in to edit this translation. Meta |
|||
↑ | Promotion Slider | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
Here is a list of all the hooks available to advanced users: | You have to log in to add a translation. | Details | |
Original untranslated
Here is a list of all the hooks available to advanced users:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
You can easily insert ad code into the slider by using the meta box below the content editing area when creating or editing a promotion in the WordPress admin. There is a box where you can insert your third party code and a checkbox which will make it actively display for that particular promotion. We recommend only using this feature when you know the exact size of the ads that will appear. | You have to log in to add a translation. | Details | |
Original untranslated
You can easily insert ad code into the slider by using the meta box below the content editing area when creating or editing a promotion in the WordPress admin. There is a box where you can insert your third party code and a checkbox which will make it actively display for that particular promotion. We recommend only using this feature when you know the exact size of the ads that will appear.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
When creating or editing a promotion, you can easily change the linking behaviour for that particular promotion from the meta box displayed below the content editing area. You can have the links open in a new window, define a custom destination URL and disable the links altogether. | You have to log in to add a translation. | Details | |
Original untranslated
When creating or editing a promotion, you can easily change the linking behaviour for that particular promotion from the meta box displayed below the content editing area. You can have the links open in a new window, define a custom destination URL and disable the links altogether.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
We provide a filter which allows you to customize the get_posts() query. You can use any of the <a href="http://codex.wordpress.org/Template_Tags/get_posts#Parameters:_WordPress_2.6.2B">documented parameters</a> in your query. Here is an example of how you could control the order: | You have to log in to add a translation. | Details | |
Original untranslated
We provide a filter which allows you to customize the get_posts() query. You can use any of the <a href="http://codex.wordpress.org/Template_Tags/get_posts#Parameters:_WordPress_2.6.2B">documented parameters</a> in your query. Here is an example of how you could control the order:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
By default, the slides appear in order by publication date. You can change the order by changing the publish date for a promotion. This is the simplest way, but you can also use the more advanced method below. | You have to log in to add a translation. | Details | |
Original untranslated
By default, the slides appear in order by publication date. You can change the order by changing the publish date for a promotion. This is the simplest way, but you can also use the more advanced method below.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
<code><?php echo do_shortcode('[promoslider id="my_id" post_type="post" category="my_category"]'); ?></code> | You have to log in to add a translation. | Details | |
Original untranslated
<code><?php echo do_shortcode('[promoslider id="my_id" post_type="post" category="my_category"]'); ?></code>
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
If you want to use any of the shortcode attributes when hardcoding your theme, you may do so like this: | You have to log in to add a translation. | Details | |
Original untranslated
If you want to use any of the shortcode attributes when hardcoding your theme, you may do so like this:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
<code><?php echo do_shortcode('[promoslider]') ?></code> | You have to log in to add a translation. | Details | |
Original untranslated
<code><?php echo do_shortcode('[promoslider]') ?></code>
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Hardcoding the slider into your theme is just as simple as using the shortcode. All you do is insert the following line into your theme where you want the slider to appear: | You have to log in to add a translation. | Details | |
Original untranslated
Hardcoding the slider into your theme is just as simple as using the shortcode. All you do is insert the following line into your theme where you want the slider to appear:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
All you need to do is add a text widget to your sidebar and include the shortcode as described earlier. Most likely, you will need to adust the height of the slider in your sidebar by using the shortcode attribute. You may also want to use a more space-saving navigation option, or remove the slider navigation altogether. | You have to log in to add a translation. | Details | |
Original untranslated
All you need to do is add a text widget to your sidebar and include the shortcode as described earlier. Most likely, you will need to adust the height of the slider in your sidebar by using the shortcode attribute. You may also want to use a more space-saving navigation option, or remove the slider navigation altogether.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
If you would rather not have the slides advance automatically, users can still browse through the promotions in the slider with the slider navigation. To disable the automatic advancement of slides, just click on 'Promotions' in the WordPress admin area and select the 'Slider Options' page. You can disable automatic slide advancement from here. To change the automatic advancement for just one instance of a slider, just use the shortcode attributes described previously. | You have to log in to add a translation. | Details | |
Original untranslated
If you would rather not have the slides advance automatically, users can still browse through the promotions in the slider with the slider navigation. To disable the automatic advancement of slides, just click on 'Promotions' in the WordPress admin area and select the 'Slider Options' page. You can disable automatic slide advancement from here. To change the automatic advancement for just one instance of a slider, just use the shortcode attributes described previously.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Just click on 'Promotions' in the WordPress admin area and select the 'Slider Options' page. You can change the default time delay for all your sliders from here. To change the time delay for just one instance of a slider, just use the shortcode attributes described previously. | You have to log in to add a translation. | Details | |
Original untranslated
Just click on 'Promotions' in the WordPress admin area and select the 'Slider Options' page. You can change the default time delay for all your sliders from here. To change the time delay for just one instance of a slider, just use the shortcode attributes described previously.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
More advanced users might want to display extra content on one slider, but not on another. This can be done by using the id attribute available in the shortcode and using the action hooks to add custom functions. Here is an example: | You have to log in to add a translation. | Details | |
Original untranslated
More advanced users might want to display extra content on one slider, but not on another. This can be done by using the id attribute available in the shortcode and using the action hooks to add custom functions. Here is an example:
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.