jjshih
Forum Replies Created
-
Forum: Plugins
In reply to: [AWP Classifieds] Buy Premium ModulesHi! getting the same problem again. Trying to purchase but there is a 404 error. Thanks!
Forum: Plugins
In reply to: [WCP OpenWeather] Compatibility with PHP 7Thanks for the information. We’ll see how it goes
Forum: Plugins
In reply to: [YOP Poll] YOP 5.8.2 PHP 7 CompatibilityWe would also like to the know answer to this. Thank you!
Forum: Plugins
In reply to: [Evoca Voice Comments Recorder] Cannot connect pluginHello,
I see this is probably because the plugin is not compatible with 3.9.1. Would it be possible to get a quote to see about updating this?
Thank you!
Jared
Hi,
Thank you for your reply. This is exactly the case. I wonder if it has something to do with my cpanel set up? I ran a trace route of the email and everything works fine. Emails are being sent and received perfectly fine so I don’t know if it is Cpanel/server issue. If i put in an email alias using the domain name as site admin in wordpress no emails get sent out when people sign up or the membership level changes. As soon as i put a gmail address in everything works fine.
Thank you for your attention to this.
seems to have been an issue with the email address using the same domain name as the website for the alias. I just used a gmail address for the site admin and it seems that the emails are fine. Any ideas?
Thanks again!
Sorry here is the rest of that code
<?php while ($recentPosts->have_posts()) : $recentPosts->the_post(); ?>Close it out with the appropriate endwhile tags etc.
Jared
You need to use wp-query to specify which categories you want to display.
<?php $recentPosts = new WP_Query(); $recentPosts->query('cat=97&showposts=10'); ?>This works for me. Of course you should specify your own category id and how many posts you want to show. Check out this link on multiple loops.
http://codex.wordpress.org/The_Loop
Hope it helps.
Jared
Forum: Fixing WordPress
In reply to: Email notification SUDDENLY not working on commentsHi,
I here is a link to a thread that answers this. http://wordpress.org/support/topic/200261?replies=10
There is a plugin for this.
Hope this helps.
Forum: Fixing WordPress
In reply to: Using anchors to other postsHi,
I am going to resurrect this thread since I would like to see a resolution. Seems like it would be pretty easy to link to an anchor from another post but I can’t get it to work. Does anyone have any more suggestions? Thanks for your time.
Forum: Fixing WordPress
In reply to: Email Notification about Comments Not WorkingI apologize for wasting so much space on this thread. I just read more closely and found out that emails are only generated for the person who wrote the post that is receiving the comment. This explains why the multi comment plugin I linked to above works. Apparently wordpress will only send an email to the person who wrote the post and not the general admin email which I thought was supposed to happen. Hope this is clear and helps someone else.
Forum: Fixing WordPress
In reply to: Email Notification about Comments Not WorkingPlayed around with pluggable.php but still couldn’t get the comment mailer to work. I downloaded this plugin http://www.maxblogpress.com/plugins/macn/
and the emails I specified in the plugin’s setting page received the notifications no problem. So I now get comment notifications, but using a plugin to do something that the core build is meant to do is not in my mind the optimal solution. If any one finds out a fix to this I would be extremely grateful. Thanks for listening.Forum: Fixing WordPress
In reply to: Email Notification about Comments Not WorkingChecked with my host, everything is working “fine”. I used wp-smtp to see if maybe it was php mail that was causing a problem. The test emails send find with smtp and php mail. Everything sends fine. But comments still do not send notification emails. Hmmm… Any one have any ideas?
Forum: Fixing WordPress
In reply to: Email notification SUDDENLY not working on commentsChecked with my host, everything is working fine. I used wp-smtp to see if maybe it was php mail that was causing a problem. The test emails send find. Everything sends fine. But comments still do not send notification emails. Hmmm… Any one have any ideas?
Forum: Fixing WordPress
In reply to: Email Notification about Comments Not WorkingI am having this same problem with comments and also the wp-backup. Both are no longer sending emails. I am not sure if the problems are related but could be. My registration emails get sent fine. Thinking it might be my host they told me before everything was fine but I am going to call them again and get back to this discussion.