User Comments

  1. skepto
    It's a nice looking theme. Is there a way to switch the featured post to view it entirely instead of just an excerpt?

    The download link you've placed have nothing on it. It simply redirect to the demo site.
    1. weblogian
      Sorry here is the download link and details
      www.blogcastor.com/recycle-wp-theme/
    2. weblogian
      For the feature Post-
      To show all the post is possible but that will destroy the beauty of the theme. And what is feature Post?

      In the home.php
      Change
      < ? php the_content_limit( 245, " "); ? >

      To
      < ? php the_content( ); ? >
  2. skepto
    Featured post is the one on the topmost of the blog below the header.
    1. weblogian
      There are some differences and what they are for -Featured post, Recent Post, and Post

      If you want to change it got to home.php
      and look for "featured-post-inside"
      Below you will see < ? php the_content_limit( 600, " "); ? >

      Change it To
      < ? php the_content( ); ? >

Add Your Comment

Login to leave a message.