geox124
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Attach image(s) to posts or pagesThanks a lot.
I’ll give it a try 🙂Forum: Fixing WordPress
In reply to: Attach image(s) to posts or pagesthanks Joseph.
Oh, it was that featured image, I missed it because I was looking for post thumbnail section.
Ok, so if I use that feature image, I can use it using the loop straight away or do I need to do special query like using custom fields?
And this featured image only 1 per past/page rite?Forum: Fixing WordPress
In reply to: Attach image(s) to posts or pagesThanks crerem.
For that method, we need to input the image url manually rite?
Is there anyway to use a browse button to choose the image?Thanks Joseph.
I’ve read that article, and I’ve checked on the post section, but I couldn’t find the post thumbnail box.
Could you please tell me where to find that box?
I’ve added the function to functions.php btw.Forum: Fixing WordPress
In reply to: Pretty Permalinks causes folder mis-readOk, thanks guys for your help.
It’s very helpful 🙂Forum: Fixing WordPress
In reply to: Pretty Permalinks causes folder mis-readHerm..it’s true, but don’t you think it would be hard for clients which is not tech savvy to type in the absolute path..unless they choose the image from media library off course. Please advice me if I’m wrong 🙂
Forum: Fixing WordPress
In reply to: Pretty Permalinks causes folder mis-readThanks dcannon1.
I’ve tried to use both method you told me. Apparently it’s using absolute path, I’m not really keen on doing the absolute path. As you said, once we change the directory, that wouldn’t work. Could you please tell me how to use bloginfo() method inside the post section?Forum: Fixing WordPress
In reply to: Pretty Permalinks causes folder mis-readSorry I forgot to mention it’s the image src on http://modernistcuisine.com/about-the-authors/ that’s using relative path.
About the bloginfo(), does that mean i need to instal specific plugin for wordpress to read PHP code?
Because at the moment it only reads HTML, no PHP capabilities.Forum: Fixing WordPress
In reply to: Pretty Permalinks causes folder mis-readThanks for your quick reply.
But i saw on this website from wordpress gallery http://modernistcuisine.com/about-the-authors/, that’s using relative path..