Jason200
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] could not findWe have are own CDN where the images are stored and its set up with W3TC.
But now when I think of it it does work on our development site and that one does not use a CDN.So that must be it. Is this only available on the payed version?
aith, thank you I’m going to look in to it.
yeah
This is what my single.php file does right now
<?php if ( wp_is_mobile() ) { echo do_shortcode('[ajax_load_more repeater="template_3" exclude="'.get_the_ID().'" pause="true" post_type="post" offset="1" posts_per_page="1" scroll_distance="50" button_label="" pause_override="true" max_pages="5"]'); } else { echo do_shortcode('[ajax_load_more repeater="template_3" exclude="'.get_the_ID().'" pause="true" post_type="post" offset="1" posts_per_page="1" scroll_distance="50" button_label="" pause_override="true" max_pages="5"]'); } ?> <?php endwhile; ?> <?php else : ?>its calling a template and some shortcode parameters.
Now I want a extra condition to tell if there is a shortcode inserted in a post, if so I want to only run that shortcode and not the ones in the single.php file.
Hi Dcooney,
With help of the ‘ajax load more: shortcode builder’ Im getting pretty close.
I was wondering if there is a way to tell to only run the shortcode builder parameters inserted in a post and not run the parameters in the single.php file?
Do you have any idea?
Oke,
Thank you for your help, I appreciate it.
It has to be customizable with every new post.
So I think there need to be 3 select boxes to choose which category to select for the next 3 articles that are loaded.So article on the backend where you edit your posts there needs to be a way to select the next categories of the posts like so:
article one (after the first one): choose category: A, B, C, D
article two (after the second one): choose category: A, B, C, D
ectIs this possible with your instructions or is it static that it cannot be individually chance with every post on the backend?
Hi Dcooney,
What I want is to specify in what category the next post has to be in.
So if I post a new article I want to also tell what post from what category to show 2e, 3e and 4e. But then not specifically witch post but like the last post from a category.I hope this explanation is a bit better please ask if its still does not make sense.
Thank you