LenMatts
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding optiong to Custom Post TypeAnyone?? please…
Forum: Themes and Templates
In reply to: Adding optiong to Custom Post TypeHere’s what I want to achieve
Forum: Themes and Templates
In reply to: Adding optiong to Custom Post TypeIm using Today Theme, and I want the slider meta to appear on my custom post type, it only appears in the regular post 🙁 please help..thanks
Forum: Plugins
In reply to: [Custom Content Type Manager] Output filtersFPS thanks for pointing me to the right direction!! Plugin is really great! this really opens up a lot of possibilities for wordpress!!
many thanks!
Forum: Plugins
In reply to: [Custom Content Type Manager] Output filtersFPS, thanks for the reply…been reading the FAQ’s and followed everything to the bit..my sql is the same as the example form the FAQ
here’s the sql how i generated the dropdown for custom field school in custom type professor
SELECT post_title, ID FROM [+table_prefix+]posts WHERE post_type='school'now here’s how presented it on the single-professor.php
<td valign="top"> School : <strong><?php print_custom_field('schools'); ?></strong><br /> Department/College : <strong><?php print_custom_field('department'); ?></strong><br /><br />how can I make the school to show as a link to its corresponding page?
thanks a lot really appreciate your help..
Forum: Plugins
In reply to: [Custom Content Type Manager] Possible Issue with WP 3.8 & CCTMThanks Mike for the wonderful solution..works perfectly! 🙂
Kudos to FPS for the wonderful plugin!
Forum: Plugins
In reply to: [Custom Content Type Manager] single post not showingwas able to find the solution with in this forum too…followed each step and works like a charm..thanks Mike
Here’s the actual thread..kudos Mike
http://wordpress.org/support/topic/possible-issue-with-wp-38-cctm?replies=10
Yes this happening to me too..I’ve set everything in the settings and even tested the email functionality. Getting the notice that I have a pending event for approval, but no confirmation email sent to the maker. ANytakers?
But now that I got the taste of the pie, I want more! really love to dig into and customizing the pages, im somehow still feeling in the dark, but worries not mate, sure gonna be a good times coming!
again, can’t thank you guys enough…bravo to the EM Dev Team! You guys are a blessing!
Thank you guys for the replies! hands down the best plugin and support ever :). @phil, i ended up abandoning creating category-single.php 🙂 adjusted the settings on WP and got what i pretty much wanted. @marcus, thanks for the guide on where to find that option hehehe I just modified it to show upcoming and past events just using the placeholders..
thank you so much guys!! wonderful wonderful wonderful!
but there’s not enough info on that page 🙁 btw is it possible to do the list as tables? example for the locations list..i was able to pull it on my events list page –> http://www.pinasevents.com/events/ should i do the same way to my locations list?
thanks in advance
Well thanks for the quick reply. Anyhow why when im creating a customized category-single.php it outputs all the upcoming events event if its not in that category, please check my code.
<?php get_header(); ?> <?php global $post; $EM_Event = em_get_event($post->ID, 'post_id'); ?> <div id="content" class="col-full"> <div id="main" class="col-left"> <h3>Upcoming Events</h3> <ul> <?php echo $EM_Event->output('<li>#_CATEGORYNEXTEVENTS</LI>'); ?> </ul> </div><!-- /#main --> <?php get_sidebar(); ?> </div><!-- /#content --> <?php get_footer(); ?>thanks
If i do that will it take out that event when july 1st comes?
thanks for the reply, I only have Events Manager, Fast Secure Contact Form, WooDojo, WooSidebars and WordPress SEO. That’s it, I deactivate fast secure contact form, and it still doesnt shows up. when I change to twentytwelve theme its fine.. wondrin what’s wrong…
heres the link on my site –> http://www.ambientsight.com/pinasevents just click Submit an Event and see the part for the image upload button is missing, i was able to modify the template to bring the email label in line with the name..but the upload button is still nowhere in sight…
thanks for the reply.