tonymcclellan
Forum Replies Created
-
Forum: Plugins
In reply to: limiting the_content, more linkIn what php file do you add the global more? post-template?
Forum: Fixing WordPress
In reply to: More Tag Code Goes Where?just want a bump
Forum: Fixing WordPress
In reply to: More tag ignored on home pageWhat file is the_content in?
Forum: Fixing WordPress
In reply to: More tag for WP 2.7 not working2.7 seems to have f’d up the more tag.
Forum: Fixing WordPress
In reply to: More tag ignored on home pageSo my code looks like this:
function the_content('more_link_text', $stripteaser = 0, 'more_file = ''') { $content = get_the_content($more_link_text); $content = apply_filters('the_content', $content); $content = str_replace(']]>', ']]>', $content); echo $content; } function get_the_content($more_link_text = null, $stripteaser = 0, $more_file = '') { global $id, $post, $more, $page, $pages, $multipage, $preview, $pagenow; if ( null === $more_link_text ) $more_link_text = __( '(more...)' ); $output = '';What does null mean? Where exactly do I enter global more using php because none of this has php tags. This is in the wp-includes/post-template.php file. Please help because I am tired of using excerpt editor.
Forum: Fixing WordPress
In reply to: More Tag Doesnt Work In Firefox?Im not using the static front page. You could see the more tag?
Forum: Fixing WordPress
In reply to: No Visual editor in 2.7any fixes? I just uploaded the TinyMCE plugin and now I have no visual editor. Deactivate and uninstall doesnt help.
Forum: Fixing WordPress
In reply to: Member Site Blog ForumI was planning on buying your plugin, and was going to contact you all about forum integration. Looks like you found me. Ill be purchasing.
Forum: Fixing WordPress
In reply to: More Tag Doesnt Work In Firefox?Sorry, here is my blog: http://www.getfitjersey.com
I have a more tag inserted after “Speaking of Habits” and the other posts all had one as well, now they dont.
Forum: Fixing WordPress
In reply to: WordPress 2.6 Will Load in FireFox But Not In IEi dont have sitemeter on my blog (knowingly) but i am having this error.
Forum: Fixing WordPress
In reply to: IE Aborting Operationbump
Please help because I cannot post to my blog.