+ Reply to Thread
Results 1 to 7 of 7

Thread: Need help with theme

  1. #1
    MicrotechXP's Avatar
    MicrotechXP is offline x10 Spammer MicrotechXP is an unknown quantity at this point
    Join Date
    Feb 2005
    Location
    USA,California
    Posts
    3,822

    Need help with theme

    I have been messing with a theme that I bought and I can't seem to get one thing done. The posts are limited to a certain amount on the home page and I want to make the limit more. Like from 500 words to 1500 words before limited (example).

    Here is the code I have found for the limiting:

    PHP Code:
    /************************************************************\
    * WP NOW - Content Limit
    \************************************************************/

    function wpn_content_limit($content$ilimit false)
    {
        
    $limit = ($ilimit) ? $ilimit 270;
        
    $pad="...";
        
    $content strip_tags($content);
        if(
    strlen($content) > $limit)
        {
            
    $content substr($content,0,$limit);
        }
        echo 
    $content.$pad;
    }

    /************************************************************\
    * WP NOW - Content Show
    \************************************************************/

    function wpn_content_show($limit)
    {
        if(
    is_category() || is_archive())
        {
            if (!empty(
    $post->post_excerpt))
            {
                
    the_excerpt();
            }
            else
            {
                
    wpn_content_limit(get_the_content(), $limit);
            }
        }
        else
        {
            
    wpn_content_limit(get_the_content(), $limit);
        }

    What do I need to do to make the limit more?

    Here is the website: http://ddrun.x10hosting.com/

  2. #2
    ChatIndia's Avatar
    ChatIndia is offline Community Advocate ChatIndia is on a distinguished road
    Join Date
    Sep 2009
    Location
    Exam Time. I won't tell you
    Posts
    1,320

    Re: Need help with theme

    You have to change 270 to 1000.
    Your appreciation is extremely Important. Click on the button at the bottom left corner of my post.

  3. #3
    MicrotechXP's Avatar
    MicrotechXP is offline x10 Spammer MicrotechXP is an unknown quantity at this point
    Join Date
    Feb 2005
    Location
    USA,California
    Posts
    3,822

    Re: Need help with theme

    I did that, but it still is the same. :/
    Edit:
    *bump*
    Last edited by MicrotechXP; 12-21-2009 at 12:37 PM. Reason: Automerged Doublepost

  4. #4
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: Need help with theme

    Since $limit is passed as an argument to wpn_content_show (and thence to wpn_content_limit), you need to find where wpn_content_show is called. There are other approaches, but that's the best.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

  5. #5
    MicrotechXP's Avatar
    MicrotechXP is offline x10 Spammer MicrotechXP is an unknown quantity at this point
    Join Date
    Feb 2005
    Location
    USA,California
    Posts
    3,822

    Re: Need help with theme

    Quote Originally Posted by misson View Post
    Since $limit is passed as an argument to wpn_content_show (and thence to wpn_content_limit), you need to find where wpn_content_show is called. There are other approaches, but that's the best.
    Thats the only one I could find. :/

  6. #6
    descalzo's Avatar
    descalzo is offline Grim Squeaker descalzo has a brilliant futuredescalzo has a brilliant futuredescalzo has a brilliant future
    Join Date
    Jul 2009
    Location
    Ankh-Morpork
    Posts
    7,636

    Re: Need help with theme

    wpn_content_show should be called from somewhere in the theme, probably not the same file that you found the above. Maybe from index.php . Look in there.

  7. #7
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: Need help with theme

    The preferable way to find a call to the function would be to use an IDE (e.g. Eclipse+PDT, which is bundled in the Eclipse for PHP Developers package on the Eclipse download page), but IDEs often have a steep learning curve if you've never used one before. If you're using an MS Windows box, you can use Windows search to identify files containing wpn_content_show, then use a text editor to search within files. If you have Notepad++, you could use the "Find in Files" command and skip the Windows search (if you don't have Notepad++, try it out). Alternatively, use something like wingrep to search all the theme scripts.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

+ Reply to Thread

Similar Threads

  1. Theme problem
    By sirtaylor1984 in forum Free Hosting
    Replies: 3
    Last Post: 05-07-2009, 09:02 AM
  2. Looking for OFFICIAL XP Theme
    By xPlozion in forum Off Topic
    Replies: 4
    Last Post: 04-05-2009, 09:35 AM
  3. Need forum theme for 1000 credits!
    By intertec in forum The Marketplace
    Replies: 6
    Last Post: 07-07-2008, 07:57 PM
  4. Need help with editing a PHP Nuke theme
    By freenetter in forum Scripts & 3rd Party Apps
    Replies: 6
    Last Post: 06-25-2008, 07:34 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers