Title: wpdebug's Replies | WordPress.org

---

# wpdebug

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wordpress navigation not working in mobile mode](https://wordpress.org/support/topic/wordpress-navigation-not-working-in-mobile-mode/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/wordpress-navigation-not-working-in-mobile-mode/#post-8933227)
 * I check files…Every thing is ok. javascript files are also available.
    -  This reply was modified 9 years, 1 month ago by [wpdebug](https://wordpress.org/support/users/wpdebug/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wordpress navigation not working in mobile mode](https://wordpress.org/support/topic/wordpress-navigation-not-working-in-mobile-mode/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/wordpress-navigation-not-working-in-mobile-mode/#post-8888681)
 * hi steven,
 * so what i do… where from install or set path of java for menu click events.
    
   thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search Plugin Development](https://wordpress.org/support/topic/search-plugin-development/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-plugin-development/page/2/#post-7046350)
 * sryy, I will wait
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search Plugin Development](https://wordpress.org/support/topic/search-plugin-development/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-plugin-development/#post-7046334)
 * yes you are right. but if not found then store that keyword in new table
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search Plugin Development](https://wordpress.org/support/topic/search-plugin-development/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-plugin-development/#post-7046211)
 * I can manage further if search box connect to tables.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search Plugin Development](https://wordpress.org/support/topic/search-plugin-development/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-plugin-development/#post-7046210)
 * i’ve read all this and generate codes for auto generate tables. I only stuck 
   here how i attach created tables to search box.
 * action=”<?php echo esc_url( home_url( ‘/’ ) ); ?>
 * what i assign in action i don’t know!!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search Plugin Development](https://wordpress.org/support/topic/search-plugin-development/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-plugin-development/#post-7046203)
 * could you help how develop this plugins
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search Plugin Development](https://wordpress.org/support/topic/search-plugin-development/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-plugin-development/#post-7046197)
 * when user search any keyword in search box. If article available in WP-ARTICLE
   table then display other wise new keyword store in second table WP-NEWKEYWORD
   table or in admin dashboard admin can watch how many search come in day, week
   or month. how many successful.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search Plugin Development](https://wordpress.org/support/topic/search-plugin-development/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-plugin-development/#post-7046190)
 * i create wp-article table and search box search data from it if not found then
   store data in wp-newsearch table
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search Plugin Development](https://wordpress.org/support/topic/search-plugin-development/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-plugin-development/#post-7046187)
 * my form codes
 * <form role=”search” method=”get” class=”search-form” action=”<?php echo esc_url(
   home_url( ‘/’ ) ); ?>”>
    <label> <span class=”screen-reader-text”><?php echo 
   _x( ‘Search for:’, ‘label’, ‘twentysixteen’ ); ?></span> <input type=”search”
   class=”search-field” placeholder=”<?php echo esc_attr_x( ‘Search …’, ‘placeholder’,‘
   twentysixteen’ ); ?>” value=”<?php echo get_search_query(); ?>” name=”s” title
   =”<?php echo esc_attr_x( ‘Search for:’, ‘label’, ‘twentysixteen’ ); ?>” /> </
   label> <button type=”submit” class=”search-submit”><span class=”screen-reader-
   text”><?php echo _x( ‘Search’, ‘submit button’, ‘twentysixteen’ ); ?></span></
   button> </form>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search Plugin Development](https://wordpress.org/support/topic/search-plugin-development/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/search-plugin-development/#post-7046185)
 * [@amapeu](https://wordpress.org/support/users/amapeu/) and [@v123shine](https://wordpress.org/support/users/v123shine/)
   thanks to help me. I know basic template for plugin development. My actually 
   problem is connect theme search box with table wp-article. in form action i could
   not understand meaning codes.
 * <?php echo esc_url( home_url( ‘/’ ) ); ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Search Box connect with table](https://wordpress.org/support/topic/custom-search-box-connect-with-table/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/custom-search-box-connect-with-table/#post-7045692)
 * my form codes
 * <form role=”search” method=”get” class=”search-form” action=”<?php echo esc_url(
   home_url( ‘/’ ) ); ?>”>
    <label>cxcczcxzcczcxz <span class=”screen-reader-text”
   ><?php echo _x( ‘Search for:’, ‘label’, ‘twentysixteen’ ); ?></span> <input type
   =”search” class=”search-field” placeholder=”<?php echo esc_attr_x( ‘Search …’,‘
   placeholder’, ‘twentysixteen’ ); ?>” value=”<?php echo get_search_query(); ?>”
   name=”s” title=”<?php echo esc_attr_x( ‘Search for:’, ‘label’, ‘twentysixteen’);?
   >” /> </label> <button type=”submit” class=”search-submit”><span class=”screen-
   reader-text”><?php echo _x( ‘Search’, ‘submit button’, ‘twentysixteen’ ); ?></
   span></button> </form>
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [How Generate table under database](https://wordpress.org/support/topic/how-generate-table-under-database/)
 *  Thread Starter [wpdebug](https://wordpress.org/support/users/wpdebug/)
 * (@wpdebug)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-generate-table-under-database/#post-6905228)
 * Thanks [@jan](https://wordpress.org/support/users/jan/) for reply, Sorry I’m 
   Newbie here

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