WordPress › WassUp Real Time Analytics « WordPress Plugins - 1 views
-
IMPORTANT: WassUp is incompatible with page-based caching plugins such as "WP Super-Cache".
CatN | WordPress Plugins - 1 views
How-to Backup WordPress Sites to Dropbox - 0 views
-
"To take out some of the work out of backing up your site, below we will show some ways to automate the process and save the backup to Dropbox. The easier and more hands off the process is, the better, right? Below are some WordPress plugins and other options to help you easily backup your WordPress site. 1. WordPress Backup to Dropbox 2. BackWPup 3. Cloudsafe365 4. WordPress SQL Backup 5. ManageWP 6. XM Backup"
Inspired Magazine - 4 views
WordPress 3.5 And WPDB Prepare - 0 views
-
“Warning: Missing argument 2 for wpdb::prepare()” How do I fix it? If you are seeing an error after upgrading to WordPress 3.5 that says something like this, you need to upgrade your theme. We have fixed this with all of our themes and they are ready to download and re-install from your account page. What if I have customized my theme’s code and don’t want to upgrade? For those of you who have customized your theme’s code and don’t want to do a full upgrade, you’ll need to take a look at the warning message. Here’s a sample error we have fixed from the Biznify Theme: Warning: Missing argument 2 for wpdb::prepare(), called in /home/mintthem/public_html/demo/wp-content/themes/Biznify/products-pagetemplate.php on line 39 and defined in /home/mintthem/public_html/demo/wp-includes/wp-db.php on line 990 Step 1: Open the file it tells you to open. In this case, it is products-pagetemplate.php and Go to the line it refers to. In this case it is line 39 Step 2: Find the code that looks like this: $wpdb->prepare(“SELECT price FROM $table_name WHERE item_number = ‘$item_number’;”) Step 3: Replace $item_number with %d Step 4: Add $item_number after the last quotation mark. Also, make sure to put a comma before it. (notice the comma before $item_number below) Example: $wpdb->prepare(“SELECT price FROM $table_name WHERE item_number = ‘%d‘;”, $item_number)
-
$price = $wpdb->get_var($wpdb->prepare(“SELECT price FROM $table_name WHERE item_number = ‘%d‘;”, $item_number));
-
WordPress 3.5 And WPDB Prepare
InfozGuide - 4 views
WordPress › Support » Get full text for page and strip images - 5 views
-
strip_tags(get_the_content(), '<p><a><h2><blockquote><code><ul><li><i><em><strong>')
20+ Beautiful Education WordPress Themes - 4 views
-
"If you plan is to start a new education website, or if you want to improve your existing website it is wise to be looking among the pre-designed education WordPress themes. This can be time consuming and that's why we are sharing this collection of beautiful themes. Most of these are premium, but there are also good free items below. Explore them and share with us your thoughts!"
Best Responsive Wordpress Themes - 0 views
How to Create Custom Menus in WordPress | TiPS4BLOG - 0 views
How to Change WordPress Default Username for Security | TiPS4BLOG - 0 views
WordPress Add-on for 5G Blacklist : Perishable Press - 1 views
-
Simply copy/paste the following code into your site’s root .htaccess file
-
beneath the 5G, if present
Question: User Details with Results · Issue #251 · fubralimited/WP-Survey-And... - 0 views
-
edit the exported csv file with the filter wpsqt-export-csv.
Trademark Policy | WordPress Foundation - 1 views
-
All other WordPress-related businesses or projects can use the WordPress name and logo to refer to and explain their services, but they cannot use them as part of a product, project, service, domain, or company name and they cannot use them in any way that suggests an affiliation with or endorsement by the WordPress Foundation or the WordPress open source project.
-
it is not OK to use it as part of your company or product logo or branding itself
-
The abbreviation “WP” is not covered by the WordPress trademarks and you are free to use it in any way you see fit.
WordPress › WP-Polls « WordPress Plugins - 0 views
« First
‹ Previous
81 - 100 of 3421
Next ›
Last »
Showing 20▼ items per page