Search:
Search took 1.00 seconds.
-
you dont have to mod the plugin, you can use the following code to pull in custom fields:
%%cf_CUSTOMEfieldHERE%% => %%cf_cp_state%%
ut i can't figure out how to pull in the ad category taxonomy,...
-
You may check the \includes\theme-actions.php for that. Take note that this involves editing of the core theme files of which is not recommended as they will be overwritten when update comes.
-
Actually I figured it out myself. To increase the number of pics displayed, open wp-content/themes/classipress/includes/forms/step-functions.php and on line 198 find
for ( $i=0; $i <...
-
Hi everyone!
Note : Before editing the file make sure you have a duplicate
First is first, I recommend using a child theme part 1 and part 2 tutorials, so you well not lose you changes.
1....
-
This problem has been solved and the fix will come in the next update.
Meanwhile, you can download the file "functions.php" attached and send it to the folder:...
-
\includes\theme-actions.php
Find
<p class="post-meta">
<span class="folder"><?php if ( get_the_category() ) the_category(', '); else echo get_the_term_list( $post->ID, APP_TAX_CAT,...
-
For everybody who wants to know how to put the city and province to the listings and even add a link to them in order to search only for the listings from that city or province, than here is the code...