Paul Kaiser
Forum Replies Created
-
Forum: Plugins
In reply to: [Content Scheduler] [Plugin: Content Scheduler] Posts not expiring? Try thisHi Ricardo, glad you like Content Scheduler.
For the next release of the plugin, I will address:
a. Consistent string handling (so the plugin can properly be translated)
b. Ensuring it works in WP Multisite installs (unrelated to your question, but just saying…)Once this version is ready, perhaps you would have time to help translate it into Spanish? I can point you to the right resources for how to do it.
Take care,
PaulForum: Hacks
In reply to: wp_enqueue_style not working[solved]
There is a hook ‘admin_print_styles’ that needs used for stylesheets, separate from scripts, so the styles will show up in the right place.Forum: Plugins
In reply to: [CMS Tree Page View] [Plugin: CMS Tree Page View] Add Page Inside not workingI believe I figured out what is happening.
There is not really anything wrong with the plugin.
I was trying to “Add Page Inside” on a Page that was still a DRAFT. WordPress will not let a Draft Page be a Parent to any other page.So, the plugin is fine.
Forum: Plugins
In reply to: [Plugin: WordPress Navigation List Plugin NAVT] Compatibility with 2.6?NOTE:
I downgraded to version 1.0.26 and my 2.6.x sites are working fine now.http://wordpress.org/extend/plugins/wordpress-navigation-list-plugin-navt/download/
Forum: Everything else WordPress
In reply to: Get category id for category.php pageI figured this out. You can simply use:
$cur_cat_id = get_cat_id( single_cat_title("",false) );Forum: Fixing WordPress
In reply to: iFrame Hack before headeractually have found the nasty code tucked away in a plugin, thanks for the offer though..
D’oh!
Yeah, which plugin, please and thank you!
Same problem here!!!