Forums

Need Help Customising - The Morning After Theme (6 posts)

  1. raosougandh
    Member
    Posted 2 years ago #

    I Need to make the following customizations to my blog which uses 'The Morning After' theme.


    The theme shows only one post in the home page, i.e the last post

    Customization - I want it to show at least 10 latest.

    The content Font is too small,
    Customization - Need to increase the font.

    Recent Posts in the middle column
    Customization - Remove recent recent posts and Add Featured posts and below that display Category list.

  2. toudzik
    Member
    Posted 1 year ago #

    Does somebody know how to show more latest posts in this theme?

  3. Root
    Member
    Posted 1 year ago #

    Should be selected in admin/reading

  4. banago
    Member
    Posted 1 year ago #

    Go in your home.php file and show up the loop code. We need to see how it is done, so that we can suggest how to change it.

    Normally posts_per_page=10

  5. toudzik
    Member
    Posted 1 year ago #

    That's whole home.php

    [Code moderated as per the Forum Rules. Please use the pastebin]

  6. toudzik
    Member
    Posted 1 year ago #

    tried to change this line

    $the_query = new WP_Query("cat=$feat_id&showposts=$limit");

    to :

    $the_query = new WP_Query("showposts=5");

    Ppl suggestes that it works, but for me not. I switched off all my plugins and still not working.

    Found a page where it works : Link

Topic Closed

This topic has been closed to new replies.

About this Topic