Search:
Search took 1.00 seconds.
-
quand tu duplique random ads ajouter cette attribut 'post__not_in' => get_option( 'sticky_posts' ) dans le query_post pour affichier les non-featured
comme ça
query_posts( array( 'post_type'...
-
try to desactived plugin in phpmyadmin or acees in your ftp and change folder plugins to other name and try to access again
-
-
http://www.buhoanuncios.com/wp-content/languages 404 not found
you can rename folder and create it again and copy all files to it
-
-
20 is numbers of words you want in description
-
add this code to fucntions.php child theme
change 20 with you want
-
try advance field for classipress if tou want to add in register and other form buy this http://marketplace.appthemes.com/plugins/advanced-custom-fields-for-classipress/
or add field manually
-
open style.css and go to class in line 276 and delete this line
position: absolute;
-
in function cp_contact_ad_owner_email add this 2 line:
$Bcc = get_settings('admin_email');
$headers = "BCC: $Bcc \r\n";
and change wp_mail to
wp_mail( $mailto, $subject, $message ,...
-
replace this line in your code
by this
-
hello
open your functions.php (child_theme) and ad this code
-
-
open file /includes/theme-enqueue.php and search : wp_enqueue_script( 'selectbox........................
comment this line
-
post your site or send pm
-
hello
sorry for my bad english :tongue:
open plugins/contact-form-7/modules/special-mail-tags.php
before the last return $output; add this line
elseif ( '_post_recipient' == $name ) ...
-
-
function cp_get_ad_details($postid, $catid, $locationOption = 'list') {
global $wpdb;
//$all_custom_fields = get_post_custom($post->ID);
// see if there's a custom form first based on catid....
-
delet your cache .. upload image its worked
-
PUT this function in youe functions.php (child_theme) :
function total_ads(){
global $wpdb;
$sql = $wpdb->prepare("select count(*) FROM ". $wpdb->prefix ."posts WHERE post_type = %s AND...
-
open your tpl-registration.php and replace
$redirect = home_url(); line 9
by
$redirect = CP_ADD_NEW_URL;
-
yes
you have costum field (cp_startdatum) ?
-
your id fb is : 469948096374693 not 336156813164764
change this in widget
-
tpl-edit-item.php or send your ftp to check for you
-
wp-admin>>>classipress >> Pricing
set Hide Decimals for Prices: to yes and save change