Title: bissy's Replies | WordPress.org

---

# bissy

  [  ](https://wordpress.org/support/users/bissy/)

 *   [Profile](https://wordpress.org/support/users/bissy/)
 *   [Topics Started](https://wordpress.org/support/users/bissy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bissy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bissy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bissy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bissy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bissy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Import Export Lite] ERROR “Data Not Found” is occerd.](https://wordpress.org/support/topic/error-data-not-found-is-occerd/)
 *  Thread Starter [bissy](https://wordpress.org/support/users/bissy/)
 * (@bissy)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/error-data-not-found-is-occerd/#post-17502080)
 * Thank you for replying!
 * Reinstall did not fix this case.
 * I will send message to your email.
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexible Table Block] Setting typography size to table, it will be broken when converted to core/table](https://wordpress.org/support/topic/setting-typography-size-to-table-it-will-be-broken-when-converted-to-core-table/)
 *  Thread Starter [bissy](https://wordpress.org/support/users/bissy/)
 * (@bissy)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/setting-typography-size-to-table-it-will-be-broken-when-converted-to-core-table/#post-17092513)
 * [@wildworks](https://wordpress.org/support/users/wildworks/) 
   Hi, Thank you for
   replying!
 * I forgot write site health information..
   Best Regards🙏
 *     ```wp-block-code
       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
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Query Loop] default post type (with a category) and other post type at the same time](https://wordpress.org/support/topic/default-post-type-with-a-category-and-other-post-type-at-the-same-time/)
 *  Thread Starter [bissy](https://wordpress.org/support/users/bissy/)
 * (@bissy)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/default-post-type-with-a-category-and-other-post-type-at-the-same-time/#post-17067728)
 * 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.
 * ![](https://i0.wp.com/i.imgur.com/KJDBEho.png?ssl=1)
 *  [https://joyous-jaguar-hcciw.instawp.xyz/aql-test/](https://joyous-jaguar-hcciw.instawp.xyz/aql-test/)
 * test site.
 * 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…
 *     ```wp-block-code
       $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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[downML - Download Media Library] Ask for feature addition](https://wordpress.org/support/topic/ask-for-feature-addition/)
 *  [bissy](https://wordpress.org/support/users/bissy/)
 * (@bissy)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/ask-for-feature-addition/#post-3145079)
 * Thank 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.

Viewing 4 replies - 1 through 4 (of 4 total)