Search:
Search took 1.00 seconds.
-
Great to know then that you have figured it out. Thanks for the update @malioglasi.
- Jomark
-
It's very simple and i do it successfully every time i need to . Simply open Myphpadmin and Open "sql" tab and type this command and press "go"-
DELETE FROM wp_users WHERE ID NOT IN (SELECT...
-
7104
https://wordpress.org/plugins/good-question/
https://en-gb.wordpress.org/plugins/wordfence/
No more spam. Honestly.
-
-
Since your users come from specific ip range you can try a software for ip blocking.About the user deletion the only way i can think of is using a sql statement but that is dangerous if you don't...
-
open your tpl-registration.php and replace
$redirect = home_url(); line 9
by
$redirect = CP_ADD_NEW_URL;
-
No, you need to add it from the "Pages" selection. See screenshot:
5639
Cheers
-
You may take a look at this thread http://forums.appthemes.com/how-display-all-live-ads-counter-home-35834/.
-
You need to change code in single.php file.
Open it and find line with it
<?php the_content('<p>'.__('Continue reading »', 'appthemes').'</p>'); ?>
and replace it to
<?php...
-
Hello to all -
I completely agree with some comments and in the middle on the others.
I've been in internet marketing for over five years and learned some things about starting a new site.
I'm...
-
It looks like a core wordpress function and so you may try the suggestions on the following articles;
http://wpquicktips.wordpress.com/2011/03/23/disable-password-changedreset-e-mail-notification/...
-
Check solution at:
http://forums.appthemes.com/error-error-no-ad-pack-has-been-27851/#post150665
-
Thanks for your feedback, I assure you that we certainly don't wish for there to be any reason why customers would "need" to come to the forums to report issues ;) On occasion, there may be issues...
-
Open the file "functions.php" via FTP or a PHP editor
This is the file path: /wp-content/themes/classipress/framework/includes
Locate this section in the code:
-
Hi Malioglasi,
When I tried to fix my pagination issue i copied over one of the files from classipress 3.1.5 I can't remember which folder but i think it was one of the function files from the...
-
You have changed the "Ad Listing Base URL"
To resolve this problem you must edit the file index.php. You can do this via FTP or use a PHP editor.
This is the path to the file:...
-
Check this link out, it may help. http://forums.appthemes.com/3-1-4-error-logo-url-21332/
-
Your website looks very nice!
Regards,
-
Check in admin ClassiPress => Pricing => Pricing Configuration
Show Featured Ads Slider: Yes
-
Hello every one;
I want to share some tips I discovered to speed up classipress:
I'am usin the 3.0.5.4 and I use a dedicated server.
- First If you enable CDN for Google you're downloading the...