Results 1 to 4 of 4

Thread: How to modify content preview characters 3.4

  1. #1
    Thread Starter
    Veteran weiching's Avatar
    Join Date
    Apr 2011
    Posts
    505
    Thanks
    85
    Thanked 43 Times in 38 Posts

    How to modify content preview characters 3.4

    Hi,

    In 3.3.3, you can modify the following files.

    loop-ad_listing.php
    loop-popular.php

    PHP Code:
    <p class="post-desc"><?php echo cp_get_content_preview160 ); ?></p>
    In 3.4, I try to modify the includes/functions.php

    When I change the 160, but did not have any effect.

    PHP Code:
    function cp_get_content_preview$charlength 160 ) {
        global 
    $post;

        
    $content = ! empty( $post->post_excerpt ) ? $post->post_excerpt $post->post_content;
        
    $content strip_tags$content );
        
    $content strip_shortcodes$content );
        if ( 
    mb_strlen$content ) > $charlength ) {
            
    $content mb_substr$content0$charlength ) . '...';
        }

        if ( 
    post_password_required() ) {
            
    $content __'This content is password protected.'APP_TD );
        }

        return 
    apply_filters'cp_get_content_preview'$content$charlength );



    Can someone guide to modify this, thank you.

  2. #2
    Expired Customer xisoil's Avatar
    Join Date
    Mar 2016
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Veteran wzshop's Avatar
    Join Date
    Mar 2012
    Location
    Netherlands
    Posts
    356
    Thanks
    27
    Thanked 7 Times in 6 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Moderator ovidiubica's Avatar
    Join Date
    Mar 2011
    Posts
    5,749
    Thanks
    240
    Thanked 1,060 Times in 999 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Modify whats shown in the Ad listings preview
    By daftplay in forum Flatron
    Replies: 2
    Last Post: January 5th, 2015, 04:11 AM
  2. Replies: 1
    Last Post: July 18th, 2014, 10:27 AM
  3. [TUTORIAL] Minimum number of characters for overview content
    By shunarjuna in forum Vantage General Discussion (Legacy)
    Replies: 0
    Last Post: February 16th, 2014, 07:25 PM
  4. Replies: 0
    Last Post: June 25th, 2013, 12:43 AM