Results 1 to 3 of 3
-
26th Apr 2012, 04:12 PM #1OPMember
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);
PHP Code:add_filter('the_excerpt', 'ncode_the_content',100);
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
-
26th Apr 2012, 04:25 PM #2Member
How about adding filters to both?
PHP Code:add_filter('the_content', 'ncode_the_content',100);
add_filter('the_excerpt', 'ncode_the_content',100);
-
26th Apr 2012, 04:37 PM #3OPMember
Errr I'm so dumb lol
It works! Thank you mate
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to resize images in the_excerpt?
By Divvy in forum Web Development AreaReplies: 2Last Post: 26th Apr 2012, 04:38 PM -
how can i make all images resize automatic
By Proaudiozone.info in forum WordpressReplies: 6Last Post: 17th Nov 2011, 07:57 PM -
How do i resize all images on vBulliten?
By thecompgame in forum Technical Help Desk SupportReplies: 8Last Post: 6th Aug 2011, 08:28 PM -
Simple Images Resize in Wordpress
By fdls in forum Tutorials and GuidesReplies: 15Last Post: 28th May 2011, 07:10 AM -
Auto resize for images?
By Ash in forum Feedback and SuggestionsReplies: 12Last Post: 26th May 2011, 09:07 AM
themaPoster - post to forums and...
Version 5.23 released. Open older version (or...