Skip to main content

Home/ Wordpress/ Group items tagged select

Rss Feed Group items tagged

Global Employees

Things to consider while selecting the best wordpress themes - 0 views

  •  
    Things to consider while selecting the best wordpress themes.
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
netgains

Try It On Tattoo App Launched for iOS - 2 views

  •  
    Now you check how tattoo looks on your body before print. Netgains has launched new iOS Tattoos app named "TryItOn" which gives you facility to select design, styles, fonts, categories and symbols from thousands of classic/modern unique tattoos. Curious to know more about this app?
  •  
    Now you check how tattoo looks on your body before print. Netgains has launched new iOS Tattoos app named "TryItOn" which gives you facility to select design, styles, fonts, categories and symbols from thousands of classic/modern unique tattoos. Curious to know more about this app?
Luciano Ferrer

Best Related Posts Plugins for WordPress - WPExplorer - 1 views

  •  
    "It's been a while since I pulled a plugin list post, so here is one just to get our groove back on. Before we take it too far though, I'd urge you to spare a few minutes, and check out these other lists: 20 Best Social Media Plugins for WordPress, 20 Great Admin WordPress Plugins, 40 Must-Have WordPress Plugins, and 10 BuddyPress Plugins You Must Have, among others. That aside, how about we drop the anchor and set sail? Good. To make loyal customers out of your readers, you have to keep wowing them with more of your awesome content. After all, creating content like a god won't mean jack if no one can find it long after it has disappeared from your front page. So stop losing visitors left, right and center, and actively engage them with more content - more related content that will keep readers from exiting your site from the entry post. Good news is with the right related post plugin, you can direct users to more of your content, and keep them on your site longer, which - if you're wondering - increases your chances of making a sale. In this post, we will unveil a few select related post plugins for WordPress, so you can drive user engagement, boost your page impressions, and hopefully net those elusive sales. Enjoy and share your favorite related posts plugins at the end! Let's start with…"
netgains

Superior 3D Floor Plans for Your Dream Home - 1 views

  •  
    Everyone has a dream to have stunning house. Now you can convert your fantasy into reality with 3d plans. Know how to select best 2d/3d plan service to design your home with maximum benefits at Netgains.org.
  •  
    Everyone has a dream to have stunning house. Now you can convert your fantasy into reality with 3d plans. Know how to select best 2d/3d plan service to design your home with maximum benefits at Netgains.org.
Luciano Ferrer

WordPress - Total Control HTML5 Audio Player for WordPress | CodeCanyon - 4 views

  •  
    "The Total Control HTML5 Audio Player for WordPress is jQuery plugin widget that streams audio and features a manageable playlist. It features 3 skins and a mini player option for a more compact interface. Playlist rows can be dragged and dropped to rearrange song order and new songs can be added on the fly. Also, users can choose which songs are to be skipped when repeat is enabled. When configuring the plugin widget, you can select a playlist you have created in the Playlist Manager."
Vernon Fowler

10 Must Have bbPress Plugins for WordPress - WPMU.org - 0 views

  •  
    "The bbPress plugin is a great option for providing your users with a forum that integrates seamlessly with WordPress, almost as if it were a natural part of the core. The goal is to keep it as speedy and light as possible. Therefore, the bbPress plugin doesn't include everything you need for a full-featured forum for WordPress. You'll need to add in functionality via plugins. I've selected some of the best current add-ons for bbPress. These plugins will help you to be able to provide a smooth experience as well as many of the commonly-expected features of a standalone forum."
Vernon Fowler

Should I change my WordPress MySQL database tables from MyISAM to InnoDB? | TCBarrett - 0 views

  • MySQL’s default storage engine changed from MyISAM to InnoDB with version 5.5
  •  
    InnoDB is, in theory, always going to be a better storage engine. Offering database features that should be part and parcel of all applications. On the internet, speed is king. Faster pages are always better. So, unless you know differently, leave things as they are. Your host controls your database version. Your database developers have tuned and selected the fastest engine. Go with that.
Aman Khani

Tips for Users: How to Select the Best Web Hosting Company in India - 1 views

  •  
    The hosting services help to improve your website virtual presence, and in order to get this sort of service you can contact to Indian web hosts as well as foreign web hosts.
Vernon Fowler

How to Include JavaScript and CSS in Your WordPress Themes and Plugins | Wptuts+ - 0 views

  • a selection of common JavaScript libraries are already included that you can use for your JavaScript development
  • be selective about which pages you load your scripts on. If your plugin or theme has a script that only does something on one front-end or admin page, such as the theme’s options page, or maybe a page with a specific widget, you only need to load your script on that page. No point clogging things up and loading scripts on pages where they’re not being used!
  • it’s perfectly possible to prioritise scripts and styles and nominate whether they load in the header or footer from the comfort and safety of your functions.php. The benefit being that your theme / framework will work with a wider range of other plugins / child themes.
  • ...2 more annotations...
  • get_template_directory_uri()
  • get_stylesheet_directory_uri()
