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
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> 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.