Images are used in different ways by WordPress.You can use a theme with images in layout, place images within your post/page content, display images next to visitor's name called avatars etc
3
votes
1answer
387 views
Change html structure of all img tags in Wordpress
I have a Wordpress blog and am trying to implement the foresight.js image script. In short, I need to target all post images, swap out the src, width, & height attributes with data-src, ...
0
votes
1answer
23 views
Snapshot Theme from WooThemes — empty 'alt' attribute
I´m using Snapshot theme from WooThemes.
The code which resizes (width and height and size in kb), and shows the images (an 'a' tag, wrapping an 'img' tag) is this one:
<?php if ( ...
0
votes
0answers
11 views
Add 3 images to the first post cross browser solution [migrated]
I need to have a banner image for the first post but it needs to expand vertically because posts will vary in the amount of content. currently I have this in y loop.php
<article class="post ...
0
votes
3answers
81 views
+50
specify size of post preview image (not post thumbnail)
On the main page of my blog, I have a section in the header with post thumbnails(140x170px) linking to specific categories. Below within the actual blog loop, I also have post previews- an image ...
-1
votes
0answers
20 views
Some images stopped showing suddenly [closed]
Some images stopped showing suddenly on my wordpress site - http://www.natureswaymassage.ca/
I did a lot of research and I tried most of the possible solutions with no success.
I've updated my ...
0
votes
2answers
38 views
WordPress keeps resizing my 947x947 image down to 500x500 (full-size option)
This is driving me crazy. The code for the image is: <img src="MYLINK" />
Yet it keeps resizing my image down to 500x500 from 947x947. How do I fix this?
Also, it disregards the image map I ...
0
votes
0answers
23 views
Retrieve image from content, assign it as a featured, and then remove it from the content
I am trying to grab the first image from the content and use as featured image, then remove the that image from the content.
I found the plugin get the image, but it doesn't save image on the post, ...
0
votes
1answer
18 views
How can i make like this structure?
Sorry, i'm newbie user Wordpress.
Want a accordion list like this:
News
News 1
News 2
News 3
And when click a accordion item, get image/video slider.
How can i make like this? Thank you
Sample ...
0
votes
1answer
166 views
Get single image from custom fields made with WCK custom fields creator
I used WCK Custom Fields Creator to create a repeatable custom field for uploading pairs of images (one color, one black and white) to posts. So for example, one post may have three fields, with two ...
0
votes
0answers
8 views
Images not loading
I am using wordpress on magento and i migrated the server. Now i have setup everything the blog url and site url is fine. When i upload images using media uploader the images being uploaded doesn't ...
0
votes
1answer
875 views
Easy Nivo Slider with NextGen Gallery - add caption/description
I have downloaded and installed Easy Nivo Slider and incorporated it with Next Gen Gallery. I got it up and running, but I was wondering if anyone was able to get the "caption" / description to ...
0
votes
1answer
18 views
How to use getimagesize() of image upload?
I need to check the resolution of an image I want to upload via media box, and then upload it into a custom directory.
As a starting point I used part of the code from How Can I Organize the Uploads ...
0
votes
0answers
21 views
I want to change my header color and insert a image in footer [closed]
So, I have been developing this wordpress site recently, and I want to change the header color to black color, I have used the Theme Tweaker plugin, but dont work. I also try using the css editor to ...
0
votes
2answers
2k views
Set first image (external) as featured image / thumbnail
I've read through a lot of code snippets now and it seems like wether I'm to stupid or there is no solution for this.
I have a setup where some information for a product is loaded via amazon API if I ...
0
votes
1answer
9 views
Pull Instagram images into an existing loop?
I am looking for a solution to pull Instagram images (from a single account) into a Wordpress loop and mix them chronologically with standard posts that will have been created within the Wordpress ...
0
votes
2answers
19 views
Replace post/page titles with an image in Wordpress
I have a Wordpress theme bought from a well known site. I'm trying to change the location of the main site logo to where the page/post titles appear.
The page.php for the title is as follows;
How ...
-2
votes
0answers
19 views
How do I get rid of a picture is the side bar? [closed]
There is two side bars in my WordPress.com blog, and both side bars are showing the same thing, including a picture that is too large and is covering the text. How can I get rid of this picture in the ...
0
votes
0answers
8 views
Attachment page to every image
I made an gallery with the attachment on my Wordpress blog.
I want to add the attachment url to all the images on my blog.
Its posibile to do this?
2
votes
2answers
298 views
List most recent image uploads, but only for specific custom post type
I can get a list of the most recent image attachments like so:
$attachments = get_posts( array(
'post_type' => 'attachment',
'posts_per_page' => $number,
'post_mime_type' => ...
0
votes
1answer
35 views
How to obfuscate theme directory URLs
I'm rewriting this question because I realized it was totally unclear what I want to do. I'm looking for a way to "obscure" the theme directory so that absolute URLs that reference things like images ...
1
vote
2answers
269 views
Using Images in Wordpress - Best Practices
I'm not a novice to Wordpress Theme Design & Development. I've actually been doing it for a few years now and in recent years, it has become more than a hobby and is slowing shaping into a career ...
0
votes
0answers
12 views
Insert image doesn't pickup right size
I have a very annoying problem.
I have created some custom sizes in my media gallery using "simple image size" plugin, but the issue is not related to it as it happens also with wp native media ...
0
votes
0answers
14 views
_wp_attachment_metadata necessary for importing images into wp_postmeta table
I'm working on a project to convert an older custom developed PHP site into a WordPress site.
One of the problems I'm trying to figure out is how to import all the images from the old site and ...
1
vote
3answers
7k views
Remove title attribute from images
I'm looking for a way to remove the title attribute from images, preferably through using a hook or a filter.
Most clients don't bother giving images a proper title, thus eliminating the purpose of ...
0
votes
1answer
2k views
Include an image within auto the_excerpt?
Is it possible to include an image within the auto excerpt?
So in the editor you have image then some text and once live it includes the image and not just the text?
-2
votes
0answers
17 views
Map to show all photo locations?
I'm looking for a solution to show all posted photo's location in one map (Google Maps or Open Street Map) ... are there any solutions for this "problem"? Or do I have to build something new from the ...
0
votes
1answer
104 views
Related posts with images ( not featured thumbnail)
I need to show the thumbnail size images (not featured thumbnail) from the posts on the "related posts", code below:
Thumbnail size (the images you insert into the posts from Media library) -vs- ...
1
vote
2answers
54 views
Images not showing after moving site (but path id OK)
I moved (actually copied) a wordpress site (http://inglesen100dias.com/) to a new server and domain (http://blog.inglesen100dias.com/).
I followed the process described in Wordpress' website ...
-1
votes
2answers
120 views
Editing featured image
How can I edit the featured image? Usually I upload the image in media, there is one option which says "use as a featured image". This works fine but the output image is badly cropped. I want to know ...
0
votes
0answers
16 views
Creating a new post every time an image is uploaded
I'm making this question because the one I found by searching seems not to work.
I have a custom post type project on my theme. When I upload an image via the media library in the wordpress backend I ...
0
votes
1answer
16 views
Add category description to list of category with taxonomy image
I'm using the Taxonomy Images plugin.
Would like to list categories with their thumbnails AND descriptions. Code below give a list of categories (titles are linked to category archive) and thumbnails. ...
0
votes
1answer
215 views
How can I add a 'Click to Enlarge Image' feature, with the enlarged image opening in a popup?
I have several images of UI forms and tasks, that are quite large. I would like to display a smaller, 'thumbnail' image snf give the user an option to 'Click to Enlarge', and then display the fill ...
2
votes
2answers
115 views
How might I retrieve a featured post image from an external WP site and display it as a link back?
I have two WP sites. I want to reach from one of them, into the other, and retrieve specific featured images for posts, and display them with a link to that post.
I am using this line (with the ...
0
votes
1answer
428 views
Can't Display Featured Image in RSS Feed
I'm currently working on a test website on my local server using WordPress version 3.4.2. I've tried various different solutions. Some have included installing various plugins, such as WP RSS Images ...
0
votes
1answer
23 views
Create post thumbnails from images stored outside of uploads directory
I am redoing some of my older blogs and I noticed with the new themes most of them take advantage of featured images which is fine. The problem is a lot of my older posts that was never set either ...
2
votes
1answer
3k views
how to get original image using wp_get_attachment_image_src
I want to get the original image with the same width and height as uploaded.
My original image is 630*370.
Using the following function call I get a thumbnail sized at 630*198.
...
0
votes
1answer
215 views
How can I add inline CSS for each image?
Is there a filter or hook that I can use for uploaded media?
I need to use it for custom CSS properties based on the media's description. It will be like:
<img src="image_url" style="width: ...
0
votes
2answers
218 views
WP 3.5 - How to remove permalink from images
In previous versions of WP, we were able to remove permalink from images while we were inserting images into post. But, now there is no obvious option to do so. How can it be achieved? Thanks.
2
votes
2answers
731 views
How can you upload an image from within a settings page?
Is there an easy way to include an upload box to your settings page?
I am building an Open Graph options page and I like users to upload a standard image directly from that page.
0
votes
3answers
2k views
Correctly implementing the Facebook Like button
As per documentation I satisfied all the requirements of the like button by using the meta-tags, however I still don't get the image I would like linked by Facebook: it always goes fishing for another ...
0
votes
1answer
228 views
Paginate Gallery [closed]
I am using the default WordPress Gallery (along with the Cleaner Gallery plugin) to display some images. The one thing that the gallery doesn't seem to have is pagination. What I'd like to do is after ...
0
votes
1answer
67 views
NextGEN Conditional Statement
What I'd like to do is if the NextGEN gallery has more than one page (pagination) execute some code...I got close:
<?php
$nggpage = get_query_var('nggpage');
if ($nggpage > 1) {
...
1
vote
1answer
85 views
Way to force media uploader use custom image size
I've implemented media uploader to my custom category image plugin and was wondering can I somehow force it use my custom image size I've set only for categories.
... So in screen shot above, I'd ...
0
votes
1answer
109 views
Don't show images inserted into content
I'm using a lightbox plugin to display my post images with [gallery], it works
but those images show up in the content area too.
So there are thumbnails and full size of same image.
How can i hide ...
2
votes
2answers
136 views
Resizing Images to lower Disk Space Using Plugins
I'm trying to take existing images and shrink the file size down by resizing to photos to a smaller resolution. I've tried a few methods so far:
Simply editing the photo in photoshop and reuploaded, ...
1
vote
1answer
14 views
How to pull in photos from an RSS feed on another wordpress.com site
I'm creating a "portal" (wordpress.org) site and I want to pull in some photos from a related wordpress.com blog site. There is a cartoon on each blog post and I want to display the latest one in my ...
0
votes
0answers
45 views
Pinterest Pin It button and facebook thumbnails don't work with uploaded images on Wordpress blog. Why?
I have recently migrated from blogger to wordpress, but am having issues with images.
Both Pinterest and Facebook are not recognising my new images that I am uploading to wordpress, however they do ...
4
votes
5answers
357 views
Show two different sized featured images on homepage
I would like to have two different sized featured images on my homepage. I currently have all featured images set to 280x200. I would like to have SOME posts on the home page display a larger ...
0
votes
3answers
707 views
Woocommerce: Changing catalog image sizes
I'm trying to make the images in my store/catalog bigger, and have succeeded in doing so but not without throwing off the formatting. As it is now, my images are 200px by 200px, but have changed so ...
-6
votes
0answers
40 views
How do I add features to the Meme Plugin? [closed]
I have installed the Meme Plugin on my WordPress web site.
At the end of the meme creation process there is a Create & Share option allowing users to share access to their Facebook accounts.
How ...