Ben
Forum Replies Created
-
Forum: Plugins
In reply to: [Configurable Tag Cloud (CTC)] Can't get CTC to display with site cacheI’m sorry here are exact links to the live and staging site where it is:
https://fourptoh.staging.wpengine.com/2015/01/26/2015-pitch-night-nyc-highlights-a-4-0-fail/
https://4pt0.org/2015/01/26/2015-pitch-night-nyc-highlights-a-4-0-fail/I’m not sure what email that was but and I completely forgot about this post and I redownloaded. Using my own email account this time. Please send me the necessary files as I just spend $12 this time to try and get it to work. And I didn’t install in the correct order.
You really should put a more obvious notice:…
Please send me these files asap as I did not get the ones from before. Thanks
—-
UPDATE: Now you get the beta files emailed upon purchase. these seem to correct the issue. Yippee! $22 and it works!
Same thing happened for me. I downloaded all plugins necessary for the system to work and it is telling me to reinstall and activate in the correct order. I thought maybe I did it in the wrong order but then I deactivated, deleted, reuploaded and reactivated in the correct order but it still says the same thing.
I’m $10 in the hole with nothing to show for it.
Any help would be greatly appreciated. Thanks.
Thanks for the speedy reply! Could you provide an example of what this might look like? Sorry I’m not that good with writing code from scratch..
you can see what i’m doing here: https://laliberteonline.com
notice ‘marks schedule’. right now i have it displaying the current month, but when next month comes along I’ll have to change it.<?php $args = array('post_type'=>'marks-schedule','category_name'=>'July','posts_per_page'=>4,); $the_query = new WP_Query( $args ); // The Loop while ( $the_query->have_posts() ) : $the_query->the_post(); //variables $permalink = get_permalink(); $title = get_the_title(); $img = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'medium' ); echo '<span class="date-range">'; the_field('days'); echo '</span>'; echo '<p>'; echo $title; echo ''; the_field('event_type'); echo '</p>'; endwhile; ?>
So like I said, what I really want is to use php to determine which category matches the current month and then to display all the information listed above.
Anyone?
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
I’m looking for the same thing.
I made exactly what i want here except I now need to edit the code so that it loads the big image on mouseover
I”m putting this website I made in the past into wordpress