realsole
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce and WooPaymentsHello again, Zubaid.
I did as you asked. And the culprit seems to be MailPoet. Hmmm.
Your suggestions on alternatives to MailPoet that will not conflict. Being new to this, I’m open to other alternatives.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce and WooPaymentsThank you Zubaid. Appreciate your help. I’ll do this tomorrow and let you know how it went. Thanks.
Forum: Fixing WordPress
In reply to: showing user listI tried el-aleph, but I simply cannot understand what he’s saying. There are no screenshots, no examples. It assumes I understand php (which I don’t). There is no straightforward explanation in plain English.
Then, I tried cimy. That is even more advanced gobbledegook for me. I’m totally lost. I’ve never felt more stupid.
Isn’t there anybody out there who will be kind enough to just look at the code above and help me with it … or walk me through what I need to do step by step, in plain English? Please?
Forum: Fixing WordPress
In reply to: showing user listI think I’ve narrowed the problem down, but don’t know how to resolve it.
The data that shows (user_login and user_url and user_email) are in the wpdb database titled user. (PS: In the previous post, I forgot to mention that user_email does show).
All the other data that does not show is not in the user table of the data base and instead, is in the usermeta table of the data base.
Being a total newbie at php and mysql, I have no clue how to resolve this. Please help!!
Forum: Fixing WordPress
In reply to: archive by titleThank you!! That did the trick. I changed the default
- <?php wp_get_archives(‘type=monthly’); ?>
- <?php wp_get_archives(‘type=postbypost’); ?>
in the sidebar to
Thanks again! You rock!