Activity Stream
48,167 MEMBERS
6556 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member

    Default How to resize images in the_excerpt?

    Hello guys,

    Im using this plugin to resize images and works great:
    http://wordpress.org/extend/plugins/...image-resizer/

    But is not working when I use images in excerpt.
    Does someone have any idea how to fix this?
    So the images resizes in both ways? the_excerpt and the_content

    Thank you!

    I found that If I change ncode-image-resizer/ncode-image-resizer.php:
    PHP Code: 
    add_filter('the_content''ncode_the_content',100); 
    with this:
    PHP Code: 
    add_filter('the_excerpt''ncode_the_content',100); 
    images in excerpt works fine, but inside the post don't.

    ncode-image-resizer/ncode-image-resizer.php file code:
    http://paste2.org/p/1996316

    Please help...
    Divvy Reviewed by Divvy on . How to resize images in the_excerpt? Hello guys, Im using this plugin to resize images and works great: http://wordpress.org/extend/plugins/ncode-image-resizer/ But is not working when I use images in excerpt. Does someone have any idea how to fix this? So the images resizes in both ways? the_excerpt and the_content Thank you! Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    How about adding filters to both?
    PHP Code: 
    add_filter('the_content''ncode_the_content',100);
    add_filter('the_excerpt''ncode_the_content',100); 

  4.     
    #3
    Member
    Errr I'm so dumb lol

    It works! Thank you mate

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to resize images in the_excerpt?
    By Divvy in forum Web Development Area
    Replies: 2
    Last Post: 26th Apr 2012, 04:38 PM
  2. how can i make all images resize automatic
    By Proaudiozone.info in forum Wordpress
    Replies: 6
    Last Post: 17th Nov 2011, 07:57 PM
  3. How do i resize all images on vBulliten?
    By thecompgame in forum Technical Help Desk Support
    Replies: 8
    Last Post: 6th Aug 2011, 08:28 PM
  4. Simple Images Resize in Wordpress
    By fdls in forum Tutorials and Guides
    Replies: 15
    Last Post: 28th May 2011, 07:10 AM
  5. Auto resize for images?
    By Ash in forum Feedback and Suggestions
    Replies: 12
    Last Post: 26th May 2011, 09:07 AM

Tags for this Thread

BE SOCIAL