Viewing 15 replies - 16 through 30 (of 45 total)
  • neon,

    Thanks for the reply. I have done the following but still get an error:

    so, to recap:
    1. Create master archive category, call it anything, like “Archives”
    2. in Category Slug field enter “all-entries”
    3. for every post, check the box of the category you want that post to appear in AND the box of the “Archives” category.

    Note I have been testing with only one foto posted so tonight I will attempt a second post, and will delete the first canned ‘welcome to wordpress’ post. Perhaps they are somehow screwing thing up.

    I’ll report back with my results.

    thanks again to neon and thitpan

    How can i get the exif and info? I add a custom field called INFO and other called EXIF but i can’t get anything.. any ideia?

    okay I have been through the directions on this thread at least 20 times and the method discussed does not work for me.

    but I figured out a different hack that works.

    Each category has an ID as well as a slug….I run wordpress on some other sites so I ‘hovered’ over a couple of categories to see how they were linked. They don’t use a slug at all, they use a category id.

    In my case it was category id=2 so I figured that would get me to the proper ‘archive’ page just as well.

    So if the all entries method doesn’t work try this….

    go to the header and locate the following code line [hint: It’s 41] and it looks like this…

    “/category/all-entries” title=”View all photos on this blog”>Archives |

    go ahead and create your new category. category 1 is taken as ‘uncatagorized’ so category 2 will be the next category. Go ahead and name it whatever you want and feel free to ignore the ‘slug’ just remember the number.

    then replace /category/all-entries” with /?cat=2″

    replace line 41 with this line:

    /?cat=2″ title=”View all photos on this blog”>Archives |

    That worked for me. I can’t say if my method will be as serch engine friendly as Khun Thitipan’s but it got me up and running.

    I’m glad I got this working as this is a kick ass theme. props to Thitipan.

    hope this helps…

    That last post cut off some of the code in line 41 and turned it into a link….nothe there is an < a h r e f = ” in front of that line

    It says quite clearly below this text area where I am typing now (and presumably where you type, too ??
    Put code in between backticks.
    The “backticks” usually are on the left top part of the keyboard, next to “1” ??

    thanks next time I won’t be hyper-idiot

    you could also have simply enabled permalinks

    And how about enable exif and info? I cant get anything :S Any help?

    Thitpan vomments that photoshop will not remove exif info; however, what if you imported your images using native softwre that came with your camera, or iPhoto. Perhaps you have no exif data to display…thats just a theory.

    Have you activated your plug-ins using the wordpress admin menu? [yet another theory]

    err…comments

    I am wondering if I can make a bulk upload once I have resized all of my images and thumbnails. Uploading all of the images to their directories and then updating the database table with the text that references them? I have phpMyAdmin installed and I just exported the table that lists posts, it seems pretty straight forward, but does anyone know if this is possible?

    I’ve solved the problem with the exif and info!

    You have to name the field Exif and Info with upper case first letter
    (Not exif and info as mentioned!)

    No it works for me!
    Hope that helps!
    lg
    Christina

    Just talked to my database guy at work and he says it will be a snap. Use phpMyAdmnin to export the database as a text file, create your directories for thumbnails and images, upload said thumbnails and images, and then append the part of the database that deals with posts. I made two postings of thumbs and images manually and it was easy to see where the database stores the information of where the thumbnail and image is called.

    You will probably need to use an absolute link to both the image and the thumbnail [the whole URL https://www.yoursite.com/thumbs/1.jpg] to make sure that it is referenced correctly.

    This will speed up ‘production’ for any site that will have 100’s of photos. Go ahead and upload only those photos that you need to develop or tweak your CSS / Theme and then when you are where you need to be upload everything, change the database [text file], save it using MyphpAdmin [this is really just a cut ‘n paste, and check out the results.

    Note: You can continue to use the admin upload facility for any small updates, picture of the week, but this will help you get your site up and going immediately if you have already edited what photos you want to show.

    NOTE: The author of this post knows only enough about PHP and MySQL to be considered dangerous. He is going to attempt this tonight and will report back with results. Hopefully it is a valid idea/comment or there will be much tooth gnashing and hair pulling.

    djgeeked -> i dont know, i just upload one image at a time.

    Can anyone know how to make exifer compatible with sony T7?

    Can anyone tell me how to set up the about and copyright page?
    And how to link to it from the menu?
    Thank you very much,
    lg
    Christina

Viewing 15 replies - 16 through 30 (of 45 total)
  • The topic ‘A new theme for you guys.’ is closed to new replies.