hiraiqbal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: contents does not save in custom sidebar widgethi amitv
yes it worked for me too..thanks for finding ‘w’ and ‘a’ ??hi pcland,
can you tell me how to control if email field and name field showing my own name and address?they should come blank.hi rchrisbishop,
did you come up with solution for your problem?
I am facing the same problem showing my own records in the fields.Forum: Fixing WordPress
In reply to: List unique value of custom fieldhi rakeshraja,
did you find solution in wpdb?
I am searching for this.
I am having custom field ‘city’ for multiple posts,
and I need to display distinct city names with posts count,
e.g:London (13)
Paris (10)
where 13 and 10 are number of posts means there are 13 posts having custom field ‘city’ value as ‘London’.
what will be the query?$query = new WP_Query(array(‘post_type’=>’post’,’cat’=>’17’,’meta_key’=>’City’,’groupby’=>’meta_value’));
did not worked.
any help?
how to use posts_groupby?Forum: Fixing WordPress
In reply to: Query custom fieldshi,
sort of similar problem
i have custom field city for multiple posts and on that field i want to have group by query,so that only hyper linked city names should show and on click it should show all posts those lie in that city.
query_posts('cat=17&groupby=City');
not workedForum: Fixing WordPress
In reply to: how to create Custom homepage in Academica themehi krishna ,
thanks A LOT for sharing these useful resources..
I got my work done through trouble shooting tips.Forum: Themes and Templates
In reply to: WPZOOM Academica Homepage Slideshow questionhi Promethiwhaaaa..
good to hear that,,
you are welcomeForum: Themes and Templates
In reply to: WPZOOM Academica Homepage Slideshow questionPromethiwhaaaa how many slide show did you created ?
create only the number od slides that you mention in wpzoom home page setting and remember place only 1 image per slide show and that image must be a featured image,
beside it place .htaccess file in script folder and timthumb.php should be latest one,
hope this works.Forum: Themes and Templates
In reply to: WPZOOM Academica Homepage Slideshow question@promethiwhaaaa
but do you need to access that file?Forum: Themes and Templates
In reply to: WPZOOM Academica Homepage Slideshow questionHi geaves,
your trick
As there is only one image on each slide/page and that is the featured image, then that is correct.
worked for me but beside it i also followed all the instructions given before like function.php modification,placement of .htacess file and WPZOOM/settings/Home page Options,
so a BIG thanks to you.Forum: Themes and Templates
In reply to: WPZOOM Academica Homepage Slideshow questionNow I am having problem with academica theme 1.2.2 slideshow , it shows only featured image in slide show, i have also added latest version of timthumb.php, can any one tell me about how to create slideshow,
geaves can you tell me what minor changes you made in image editing?