Title: Read More
Last modified: August 21, 2016

---

# Read More

 *  [jerr0](https://wordpress.org/support/users/jerr0/)
 * (@jerr0)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/read-more-39/)
 * Hello,
 * firts off, love the plugin. exactly what i was looking for.
    There is only one
   thing that bothers me at the moment. Under my columns (3) the read more link 
   does not show.
 * I am currently using the halfcreative theme and the more tag works fine on all
   other sections and pages but not for the columns.
 * Any idea of what i’m missing?
 * Kind regard,
    Jerry
 * [http://wordpress.org/plugins/column-posts/](http://wordpress.org/plugins/column-posts/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [lebasca](https://wordpress.org/support/users/lebasca/)
 * (@lebasca)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/read-more-39/#post-4070869)
 * Could you send me your functions.php code?
 * Regards,
    Lebasca
 *  [tripledhorse](https://wordpress.org/support/users/tripledhorse/)
 * (@tripledhorse)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/read-more-39/#post-4070892)
 * Hi, I have the same problem, the read more link does not show under each columns.
 * the link of my site is:
    [http://www.aquiestoy.mx/periodico/?page_id=332](http://www.aquiestoy.mx/periodico/?page_id=332)
 * my functions.php code is this:
 *     ```
       <?php
   
       /* Load Press Coders theme framework class */
       if( file_exists( get_template_directory().'/api/classes/api.php' ) ) {
       	require_once( get_template_directory().'/api/classes/api.php' );
       }
   
       class PC_Main_Theme extends PC_Framework {
   
       	public function __construct($theme_name) {
       		/* Call parent construtor manually to make both constructors fire. */
       		parent::__construct($theme_name);
   
       		/* Add theme support for framework features. */
       		add_action( 'after_setup_theme', array( &$this, 'theme_support' ) );
       	}
   
       	/* Add support for theme features. */
       	public function theme_support() {
   
       		/** WORDPRESS BUILT-IN SUPPORTED THEME FEATURES **/
   
       		add_theme_support( 'automatic-feed-links' );	/* Add posts and comments RSS feed links to head. */
       		add_theme_support( 'post-thumbnails' );			/* Use the post thumbnails feature. */
       		add_theme_support( 'custom-background' );		/* A simple uploader to change the site background image. */
       		add_editor_style();								/* Post/page editor style sheet to match site styles. */
   
       		/** FRAMEWORK SUPPORTED THEME FEATURES **/
   
       		add_theme_support( 'theme-options-page' );							/* Display a theme options page. */
       		add_theme_support( 'shortcodes' );									/* Include all framework shortcodes. */
       		add_theme_support( 'social-media-buttons', 'pc_pre_post_meta' );	/* Include the social media buttons in single.php. */
       		add_theme_support( 'fancybox' );									/* Include Fancybox lightbox. */
               add_theme_support( 'superfish' );									/* Load Superfish jQuery menu. */
               add_theme_support( 'modernizr' );									/* Load Modernizr library. */
               add_theme_support( 'fitvids' );										/* Responsive video resizing. */
   
               /* Include specified framework widgets. */
       		add_theme_support( 'pc_widgets',	'twitter-feed',
       											'theme-recent-posts',
       											'blog-style-recent-posts',
       											'color-scheme-switcher',
       											'info-box'
       		);
   
       		/* Add array of menu location labels, or leave 2nd parameter blank for a single default menu. */
       		add_theme_support( 'custom-menus', array( 'Primary Navigation', 'Top Menu' ) );
   
       		/* Add array of theme color schemes. */
       		add_theme_support( 'color-schemes',  array( __( 'Navy', 'presscoders' ) => 'default',
       													__( 'Black', 'presscoders' ) => 'black' ) );
   
       		/* ADDITIONAL THEME FEATURES */
   
       		/* Default thumbnail size for post thumbnails. */
       		set_post_thumbnail_size( 580, 200, true );
   
       		/* Example adding an extra custom thumbnail size. */
       		// add_image_size( 'blog-thumb', 620, 300, true );
       	}
   
       } /* End class definition */
   
       /* Create theme class instance */
       global $pc_theme_object;
       $pc_theme_object = new PC_Main_Theme( 'Designfolio' );
   
       ?>
       ```
   
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_
 * Thanks
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/read-more-39/#post-4070893)
 * **[@tripledhorse](https://wordpress.org/support/users/tripledhorse/)**: If you
   require assistance then, as per the [Forum Welcome](http://codex.wordpress.org/Forum_Welcome#Where_To_Post),
   please post your own topic.
 *  Plugin Author [lebasca](https://wordpress.org/support/users/lebasca/)
 * (@lebasca)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/read-more-39/#post-4070898)
 * By default shows […] instead of Read more link. See this post related with the
   same issue you are asking.
    [](http://wordpress.org/support/topic/read-more-40?replies=4)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Read More’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/column-posts_d8dbdc.svg)
 * [Column Posts](https://wordpress.org/plugins/column-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/column-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/column-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/column-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/column-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/column-posts/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [lebasca](https://wordpress.org/support/users/lebasca/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/read-more-39/#post-4070898)
 * Status: not resolved