decentguy49
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to use If, If Else and else in WordPressSry for it,
Here i go, i want that,
First it should look for featured image to be used as thumbnail on homepage,
Second, if Feature image is not set for post or not available in post then it should call for first images from post (as post might have used some images in the article), as thumbnail on homepage
At last if Feature image is not available or set in post and post does not contain any image in it then it should call and use a image which is available athttp://www.technoarea.in/wp-content/themes/TA/images/TA_Logo.pngand use it as thumbnailForum: Fixing WordPress
In reply to: How to use If, If Else and else in WordPressi want to make a code like this :-
First it look for thumbnail mean featured image in post, if featured image is not there then for thumbnail it fetch first image present in post and if post dont has any image and no featured image then it use a custom image which is present at http://www.technoarea.in/wp-content/themes/TA/images/TA_Logo.pngForum: Fixing WordPress
In reply to: How to use If, If Else and else in WordPressi cant figure out what condition to be used with elseif, i think code sud go like this :-
<?php
if(condition 1)
{
(code to be executed if condition 1 is true);
}
elseif(condition 2)
{
(code to be executed if condition 1 is false and condition 2 is true);
}
else
{
(code to be executed if neither condition is true);
}
?>Forum: Fixing WordPress
In reply to: How to use If, If Else and else in WordPressi am just using above code and cannot figure out which condition to be used
Forum: Fixing WordPress
In reply to: How to use If, If Else and else in WordPresstried but not working π
Forum: Fixing WordPress
In reply to: Thumbnail's Not Croppingya because i am using a different image for them, take a look at thi page :-
http://www.technoarea.in/page/9/Forum: Fixing WordPress
In reply to: Thumbnail's Not CroppingI had found that my theme is fully working and supporting cropping when tested theme on my localhost on XAMPP, but is not working on my website
Forum: Fixing WordPress
In reply to: Theme Having Problem With IEIts now working fine π
Forum: Fixing WordPress
In reply to: Theme Having Problem With IE@kevmatic34 :-
did but its not working πForum: Fixing WordPress
In reply to: Theme Problem With Internet ExplorerThnkxxx man i got it….
ThnkxxForum: Fixing WordPress
In reply to: Theme Problem With Internet ExplorerSry but i cnt find that image can you plz tell me more about that images plzzz