Quote:
Originally Posted by tonyparra
Hello,
New question, for some reason the images are not being saved to my /uploads or cloaked with the fake images folder. In your last tutorial there was this comment:
Code:
// uncomment the line below to store thumbnails on your server
// cseo_store_image ('thumb', $post ['post_title']);
I actually deleted this line thinking it would allow the image cloaking to work. As of now i have both options enabled, should i only have one? I dont mind storing the images to my server, can you show me what is meant by "uncomment"? Thanks.
|
see those "//"
those tell the server that everything on that line is a comment and is not executed
when he says 'uncomment' he means you delete the "//" at the beginning of that line