Theme Name: Wordphoto Photo Gallery
Author: addlinkurl
Category: Adsense Ready, My Themes, Photo Gallery, Photography
Date Added: March 5th, 2010
WordPhoto Photo Gallery Wordpress Theme Installation:
- Firstly, download the theme file from this page. If you downloaded it from another source, delete it and download it from here.
- Upload the wordphoto folder into the /wp-content/themes/ directory.
- Active the WordPhoto theme from your Wordpress Admin panel.
WordTube Options:
- Enter the WordPhoto Theme Options panel under Appereance in your Wordpress Admin Panel
- Fill in the parts and Save Changes.
Adsense Options:
As you can see, you can add your Adsense codes from the WordPhoto Theme Options panel. Also, you can enter banner codes instead of Adsense codes.
Latest Photos Page:
- Click Add New Page
- Write a title like Latest Photos
- There is a Template part under Attributes in right. Select Latest Photos Page.
- Publish the page.
Thumbnails of photos:
You will use the timthumb script for thumbnails.
- There is a /scripts folder in wordphoto directory. Make the chmod(permissions) of this /scripts folder 777
- Also, open that folder. There is a /cache folder in /scripts folder. Make the chmod(permissions) of this /cache folder 777
You have to give these full permissions because timthumb script will save the thumbs in cache folder. That's it. You can start adding photos.
Adding Photos:
While you are adding a new post:
- Write the title of the photo,
- Write a description in content part,
- There is an Image URL field under content part. Enter the url of the photo. Use http://
- Enter tags,
- Select category,
- Publish the post.
If you have problems, please leave a reply and visit the page in a day.
Licence:
You can not remove the links in footer. Theme is free because of these links.
Hello, I have a few questions:
Its possible to show a thumbnail for each category in home page?
Can I filter “Latest Photos” in home page only from a featured category?
Thanks a lot for this amazing theme.
There is way to show thumbnails but if you want to do that, you need to add every category manually in index.php. But it is not easy. You can not do it automaticly.
You can show thumbs from a specific category in Latest Photos. You need to use these codes: http://www.readywpthemes.com/wordpress-recent-posts-from-specific-category/.
please ca you help me?
I am having a problem with this theme. Photos are not showing….
here is the link: http://ha.qne.biz
thank you
Images must be in the same domain(or subdomain). If your blog address is http://ha.qne.biz, then the images must be like this: http://ha.qne.biz/…./photo.jpg.
The timthumb script can not create thumbnails if the images are not in the blog directory.
While you are adding new post, upload the image(use the wordpress uploading media, photo function), copy the image url and paste it in the img url field.
It worked, Before I just uploaded the images to an image hosting site.
Thank you
Hi,
can i add thumbnails using custom fields ?
No, theme creates the thumbnails automaticly. You should add the image url in Image URL field.
Hi nice theme but the thumbnails are not working.. I double checked everything but still not working, Could this be an issue with the timthumb script? Site address is with this post.
thx
hi, i think it is because of the image url. i can see that you wrote http://marlosphotography.com/wp-content/uploads/2010/04/IMG_1450 in img url field but it should be http://marlosphotography.com/wp-content/uploads/2010/04/IMG_1450.jpg. you should add the .jpg at the end.
and if you gave the right permissions for scripts and cache folders, everything will be ok.
thx but it still doen’t show the thumb or image with .jpg
it’s because of the chmod permissions of the /scripts and /cache folders. do not change the permissions by ftp program. do it from the hosting control panel. you can change permissions from file manager in control panel. give them 777.
Yes I have done that. Do I need to enable gd library somewhere in the script? I contacted my host and they assured me that it is enabled on the server.
thx dave
no, you do not need to do anything about the script. just giving 777 permissions.
the problem is still about the chmod permissions. see this page: http://marlosphotography.com/wp-content/themes/wordphoto-blue/scripts/timthumb.php?src=http://marlosphotography.com/wp-content/uploads/2010/04/test123.png&w=729&zc=1&q=114
it says: Directory “/home/marlosph/public_html/wp-content/themes/wordphoto-blue/scripts” is writeable by group
that means, chmod is smaller than 777 for the /scripts folder.
and also check: http://marlosphotography.com/wp-content/themes/wordphoto-blue/scripts/cache/
folder is empty. there should be thumbnails.
if it is ok, use the contact page of this site and send me your cpanel user and password. i will try to fix it.
I sent info thx
@dave, i made the chmod permissions of /scripts folder 755 and now it is working.
i think for some servers, /scripts folder permissions must be 755 instead of 777.
lol thanks I guess I should have tried that…
thx again dave
i am a blogger user… i am excited to move to wordpress platform. i need to buy domain first.
my question is, can i transfer the navigation panel in right side panel instead of left side? thanks!
yes you can do it by editing the style.css file. if you want me to do it for you, you need to buy help: http://member.wordpressthemesbook.com/
hi admin! i was able to edit it. Thanks a lot for this great theme
big photos are not displaying even the thumbnails.
i already have my photos in http://www.vincelopezphotography.com/images directory
also, updated the chmod you required.
thanks!
finally i got it! http://vincelopezphotography.com
i tried chmod 755 for /script directory ; 777 for /cache directory.
thanks admin!
Hi..I like this theme a lot thank you,But i still not make image to show in front of page and Random Photos page how i can fix it? please let me know.Thank you
http://softballallstars.com/wordpress/
http://softballallstars.com/wordpress/wp-content/uploads/2010/04/ScreenHunter_01-Apr.-30-15.jpg
I know already what to do is easy,you look below on your post page will see image then you copy your URL image what you want to show on front page paste on Image box is work good for me.
Thank you
Yes, that’s it. you do not need to add the photo in content while you are writting your post.
And if you want to use it as a theme gallery, you can use our theme gallery theme: http://www.wordpressthemesbook.com/wtb-wordpress-theme-gallery/
Hi Admin,
Plz check y random wallpapers or not showing.
http://www.loverhug.com/index.php/2010/05/best-3d-wallpaper/
also There are two time category name showing in Random table,
I will wait for your reply
Best regards,
Ali
Hi,
You need to add thumbnails in every post. Please read the “Thumbnails of photos” and “Adding Photos:” parts in theme installation information in this page.
Hi, this theme is awesome and adsense position is perfect!
I a question for this theme: Is there anyway to edit the alt and title attribute of images? because I think it is important to SEO.
thanks!
You do not need to use title tag for images, alt tag is enough. And alt tags are automaticly added.
For example in posts, alt tag of image is: “Click to see the original size of “post title”"
If you want to change it, open single.php and find “Click to see the original size of” and change it. You can use only the post title or something else. But you can not add different alt tags for every image because in posts, theme uses timthumb function, too.
Hi, thank you for your reply,and here I have another problem that the rss feed is broken, I’ve tested your demo page and it couldn’t be subscribed too, so can you provide me a solution to fix it?
If you do not use permalinks, rss url should be like this: domain.com/?feed=rss2
For example the demo rss: http://www.wordpressthemesbook.com/demo/wordphoto/?feed=rss2
If you are using permalinks, then the rss link will be: domain.com/feed
If you tell me your blog url, i can check it.
Hi, it still doesn’t work, http://www.female-pictures.com
Yes there is a problem but it is not because of the theme.
Add a post, then try. If it does not help, you should delete all wp files and reinstall your blog again.
very nice templates.
Is there any ways to add more than one picture in the Image URL field under content part? It seems that I can only add one picture URL in the Image URL field.
open single.php, find
< a href=”< ?php $values … (there are not spaces between < and a, < and ?)
copy and dublicate that line. change _image_url to image in one these lines.
while you are adding a new post, fill in the image url field. then add a Custom Field with the name image. Write the second photo url in value part in custom field. add the custom field and publish the post.
doesn’t work..it shows the same pic from image url field
you need to change the “_image_url” in code and add the custom field with that new name.
Hy, i tried to install the theme @ http://www.hotemo.info/ , but doesnt work
the Thumbnails of photos don`t apear , i made the chmod permissions 777, i`l try with 775, but doesn work, same problem
Do not upload the image in content part. As i told in usage:
“There is an Image URL field under content part. Enter the url of the photo. Use http://”
then publish the post.
I put the picture in http://www.hotemo.info/poze/ but does`n work
did you see the “Image URL” field under content part? write there this url: http://www.hotemo.info/poze/PozeAdelinaVarciu3.jpg and publish the post.
if it does not work, do not delete that new post and write here the post url.
Thx, i put the link always @ insert link @ wordpress , i don`t se the link under the content part, new i see and it works . thx very much ! i wish a good day
hi admin
first! thanks for all
I have visit ur blog everyday
and to day,again thanks to ur all
My themes worked today
I think is by Chmod
am not chmod script/ folder to 777.plz chmod 755 and it worked
Is think ur wrong…am chmod to 755 and its worked today
i am happy that it worked.
i do not know why but in some servers, 755 works in some 777 works.
I have a new problem, the picture apear in the post very big (zoom it) how i make to apear @ the original size ?! Look @ this link http://www.hotemo.info/?p=22
download this zipped file: http://www.wordpressthemesbook.com/wp-content/uploads/2010/07/wordphotosingle.zip
extract it. there are single.php and style.css files. use these files instead of the files in your theme(overwrite them).
then, in single pages, pictures will appear in original sizes. i added a max-width code in css. so, if the width of the picture is more than 729px, it will be resized to 729px. but this code does not work for internet explorer 6.
i`m back
i wait the answer
thx
i answered the question. if you need more help, please ask.
Thx man, you are the best
HI Admin,
Thanks for the themes , gr8 work superb adsens placement & i tested that multiple image thing and it worked very well
Thanks a lot
thanks a lot @heeren. i am happy that you like it.
Hi admin
I recently made some wallpaper blog using our theme.
http://naturewallpaperdesktop.org/
But unfortunately the thumbnail didn’t show. Have I made some mistake?
What I’ve done :
- setting chmod permission of scripts folder to 755
- setting chmod permission of cache folder to 777
- image hosted on my blog hosting site
one strange thing is the cache folder is empty.
Actually I made this blog at localhost first, then upload it to webhost.
I’ve tried make new post after upload this blog at webhosting sites, but the cache folder still empty.
Do you have answer for this problem? Hope it will fixed soon.
Thx for your help
Regards
Alvin
Thanks for the detailed question.
I think the main problem is about the chmod permissions. Please try all of them. Make the both scripts and cache folder 755, then 777. Everything looks fine but timthumb script can not create the thumbs because of the permissions i think.
And there is a problem about the post urls. Click one of the posts for example. You will see some thing like: http://naturewallpaperdesktop.org/http:/naturewallpaperdesktop.org/desktop-sunset-and-sunrise-wallpapers-16-african-buffalo-wallpaper/
As you see, there are 2 “http” in url. It can be because of uploading the installation from localhost.
Install a new wordpress and theme, then try to add new posts.
Hi admin
All problem solved.
1. Double url’s: because my permalinks setting
2. Thumbnail problem : Re-installing fix this thing. Maybe thimthumb scripts did’nt work if blog uploaded from localhost. What do you think about it?
Any way thanks for the suggestion.
Regards
Alvin
everything is fine now. you are right, i think. timthumb did not work because of the installation.
I have a new problem, at the first page i put 12 posts, but some time she display me only 6, i put the theme agaian, but i have the same problem
what is the problem ?!
if you are talking about the homepage, it can not show 12 posts. it always shows 6 posts under “Ultimele Poze”. you can see it on demo blog, too.
if you want to show more than 6 posts on homepage, open index.php in theme folder and find showposts=6. change the number.
in category pages(exp: http://www.hotemo.info/category/fete-emo-emo-girl/), it shows 10 posts. this is the wordpress default number. if you want to show more than 10 posts in a category page, enter “Settings-Reading” in admin panel. change the number in “Blog pages show at most”.
Prbably i modified the numbers from index and i put 12 post and i forgot when i translate the theme
In category i put to show 12 post but she display only 10 because i have only 10 posts in that category . thx for help and sorry for my bad english
Hello,
I use this theme to my website http://cutewallpaper.org/.
In the category section, I want to modify and add picture/thumbnail in the each category with the picture in the last post in the same category.
So, in category section not only description, but description with thumbnail. Can you learn to me?
thank you
i can do it but you will ned to add the category IDs manually.
where should the image be? in left or right side of the description?