tazogamer
Forum Replies Created
-
Forum: Hacks
In reply to: Auto insert shortcode to content.automatically insert specific text into post.
to do this, insert one of the following codes into functions.php:1)
function add_before_content($content) {
if ( ‘page’ == $post->post_type ) return $content .’Default page content.’;
if ( ‘post’ == $post->post_type ) return $content .’Default post content.’;
}
add_filter(‘the_content’, add_before_content);2)
function add_before_content($content) {
return ‘Default Message’.$content;
}
add_action(‘publish_post’,add_before_content);
add_action(‘update_post’,add_before_content);
add_filter(‘the_content’, add_before_content);in this plugin- “WP subdomains revisited”, you must read the INSTALATION notes in readme.txt. if that wont help, then i dont know what to do.
if you find a solution, then mail me at oceanesa()[email protected] and i will update the plugin.Forum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] 3.3.1 WorkingYes. It has been recently updated. Here is – WordPress Subdomain plugin, Revisited, 0.7.0 version.
Forum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] Theme not workingThe plugin is updated at – wp subdomains Revisited, version 0.7.0. now, you cant say that it is not working.
the plugin has been updated these days. It is here – WordPress Subdomains working, REVISITED version.
Forum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] Subdomains gets no titleIt has been updated recently. Here – WordPress Subdomains REVISITED, 0.7.0 version.
Forum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] subdomain for page does not workThe WP Subdomains is now updated: install this – Worpdress Subdomains REVISITED
note: The plugin is for pages, categories and author, and not for posts.
Forum: Plugins
In reply to: [WP Subdomains] [Plugin: WP Subdomains] Issues with Apache SettingsTry the – WordPress Subdomains REVISITED