Title: heisel's Replies | WordPress.org

---

# heisel

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

 *   [Profile](https://wordpress.org/support/users/heisel/)
 *   [Topics Started](https://wordpress.org/support/users/heisel/topics/)
 *   [Replies Created](https://wordpress.org/support/users/heisel/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/heisel/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/heisel/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/heisel/engagements/)
 *   [Favorites](https://wordpress.org/support/users/heisel/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: [[Simple Ajax Chat – Add a Fast, Secure Chat Box] Insert chat into edit page (post-new.php)](https://wordpress.org/support/topic/insert-chat-into-edit-page-post-new-php/)
 *  Thread Starter [heisel](https://wordpress.org/support/users/heisel/)
 * (@heisel)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/insert-chat-into-edit-page-post-new-php/#post-15212554)
 * For this instance, I am using the classic editor (have opted for that one to 
   make a more consistent editorial flow for the editors). Have not tested with 
   gutenberg.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Ajax Chat – Add a Fast, Secure Chat Box] Insert chat into edit page (post-new.php)](https://wordpress.org/support/topic/insert-chat-into-edit-page-post-new-php/)
 *  Thread Starter [heisel](https://wordpress.org/support/users/heisel/)
 * (@heisel)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/insert-chat-into-edit-page-post-new-php/#post-15212534)
 * Thanks for the positive response. Very happy to hear!
 * One solution I looked into was creating a meta box and populate it with the PHP
   code. This almost works, but you can’t post any messages as i think the submit
   button clashes with the ‘core’ submit button, so it submits the actual page rather
   than the message.
 * I used this code to test:
    function add_custom_meta_box() { add_meta_box(“demo-
   meta-box”, “Custom Meta Box”, “custom_meta_box_markup”, “post”, “side”, “high”,
   null); }
 * add_action(“add_meta_boxes”, “add_custom_meta_box”);
 * function custom_meta_box_markup($object)
    { wp_nonce_field(basename(__FILE__),“
   meta-box-nonce”);
 *  ?>
    <?php if (function_exists(‘simple_ajax_chat’)) simple_ajax_chat(); ?> <?
   php }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts On This Day] Randomize results on the same day](https://wordpress.org/support/topic/randomize-results-on-the-same-day/)
 *  Thread Starter [heisel](https://wordpress.org/support/users/heisel/)
 * (@heisel)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/randomize-results-on-the-same-day/#post-15178657)
 * Thanks for the snippet and your help. I have inserted it now and will check out
   in the coming days 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts On This Day] Randomize results on the same day](https://wordpress.org/support/topic/randomize-results-on-the-same-day/)
 *  Thread Starter [heisel](https://wordpress.org/support/users/heisel/)
 * (@heisel)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/randomize-results-on-the-same-day/#post-15159852)
 * it always shows the latest first, so it would always show 2020. I do not see 
   any settings on how to change the order.
 * On my website I have over 30,000 articles written over 18 years, so have several
   articles written on the same day throughout they years, but only shows the “newest”
   articles written on the day. Would be great if you are able to click randomize.

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