Search:

Search: Search took 1.00 seconds.

  1. Replies
    4
    Views
    287

    Dimitris Please use this code in your functions.php to...

    Please use this code in your functions.php to limit the number of words in your post.



    function custom_excerpt_length( $length ) {
    return 20;
    }
    add_filter( 'excerpt_length',...
  2. Replies
    3
    Views
    376

    Most recent posts does not apply to blog posts,...

    Most recent posts does not apply to blog posts, but to the listings. Try making a new page, set the template as the Blog version and back under the reading section, set that page as the front page.
  3. Dimitris Is this a priority fix for AppThemes? Really need...

    Is this a priority fix for AppThemes? Really need this Blog back on and working as it was before the update :( I's a pretty big thing to have broken after the release, there cant be much testing...
  4. Replies
    3
    Views
    483

    Your child theme functions.php should have only...

    Your child theme functions.php should have only what you add, not a copy of the parent functions.php.
  5. Replies
    1
    Views
    329

    Dimitris The default Search Widget is disabled in Vantage,...

    The default Search Widget is disabled in Vantage, you can enable it by placing this code in your functions.php file





    function add_search_widget() {
    register_widget('WP_Widget_Search');
    }
  6. Thread: Blog Summary

    by tcarter
    Replies
    1
    Views
    330

    You can change to

    You can change <?php the_content(); ?> to <?php the_excerpt(); ?> in your index.php (before 1.2) or home.php (after 1.2)

    You can read more about the change here.

    I would suggest doing this in a...
Results 1 to 6 of 6