• Resolved lyhonlam

    (@lyhonlam)


    Sticky posts not working, it only show this line: Sticky Post Shows Only WEB Site Home.

    Also, i couldn’t click on post title links of sticky posts. (must click via “more” tag)

    Please help me fix it, thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author nobita

    (@nobita)

    Hi lyhonlam

    This Presentation is not bug.

    Raindrops Sticky Post Shows Only WEB Site Home.

    You need template and CSS customize when need to use more , next page tag,

    Recipe:

    Create Child Theme.

    https://codex.www.ads-software.com/Child_Themes

    note:
    no need @import url("../twentyfourteen/style.css"); at style.css( automatic import )

    theme holder name : child-rain

    style.css

    /*
    Theme Name: child-rain
    Version: 1.0
    Description: A child theme of raindrops
    Template: raindrops
    */
    
    .single .raindrops-sticky .entry-content,
    .single .raindrops-sticky .entry-title{
    	/* add 1.120*/
    	display:block;
    }

    create single.php at child-rain holder

    Copy Raindrops single.php to child-rain /single.php

    Remove below code child-rain/single.php

    if ( is_sticky( ) ) {
    ?>
    	<div class="sticky-single-follow-text">
    
    		<strong><a href="<?php echo $raindrops_home_url;?>"><?php esc_html_e( 'Sticky Post Shows Only WEB Site Home.', 'Raindrops' );?></a></strong>
    
    	</div>
    <?php
    				}

    Above customize will be shown sticky post at single post.

    Thank you.

    Theme Author nobita

    (@nobita)

    Two weeks have passed since remained without reply, I will change to Resolved.

    Thread Starter lyhonlam

    (@lyhonlam)

    Hi, could you help me one more problem.
    How to make stickied post tittle permalink clickable ?. I can only access to the posts via “more” tag

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sticky posts’ is closed to new replies.