moshe
Forum Replies Created
-
Forum: Plugins
In reply to: [WP 404 Auto Redirect to Similar Post] Feature Request Blank archive pagesfunction redirect_to_post(){ global $wp_query; if( is_archive() && $wp_query->post_count == 1 ){ the_post(); $post_url = get_permalink(); wp_redirect( $post_url ); } } add_action('template_redirect', 'redirect_to_post');
Forum: Developing with WordPress
In reply to: Send an order message to the product authorIt is designed to be a dynamic code
And actually there’s something missing here,
Thank youForum: Developing with WordPress
In reply to: Send an order message to the product authorHello
Thank you for taking the time to fix my problem!
It did become clear to me right now that that code was out of date, even though it was still active, and I replaced it with your code.
I also made the repair you recommended me to make.
But unfortunately, the two options you suggested, still do not work, apparently the author of the message in the order mail does not refer to the author of the product, so you need to understand why this is so, and what can be done to identify the product author’s emailForum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] From right to leftAt the moment, instead of working on new developments, you may be advised in advance to resolve things that are like bugs for a significant portion of your users, if you need manpower for the development I would be happy to contact you on the subject.
Forum: Plugins
In reply to: [Advanced Woo Labels - Product Labels for WooCommerce] ElementorThanks. Now also supports regular posts?
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] From right to leftDo you not think that adapting the software to other audiences, (which is obvious in many programs), is a thing that precedes the developments of enrichment of functions?
Forum: Plugins
In reply to: [Advanced Woo Labels - Product Labels for WooCommerce] ElementorI would be happy if you could in the meantime share the code snippet that is supposed to perform the repair, in order to insert it manually in the function file.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Course duplicationHello,
It does not appear on our side. But seemingly, we have meanwhile found a solution to what we were trying to do, – in a different way.
Thank YouI need mass sharing, in bulk. This means that all posts will be shared in one action.
You offer me one of two:
1. One-on-one sharing, each one requires separate action.
2. Purchase the premium plugin, then it will be possible to share one hundred hundred.
Both actions do not fit what I need (especially your premium plugin which is a different route from what I am currently and what I can afford).
I would be happy if you could talk again about what I need.Hello
Is sorting by date possible?Forum: Plugins
In reply to: [Advanced Woo Labels - Product Labels for WooCommerce] ElementorHello! Thank you! About when do you think to hope it comes to fruition?
Hi!
You mean, like, saltines and their ilk, eh?
Did I understand correctly what you mean?Hi. Preparation to share all the posts together. This is about 3000 posts.
Forum: Localhost Installs
In reply to: Editing posts offline.I’m glad you’re helping me.
I was familiar with this plugin. And I have used many with another plugin similar to this. But it can only benefit new posts. No old posts. I’m wrong?
I am currently editing mostly old articles.I’m also waiting for this to happen for products as well.
I would love to be updated when that happens (I ran an email update on this page here).
Does it also support a local server on the computer?