Studio387
Forum Replies Created
-
Forum: Plugins
In reply to: [Broadcast] Help with moving all broadcasted posts to one categoryTo be more clear here, I changed my code to search for meta_key, but I don’t know any meta_key from Broadcast plugin:
// Move to category Breaking News $target_category_id = 1982; // Search for posts that have a specific custom field value $posts = get_posts(array( 'meta_key' => 'broadcast_meta_key', 'meta_value' => 'broadcast_meta_value', 'post_status' => 'any', 'posts_per_page' => -1 // This will retrieve all posts )); // Loop through the posts and move them to the target category foreach ($posts as $post) { // Remove the post from any existing categories $current_categories = wp_get_post_categories($post->ID); wp_remove_object_terms($post->ID, $current_categories, 'category'); // Add the post to the target category wp_set_post_categories($post->ID, array($target_category_id), true); }
- This reply was modified 1 year, 11 months ago by Studio387.
Forum: Plugins
In reply to: [Broadcast] Help with moving all broadcasted posts to one categorySo there is no other way, any other possible data to be able to distinct broadcasted posts from regular posts? I am asking because you are plugin creator, thus you know everything about plugin functions. Is there anything stored in my database which contains any kind of info that that plugin is broadcasted and not regular one? Word, sentence, anything?
Forum: Plugins
In reply to: [Broadcast] Help with moving all broadcasted posts to one categoryHaha, I would like to have this earlier. Unfortunately I have almost 10,000 posts broadcasted on network ?? so almost mission impossible to re-broadcast anything. And I know – need rebroadcast to be able to add custom meta to all “old” artickles. So…I am stuck ?? that was logic begind my try to use shortcode message in post content as a query search key.
Forum: Plugins
In reply to: [Broadcast] Help with moving all broadcasted posts to one categoryDo you have some generic metadata generated during process of broadcasting, to share? If not, I will try to query that table for metadata. Thank you
Forum: Plugins
In reply to: [Broadcast] Help with moving all broadcasted posts to one categoryI mean metadata generated by your plugin during broadcast…
Forum: Plugins
In reply to: [Broadcast] Help with moving all broadcasted posts to one categoryIs there any metadata in broadcasted post which I can use in query to select all those broadcasted posts to be able to change cazegory for all of them?
Apparently, it is more than complicated to search for text generated at the bottom of article, so I need to change logic. I assume there are some metadata generated for those posts?
Forum: Plugins
In reply to: [Broadcast] Help with moving all broadcasted posts to one categoryIs this text, generated by your snippet – stored in database as a part of every broadcasted article or is dynamically populated only when post renders, thus – it is not permanent part of conventional conent and can’t be find with search function?
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Issue – No edit button in ads listHi
I disabled plugin on whole network, then enabled it – all works well, the same – except – same issue on same website. Strange…idk what to do
Thank you, but I am using anonymous automations already, but it does not triggers anything, after subscription and log is empty, thus – no actions or issues/errors.
What is confusing is this part: Actions will be run on… and then we have two options: Existing User and New User – what is this about and why do I need this?
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Issue – No edit button in ads listOK, here are my answers, by same order as your questions:
– yes
– correct
– yes
– no, no such plugin at all
– yes, latest version
– no, no addonsNon-selected, on all sites and on this one, as well
Thank you
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Issue – No edit button in ads listYes, that setting is same on all sites.
No, I can’t edit ads at all, non-clickable element ?? I can’t click on ad, no links below ad title, nothingSame user on all sites with same settings
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Issue – No edit button in ads listYes, I know it is strange…almost non-real. No, no custom code in theme (same child theme for all sites on network) or anywhere else. Same issue on Opera, FireFox, Chrome…and I feel you, because this error is almost impossible to have it ?? Surreal.
I don’t know what to do – I am developer too and love your plugin, never found any error in style or code, and now – also no errors.
Like…ads are locked for editing ?? and even new “dummy” – after creation – can’t edit or delete
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Issue – No edit button in ads listYes – this: The so-called “quick actions” below the ad title on the ad overview page that show up when you hover over the title.
Could you test for plugin conflicts by disabling all other plugins and see if any of them might interfere with that section? Already did, disabled all plugins, everywhere works except this website on network.
No PHP errors, no script errors, no console notices – nothing.
Forum: Plugins
In reply to: [Broadcast] Fatal error: Uncaught TypeError: call_user_func_array():Nothing happened, no WP updates, no PHP updates, nothing…will try reinstall, but nothing changed since first installation, just new content.
Forum: Plugins
In reply to: [Broadcast] Plugin activated on WP Network, not showing all sitesHello
Just sent you an email with download link, as you asked for.