verticalgrain
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Theme My Login] Remove Default Pages created on all multisitesTo remove the “Sample Page” that WP creates when each new multisite site is created, add the following to your code block above. Add it just before the restore_current_blog() tag.
// Find and delete the WP default ‘Sample Page’
$defaultPage = get_page_by_title( ‘Sample Page’ );
wp_delete_post( $defaultPage->ID );This will delete the page with the title “Sample Page”.
Forum: Plugins
In reply to: [Options Framework] [Plugin: Options Framework] wysiwyg option type needThis plugin is so fantastic! I also am wondering if it’s possible to use TinyMCE or something on the textarea option fields.
Forum: Fixing WordPress
In reply to: Query posts category not in questionThanks, this is a nice and elegant solution.
Any progress on this idea?
Having this problem also – any updates or alternate methods to allow auto group joining?
Forum: Plugins
In reply to: [Pagely MultiEdit] Multiedit for posts and custom post types?I am in the same boat – would really like to use this awesome plugin on Posts.
Viewing 6 replies - 1 through 6 (of 6 total)