alains
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exclude From IndexUse the conditional tag : is_home().
if ( is_home() ) {
DO THIS }
else {
DO THAT }More examples : https://codex.www.ads-software.com/Conditional_Tags
Forum: Fixing WordPress
In reply to: automatic imagesYou should try this excellent plugin-application: https://www.zemanta.com/
Forum: Fixing WordPress
In reply to: The Horrors of Changing Permalink StructureHi lukep
Try the same on a local server just to see if it will work with .html.
If it will work then you’ll at least know that there is something wrong in the online server config.Forum: Fixing WordPress
In reply to: The Horrors of Changing Permalink StructureI am also using .html and works fine on many instalations.
Just to let you know that is possible.Forum: Fixing WordPress
In reply to: custom field questionsJust a polite *bump* ??
Forum: Themes and Templates
In reply to: Return only photosTry “Get the Image” plug-in. It will do the work.
https://www.ads-software.com/extend/plugins/get-the-image/Forum: Fixing WordPress
In reply to: Post on Multiple WebpagesYou can try Worpdress MU. It’s a version with multiple blogs on one install.
https://mu.www.ads-software.com/Forum: Fixing WordPress
In reply to: Rename “category” slug in URLI’ve solved this without a plugin.
Just type
./
for category base in the admin panel and update.
It’s simple and it works. I’m using ith with this structure: /%category%/%postname%.phpForum: Fixing WordPress
In reply to: custom field questionsMaybe I wasn’t clear enough.
I’m comfortable using Custom fields. Using them almost in all projects. Until this project there was no need for a bit advanced use of them.Let me try to explain it again.
I’m already using and displaying Custom field with KEY=Breed and VALUE=Some breed on the Post of animal.
I want to make a custom Page with a query to list all posts with same VALUE. This can be done manually for every Breed but it’s not the most practical and automatic solution because there will be too many page templates (every Breed with it’s own query) to do.
What I want is this: when someone on Post page click on a VALUE for example of Breed KEY, this VALUE is passed to a Page template with a special query to list all the Posts with same VALUE.Technically this was discussed here: https://www.ads-software.com/support/topic/161154?replies=10 but the solution is only for manual inserting the values into Page template.
Hope that now it’s more clear what I want to achieve.
Forum: Fixing WordPress
In reply to: custom field questionsTnx for response but I am already using Tags for Character & Color. So I have to solve other categorizations with custom fields.
Forum: Fixing WordPress
In reply to: Same image displaying at different sizesSorry …I’ve meant comment that property! My bad english ??
Forum: Fixing WordPress
In reply to: How to get custom URL format for Pages?Forum: Fixing WordPress
In reply to: Same image displaying at different sizestry to uncoment that property and browse through the site to see if this change will broke some other pages.
p.s. I see that you solved the issue…plz be polite and mark this thread as resolved.
Forum: Fixing WordPress
In reply to: Same image displaying at different sizesThere is a CSS property which is messin’ with your distorted image.
It is width:50%; in .alignleft on line 310 in your styles.css
Forum: Fixing WordPress
In reply to: change languageKeep in mind that after WP upgrade you’ll have to do it again. It’s better to play with PO files than with core WP.