wishads
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Wishads for CafePress Search] Working on an updateI’ll be updating this plugin soon to work better with php4 and php5 as well as to deal with those that have restrictions on fopen() or cURL.
It will also deal with the CSS info differently. It will be in the settings so that the style info isn’t overwritten every time you upgrade.
Feedback is welcome.
Forum: Plugins
In reply to: accessing get_options variables outside of a wordpress pageBeautiful. Thank you Michael
Forum: Plugins
In reply to: [Plugin: Wishads for CafePress Search] Working on an updateAlright, version 1.1.1 is up and running. Sorry for the directory issue folks. Feel free to ask any questions and provide feedback.
Jim
Forum: Plugins
In reply to: TinyMCE Custom ButtonsForum: Fixing WordPress
In reply to: TinyMCE Custom buttonsI just found this. Haven’t completed it yet, but it looks very promising:
http://deannaschneider.wordpress.com/2008/10/05/tinymce-custom-buttons-shortcode-example/
Forum: Fixing WordPress
In reply to: Get id of post in loop…?The the_ID() function only echos the current post id. So I found that function in the code and replicated it in my plugin. The original function is:
“get_the_ID()” actually returns it