• Resolved greenbyblue

    (@greenbyblue)


    Hi,

    I am using Coller Child Theme. I cannot seem to enable the read more tags to appear on my posts. I have successfully inserted the text-breakage using the quick tag on the text editor screen, but no “read more” link appears on the posts then in the browser. The text just breaks off and looks like a really short post. Can anybody help? I am very new to WP. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter greenbyblue

    (@greenbyblue)

    to to reply to @alchymyth wrote:

    “what are the edits in your child theme?
    are you using a plugin for the excerpts?”

    No, I am not using a plugin for the excerpts. The only edits I made to the child theme are to alter the colours of links and hovers:

    /* Links */
    a {
    	color: #008fa9;
    	text-decoration: none;
    }
    a:visited {
    }
    a:hover,
    a:focus,
    a:active {
    	text-decoration: underline;
    }
    
    /*Content Regions*/
    
    h1.entry-title a:hover {
    	text-decoration: none;
    	color: #008fa9;
    }
    
    .main-navigation li:hover > a {
    border-top: #008FA9 solid 4px; /* Turquoize */
    padding-top: 16px;
    }
    
    a {
    color: #008FA9; /* Turquoize */
    text-decoration: none;
    }
    
    .widget_search input[type=submit] {
    background : (#d1cd57);
    color : (#514952);
    }
    
    .widget a:hover {
    	color: #d1cd57;
    }

    Thread Starter greenbyblue

    (@greenbyblue)

    I think I figured it out in the functions.php. Thanks for your help everybody.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Read More Tag doesn't appear on Posts’ is closed to new replies.