• Hi is it possible to show 2 posts per row(1) in Alternative thumbnails layout in front page and posts blog.Any help i will appreciate greatly.
    MY SITE
    Thanks in advance
    zeeshan

Viewing 8 replies - 1 through 8 (of 8 total)
  • hi ,
    i visited your site and i see on site footer “copyright and link of Press Customizr are change . can you tell me how can i do it …

    thanks
    ??

    Thread Starter zeshankhanbwp

    (@zeshankhanbwp)

    Paste This Code in your Child Theme/Functions(functions.php)

    add_filter('tc_credits_display', 'my_custom_credits', 20);
    function my_custom_credits(){
    $credits = 'Designed By Your Name';
    $newline_credits = '';
    return '
    <div class="span6 credits">
        		    	<p> · ? '.esc_attr( date( 'Y' ) ).' <a href="'.esc_url( home_url() ).'" title="'.esc_attr(get_bloginfo()).'" rel="bookmark">'.esc_attr(get_bloginfo()).'</a> · '.($credits ? $credits : 'Designed by <a href="https://www.presscustomizr.com/">Press Customizr</a>').' ·'.($newline_credits ? '· '.$newline_credits.' ·' : '').'</p>		</div>';
    }

    Thread Starter zeshankhanbwp

    (@zeshankhanbwp)

    Past this in your child Theme Customize/advanced Options/Custom CSS and you will see the live preview changes:

    span.tc-wp-powered-text {
        display: none !important;
    }
    
    a.icon-wordpress
        display: none !important;

    thank you very much

    how can i devid posts in home page ,,, like your site

    Image Ilets
    ————-
    Image Acnc

    Thread Starter zeshankhanbwp

    (@zeshankhanbwp)

    Welcome mojiemita Your Site URL?

    hi and thanks for welcome ,
    it’s not ready yet , i do the base on local and i want to show that to my client , if that’s ok i will upload it and complete it , ?? .. because my client has him old site active and i can’t delete it now ,,,,

    Thread Starter zeshankhanbwp

    (@zeshankhanbwp)

    Hi: mojiemita is your issue solve or not?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘2 Posts Per Row in Front Page and posts blog’ is closed to new replies.