andrbrow
Forum Replies Created
-
Sorry, just noticing a typo in the Subject of this thread… It’s to say “Not all entries are emailed”
Forum: Plugins
In reply to: [Contact Form 7] contact form 7 NOT WORKING !!!I’m having the same problem. I installed the 4.4.0 php file as you mentioned with no avail.
I change the “To: email” address to another one of mine and it works. My other sites work fine too. I double checked to see if the email address was working normally and it was. I can send and receive from it.
Clueless…
I’m just aiming to have the events and regular post on the presentation page at the moment. (They do list together currently but they are just in the wrong order as i stated above). Since I’m not sure how either codes work, I don’t know which is better for my situation.
this is the code that hixen posted saying it worked:
<?php global $query_string; query_posts( $query_string . '&post_type=event&posts_per_page=5' ); ?>and this is the code that Marcus posted that should do the same thing:
$loop = new WP_Query( array( 'post_type' => EM_POST_TYPE_EVENT, 'posts_per_page' => 5, ));and I’m not sure where to put either.
sorry, The events on the presentation page currently sort by posted date which does not mesh to well with the regular posts when some of the published dates of the events are 6 months prior to the actual events. hixen, from the thread noted above, seemed to have figured it out but I need it spelled out for me in laymen terms. I tried posting the code he used in the functions.php and it was not a good result. (on the plus side, I learned what the White Screen of Death is!)