• Ok so basically whenever I post ANYTHING on my live wire template it adds, […] after a certain amount of words. http://bluzet.com/news

    I have looked in the template folder for
    A) loop.php
    B) Home.php
    c) Index.php

    None of those exist except the index.php? I really want to make my posts show full on my blog.

    Thanks!

Viewing 1 replies (of 1 total)
  • You can make your excerpts longer by adding this code to functions.php in your theme folder:

    function custom_excerpt_length( $length ) {
    	return 99999;
    }
    add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
Viewing 1 replies (of 1 total)
  • The topic ‘Live Wire Show full post problem’ is closed to new replies.