Skip to main content

Home/ Wordpress/ Group items tagged theme upgrade

Rss Feed Group items tagged

1More

The importance of WordPress upgradation - 0 views

  •  
    Our WordPress Upgradation Services help you benefit from new WordPress Features. We offer quick WordPress Version Upgrade including WP Blog/Theme Upgrade.
3More

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
1More

14 Fantastic Free WordPress Themes - 9 views

  •  
    Whether you need a great photoblog layout, personal lifestream, or more business-oriented design, there's almost surely an existing theme out there worth checking out for your next blog or blog upgrade. And if you're already a developer or are willing to acquire a small set of template editing skills, you can always modify an existing theme to taste.
1More

How to check server requirements for WordPress 3.2 upgrade - 6 views

  •  
    This is a tutorial on how to check your server requirements to make sure you can upgrade to wordpress 3.2, and a review of the new features, and new default 2011 theme that will be released with this new WP udpate.
2More

How To Protect Your WordPress Theme Against Upgrades - 0 views

  • Choose Plugins That Don’t Require Theme Modifications
    • Fabian Herbel
       
      That's the main problem with the idea of child themes: What's with all the plugins the need editing the php-corefiles in case of theme update. I have no idea for a useful working routine in that case.
1More

20+ Latest Wordpress Theme to Start New Community Blog - 8 views

  •  
    Wordpress is the most popular CMS not just because is easy to use, free, highly customizable, and very stable (OK, you must upgrade to v 2.9.2 or else). There's one more thing - is so flexible you could do almost anything out of it. Today we're featuring our favorite 20 Community Blog Th
1More

Clockwork2 - Free Wordpress Template - 0 views

  •  
    Clockwork is here! This is another of our free Wordpress Templates designed by Christopher Hennis (me). Some of you may remember the original Clockwork template made some years ago -- Well, it was time for an upgrade.
1 - 7 of 7
Showing 20 items per page