Skip to main content

Home/ Wordpress/ Group items tagged ...

Rss Feed Group items tagged

Vernon Fowler

WordPress › WassUp Real Time Analytics « WordPress Plugins - 1 views

  • IMPORTANT: WassUp is incompatible with page-based caching plugins such as "WP Super-Cache".
  •  
    "WassUp Real Time Analytics Analyze your visitors traffic with real-time statistics, a lot of chronological information, charts, a sidebar widget."
Vernon Fowler

CatN | WordPress Plugins - 1 views

  •  
    WordPress Plugins contributed to the WordPress community by CatN.
Luciano Ferrer

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"
Vernon Fowler

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
Pablo Pacheco Karzin

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>')
    • Pablo Pacheco Karzin
       
      Get only text from wordpress content
Luciano Ferrer

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!"
Luciano Ferrer

WordPress › Better WP Security « WordPress Plugins - 2 views

  •  
    "The easiest, most effective way to secure WordPress. Improve the security of any WordPress site in seconds. "
Md. Iftekharul Ibna Alam

How to Create Custom Menus in WordPress | TiPS4BLOG - 0 views

  •  
    Custom Navigation Menus is a theme feature introduced by WordPress with Version 3.0. This feature makes WordPress even more users friendly for the beginners. This function allows you to organize [...]
Md. Iftekharul Ibna Alam

How to Change WordPress Default Username for Security | TiPS4BLOG - 0 views

  •  
    If you don't set an admin username at the time of installation, by default WordPress set username as the Admin. This will throw you in risk because hackers know very [...]
Vernon Fowler

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
Vernon Fowler

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.
« First ‹ Previous 81 - 100 of 3421 Next › Last »
Showing 20 items per page