Title: cyberek0's Replies | WordPress.org

---

# cyberek0

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Plugin developing with need of sending POST data to file.php](https://wordpress.org/support/topic/plugin-developing-with-need-of-sending-post-data-to-filephp/)
 *  Thread Starter [cyberek0](https://wordpress.org/support/users/cyberek0/)
 * (@cyberek0)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-developing-with-need-of-sending-post-data-to-filephp/#post-1973288)
 * In other words – i need to create a place (accessible with link) and to be able
   to send and recive information to it via _GET method. The “place” also need to
   be able to use WP functions.
 * I coud do it, by simply creating custom.php page and create a page in WP that
   use this .php as template – then all should work ok – but it needs to be theme
   independent.
 * Thanks for any help/sugestions.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Backend editor – content width](https://wordpress.org/support/topic/backend-editor-content-width/)
 *  Thread Starter [cyberek0](https://wordpress.org/support/users/cyberek0/)
 * (@cyberek0)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/backend-editor-content-width/#post-1359557)
 * Ps… the method I have did also works ok in firefox and opera, when browser size
   is 1024 (normally I use hd screen format) – horizontal scrollbar appears, and
   content doesn’t shrink.
    I have tried to force editor window (#postdivrich) width,
   but it looks bad in screen resolution width 1024 and less :/.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Display all but 5 newest posts (paged)](https://wordpress.org/support/topic/display-all-but-5-newest-posts-paged/)
 *  Thread Starter [cyberek0](https://wordpress.org/support/users/cyberek0/)
 * (@cyberek0)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/display-all-but-5-newest-posts-paged/#post-1280291)
 * Ps… i need solution for posts from all categorys, and just from one.
    Would be
   very greatful for some advices.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Check if next post exist.](https://wordpress.org/support/topic/check-if-next-post-exist/)
 *  Thread Starter [cyberek0](https://wordpress.org/support/users/cyberek0/)
 * (@cyberek0)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/check-if-next-post-exist/#post-1259174)
 * I have got to this method after some try and fail approaches.
    Finally comparing
   $i to post_count, so it does the job as far, as i have all posts on one page.
   But, what if pagination start? Can i access default posts/page to compare to 
   it? My solution works like this:
 *     ```
       <?php if( ($my_query->post_count) == $i ) : ?>
       <hr />
       <?php endif; ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Double query loop, if have customdfield](https://wordpress.org/support/topic/double-query-loop-if-have-customdfield/)
 *  Thread Starter [cyberek0](https://wordpress.org/support/users/cyberek0/)
 * (@cyberek0)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/double-query-loop-if-have-customdfield/#post-1245212)
 * **MichaelH**
    Ok, hope will not fail with this. If I will have problems, then
   will return. Thanks a lot for the schema.

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