Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged image



« Prev 1 2 3 4
Stupid Magento is such a damned clusterskuf
0 835 posted 9 years ago by mroncetwice
Add an image to the email, must be linked not embedded ie in thunderbird mail moz-do-not-send attribute must be set true. any requests for this gif image will be redirected through display which will log the request and serve up the stored t.gif i...
0 831 posted 9 years ago by stiva71
Sometimes you may need to change image properties 'on-the-fly'. The best example is when you want to display blog post short description, retrieve the first image and try to turn it into the thumbnail: change some properties and add a special class n...
0 746 posted 9 years ago by apphp-snippets
I find myself needing to constantly find new ways to massage the featured image via WordPress themes. This is my starting code. Note: I often use timthumb.
2 749 posted 10 years ago by FlashBuddy
To insert custom loop of post attachments as images (at core or custom size) linked not to full size image but custom-configured (or core) size.
2 823 posted 10 years ago by adambundy
Returns array with information like: Input image width 200 height 200 print_r(ratioResize('path/to/image.ext' , 100 , 50)); output: array( [ratio] => .5, [height] => 50, [width] => 50,...
0 695 posted 10 years ago by ShawnG
This is my simple image resizer on the fly thing. -- WARNING -- Resizing and showing images on the fly could potentially kill your server or make the website slow. Ideally, this should save the resized image in a cache. However, more often th...
0 940 posted 10 years ago by brownrl
**Example of use:** echo base64DataUri('/var/www/html/background.png'); *or* echo base64DataUri('http://static.php.net/www.php.net/images/php.gif');
0 581 posted 11 years ago by phpdev
**Example of use:** <a href="http://www.php.net/manual/en/index.php"><img src="<?php echo get_favicon('http://www.php.net/manual/en/index.php') ?>" alt="Favicon" title="See PHP documentation" width="16" height="16" /></a>
0 1222 posted 11 years ago by phpdev
simple image rotation script; save as rotate.php in folder with images, call <img> to display
0 837 posted 11 years ago by goddess
javascript image uplaod
0 1724 posted 11 years ago by laxman2021
Image file upload, javascript
0 647 posted 11 years ago by laxman2021
This is some code using Thematic Child Theme overrides to remove thematic's post thumbnails and add Post Thumbnails outside of the .entry-content <div> so that POst Thumbnails can be styled separated from all post Meta. See this page for an example...
0 662 posted 11 years ago by AndrewThinkUp
A function to upload an image to the media library and set it as featured image of a post. It requires 2 params. The name of the upload field and of course the post ID. This function is part of the WPelements library class available on Github. Fee...
0 962 posted 11 years ago by krike
AL subir imagen png, se deben pasar al directorio con transparencia
0 821 posted 11 years ago by thescorpion
AL subir imagen png, se deben pasar al directorio con transparencia
0 942 posted 11 years ago by thescorpion
Just a rework of http://snipplr.com/view/7523/ with an added switch to change type number to extention name.
0 945 posted 11 years ago by Some0ne
Add this bit of code to functions.php
0 484 posted 12 years ago by adiacone
This snippet will exclude the featured image from the attached images (gallery)
0 559 posted 12 years ago by nerdsane
UPDATE: might be easier or faster to use this now (also courtesy Pippin): http://pippinsplugins.com/get-all-attached-media/ **courtesy Pippin Williamson (http://pippinsplugins.com/image-gallery-short-code-using-post-attachments/) use shortcode...
1 757 posted 12 years ago by adambundy
Just pop this in your IMG tags
2 729 posted 12 years ago by xcsteve99
The admin pages listing the site’s posts and pages come with various text columns (title, tags, categories, author and so on). In order to see what the featured images are, you have to visit each post or page individually. What I will show here, is...
0 697 posted 12 years ago by i-am-andy
Add or Change Content in the Featured Image Meta Box Posted on March 21, 2011 Perhaps you need to provide a little extra instruction about the Featured Image meta box. It doesn’t take much to add your own text to that box:
0 738 posted 12 years ago by i-am-andy
Adds a class to the standard classes in Images in Posts/Pages
0 621 posted 12 years ago by maxxscho
<?php> will random load images named (in this example) image_1.jpg up to image_5.jpg
0 711 posted 12 years ago by DeluxiveState
Using the ID of a page, you can get the content, the featured image and the title to power widgets in your template.
0 577 posted 12 years ago by mejamiewilson
A function that resizes an image to desired width and height, but does not distort the image proportions. Works for JPEG, GIF and PNG.
0 812 posted 12 years ago by TimoZachi
Simple call imageExists('http://example.com/image.jpg'); true if it exists else false.
0 753 posted 12 years ago by MichaelM
used as so <style> .logo { background: url("<?php>") no-repeat right 5px; } </style> or <img src="<?php>"/>
0 671 posted 12 years ago by alyssonweb
Or remove the whole line for no link at all!
0 611 posted 12 years ago by xcsteve99
« Prev 1 2 3 4