Search:
Search took 1.00 seconds.
-
Can't wait for the theme release status
APRIL FOOLS
-
So, after reading through some online posts, I've come learn that Wordpress 3.1 is supporting meta_query to allow searching across multiple custom fields.
Is Classipress 3.1 waiting for the final...
-
'orderby' => rand (for random ordering)
'orderby' => asc (for ordering ascending a-z)
'orderby' => desc (for ordering descending d-z)
-
OK.. so..
In order to accomplish this, you just need to remove the ad content (see 'for reference' below) from single-ad-listing.php and replace with:
<?php $cat_id =...
-
nope.. using 3.0.5.3
and it's not 'custom field' dependant.. it's just checking to see if the ad is "featured" or marked as "sticky" :p
gimme some time to get a tutorial together..
-
i've created a tutorial - waiting for the moderator to approve it...
you can see it working here: SAMPLE - FEATURED ADS IN TAB
-
in index.php find:
<ul class="tabnavig">
add this line.. note the #block.. (btw, you can add additional blocks if you wish or just edit a current block)
<li>
-
not sure if this is what you want to do?
you want the text to display using your custom fields?
i.e. From $100.00 per night
i have added custom field meta directly in my loop-ad.php to...
-
Thanks! I found that web link the other night and overcomplicated the whole thought behind accomplishing it!
It was easy as adding <?php cp_ad_loop_thumbnail(); ?> to includes/sidebar-gmap.php:
...
-
(using 3.0.5.3)
ya.. had to do some tweaking to loop_ad.php and css in order to achieve this: see example click here
tryin' to launch this networked site, once i do - i will return to explain...
-
in
includes/theme_searchbar.php
around line 24... after <div class="searchfield">
the only thing you remove is:
onfocus="if (this.value == '<?php _e('What are you looking...