Luciano Ferrer

WordPress › Block Specific Plugin Updates « WordPress Plugins - 1 views

  •  
    "This Plugin blocks updates from a specific plugin. You can select the plugins you want to block for updates from Block Plugin Update under Settings"
Luciano Ferrer

WordPress › WP-Members « WordPress Plugins - 2 views

  •  
    "WP-Members™ is a plugin to make your WordPress® blog a membership driven site. Perfect for newsletters, premium content sites, and more! The plugin restricts selected WordPress® content to be viewable by registered site members. Unlike other registration plugins and WordPress® itself, WP-Members™ puts the registration process inline with your content (and thus your branded theme) instead of the native WP login page. WP-Members™ works "out-of-the-box" with no modifications to your theme, but it is scalable for users that want to customize the look and feel, or want to restrict only some content. It is a great tool for sites offering premium content to subscribers, and is adaptable to a variety of applications."
Luciano Ferrer

WordPress › Column Shortcodes « WordPress Plugins - 0 views

  •  
    "Adds shortcodes to easily create columns in your posts or pages Adds shortcodes to easily create columns in your posts or pages. Sometimes you just need to divide your page into different columns. With this plugin you just select a column shortcode and it will add the column to the page. There are 9 different column widths available from which you can make all combinations"
Luciano Ferrer

WordPress › WP-Polls « WordPress Plugins - 0 views

  •  
    "Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress's blog post/page. WP-Polls is extremely customizable via templates and css styles and there are tons of options for you to choose to ensure that WP-Polls runs the way you wanted. It now supports multiple selection of answers."
Luciano Ferrer

WordPress › CleanPrint « WordPress Plugins - 0 views

  •  
    "CleanPrint - Eco-friendly content output to print, PDF, email, Kindle, Box, Google Drive and Dropbox The world's best and most used eco-friendly print tool is now available on WordPress. Join top sites like NBC News, CNN, Disney and Fox Sports and offer your users an economically and ecologically friendly printing and saving experience that saves paper, ink, and money while saving trees. How CleanPrint Works CleanPrint is an eco-friendly tool that saves paper, ink and money when printing from the internet. Users can easily edit content before printing or saving to PDF, Kindle, Dropbox, Google Drive or Box. CleanPrint includes sharing tools and a pagination/paper saving counter that shows visitors how eco-friendly your site is and helps them avoid that dreaded extra sheet of paper! User activates CleanPrint by hitting print button Print preview appears including pagination and editing tools for optimization User selects desired output: PDF - Saves content as a PDF document Text - Saves content as a rich text formated file Dropbox - Saves a PDF or text file to your Dropbox account Box - Saves a PDF or text file to your Box account Google Drive - Saves a PDF or text file to your Google Drive account Kindle - Saves content directly to your Kindle Google Cloud Print - prints to a remote printer Print - Sends content to your printer Email - Sends content via email Share article link to Facebook, Twitter, LinkedIn, and Google+ Features and Benefits Use the CleanPrint button set or point your own buttons or text to CleanPrint. Lightbox keeps users on your page within their original browser window. Green ticker shows how many pages CleanPrint has saved. Pagination/paper saving counter helps users avoid that dreaded extra sheet of paper. Control - Users are in control of font size, images, gray scale of text, and eliminating any unwanted content before outputting t
Vernon Fowler

WordPress › User Role Editor « WordPress Plugins - 0 views

  • as a copy of other existing role
  • Multiple roles could be assigned to user simultaneously
  •  
    With User Role Editor WordPress plugin you can change user role (except Administrator) capabilities easy, with a few clicks. Just turn on check boxes of capabilities you wish to add to the selected role and click "Update" button to save your changes.
Miren Berasategi

IImage Browser - 0 views

  • I have added a lot of JavaScript code to allow you insert pictures to your post as easy as possible.
kie guy

Carrington Blog 2.0 - Carrington - 0 views

  •  
    "We've released Carrington Blog version 2.0, a significant update to our advanced end-user blog theme (built on the Carrington theme framework). Major changes since 1.x include: - Support for threaded comments. - Customizable colors with preview. - Customizable header images (select from your media gallery. Lightbox display for galleries. - Integration of "attachment" display into the core framework. - A variety of other enhancements and improvements."
jdr santos

Free WordPress Theme CMS Framework » Ashford WordPress Theme - 7 views

  •  
    "Ashford is free forever and selected by Smashing Magazine as a "high quality free theme"."
1 - 20 of 65 Next › Last »
Showing 20 items per page