cyberek0
Forum Replies Created
-
Forum: Hacks
In reply to: Plugin developing with need of sending POST data to file.phpIn 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
In reply to: Backend editor – content widthPs… 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
In reply to: Display all but 5 newest posts (paged)Ps… i need solution for posts from all categorys, and just from one.
Would be very greatful for some advices.Forum: Fixing WordPress
In reply to: Check if next post exist.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
In reply to: Double query loop, if have customdfieldMichaelH
Ok, hope will not fail with this.
If I will have problems, then will return.
Thanks a lot for the schema.