bissy
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Import Export Lite] ERROR “Data Not Found” is occerd.Thank you for replying!
Reinstall did not fix this case.
I will send message to your email.
Thank you.
@wildworks
Hi, Thank you for replying!I forgot write site health information..
Best Regards??wp-core version: 6.3.1 https_status: true multisite: false -- wp-active-theme name: Twenty Twenty-Three (twentytwentythree) version: 1.2 -- wp-plugins-active (1) Flexible Table Block: version: 3.0.1, author: Aki Hamano --- wp-server httpd_software: Apache/2.4.57 php_version: 8.1.20
Hi Ryan!
Thank you for replying!Now I served InstaWP with my setting:
Normal Post type with News category & Animal Post type.But Animal post type not showing.
I think thats why only shown normal post type with news category, Animal post type doesn’t have news category.By the way,
I wrote some code like below.
Without setting post_type, but this is working fine for me.
*for this, I made animal-category and set to posts, I don’t want to do that, honesty…$args = array( 'posts_per_page' => 5, 'tax_query' => array( 'relation' => 'OR', array( 'taxonomy' => 'category', 'field' => 'slug', 'terms' => 'news', 'operator' => 'IN', ), array( 'taxonomy' => 'animal-category', 'field' => 'slug', 'terms' => 'dog', 'operator' => 'IN', ) ), );
Forum: Plugins
In reply to: [downML - Download Media Library] Ask for feature additionThank you for your nice plugin!
I want download arbitrary custom directory files, not only media library.
For example, When user wants download PDF,
user can download zipped /uploads/pdf/ directory.