Recent posts in home page 2 or 3 cols, removing slider caption

Discussion in 'Cloriato WordPress Theme' started by yoolee, Mar 26, 2014.

  1. yoolee

    yoolee Guest

    Joined:
    Mar 25, 2014
    Messages:
    1
    Likes Received:
    0
    Hello,

    Is there a way to somehow display the recent posts within the home page 2 or 3 columns without actually having to enter them manually?

    Also please let me know if there is a way to remove the slider caption for individual sliders or also removing them completely .

    Thanks in advance,

    Julia
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Firstly go to the front-page.php file present in your theme directory and
    paste the code given below in that file as shown in the image given below.

    Code:
     <p><?php echo stripslashes(do_shortcode(get_option('inkthemes_col_right_desc'))); ?></p>
    [​IMG]


    Now, Download Special Recent Posts plugin from the link given below and install it from the Plugins panel (Plugins ->Add New ->Upload) in your Dashboard.
    http://wordpress.org/plugins/special-recent-posts/

    And after that go to Appearance -> Theme Options ->Home Page 2 Cols section of your dashboard
    and paste the code given below in the Right Column Content section.

    Code:
    [srp] 
    This will display the recent post in the right column content section.
     

Share This Page