you can simply add a new wp_mail function like this:
$mailtocc = get_option('admin_email');
wp_mail( $mailtocc, $subject, $message );
insert this after line 91 in the theme-emails.php
you can simply add a new wp_mail function like this:
$mailtocc = get_option('admin_email');
wp_mail( $mailtocc, $subject, $message );
insert this after line 91 in the theme-emails.php
Hi there,
You need to detect if the user is coming from a browser mobile and add a rule on what the website/plugin should do. I used this one:...
http://stackoverflow.com/questions/11024040/getting-wordpress-to-automatically-show-category-permalink-for-only-specific-cat/ this might help you get started. it filters the permalinks for...
Dashboard -> ClassiPress -> Settings -> Advanced
Scroll down to Taxonomy and you`ll find it there. after you change it rebuild the wordpress permalinks
you can try adding a package with free listings at 0 price. see if it works.
they`re different versions and each act differently. you`ll have to set it up again from going back to an earlier version. as for te pages you ned to check the page id and go t classpress settings to...
if i`m not mistaking you need to create another folder in the languages one in wp-content called themes and the names should be classipress-nl_NL.po and classipress-nl_NL.mo
check in the loop.php, loop-ad_listings.php and loop-featured.php. you`ll have to edit it from there.
yup, just go to your wordpress dashboard, then ClassiPress -> Settings -> General -> Scroll down until you reach Activate Logo. Then switch it to YES. On the next field place your URL for the logo or...
the id of the style is shadowblock. find it in the css style that you are using and change the color.
if i`m not mistaking there is an unlimited number of child categories.
like i said.. if i`m not mistaking they`re set on %postname% right now. select the first bullet that says default.. save it .. and then set it back to %postname%
here is the file: includes/forms/step-functions.php. this is what you want to edit. play arround.
sure it is. http://themebound.com/shop/featured-ultimate-plugin-classipress-top-highlighted/ or you can alter the code by reading this tutorial...
if you did not modify/add nothing to the front end except the widgets, try removing the widgets and add them one by one. one of them might have something wrong in it.