Change image size
-
I’m unclear on where I put the code for changing the image size. So, the example you give is:
function change_timeline_express_announcement_image_size( $image_size ) { $image_size = 'full'; return $image_size; } add_filter( 'timeline-express-announcement-img-size' , 'change_timeline_express_announcement_image_size' );
Which PHP file does this go into? Does the above example actually keep things from resizing? I can’t seem to make anything change, so do past announcements need to be changed after adding the code, or is that a dynamic change before it loads?
This is one of the last things to work on on our content, really, so I want to make sure this is taken care of soon. Please help. ??
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Change image size’ is closed to new replies.