Skip to main content

Home/ Wordpress/ Group items matching "like" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
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
Luciano Ferrer

WordPress › WPtouch « WordPress Plugins - 2 views

  •  
    "WPtouch automatically transforms your WordPress website for mobile devices, complete with ajax loading articles and smooth effects when viewed from popular mobile web browsing devices like the iPhone, iPod touch, Android mobile phones, BlackBerry OS6+ mobile devices, and more!"
Luciano Ferrer

Postmatic Basic - Subscribe to Comments & Posts. And simply reply. - 0 views

  •  
    "Postmatic lets your readers subscribe by email when they leave a comment. Subsequent comments and replies will land in their inbox, just like with Mailpoet, Jetpack or Subscribe to Comments. Except now with Postmatic, they can comment back and keep the conversation going just by hitting reply. They never have to leave their inbox."
LinkSture Technologies

Brando Responsive and Multipurpose OnePage WordPress Theme - 1 views

  •  
    Brando is a completely modern, feature-rich, professionally designed, fully responsive and multi-purpose onepage WordPress theme. You will have an impressive number of readymade onepage site demos as per your business nature like design / ad / digital media agency, architecture firm, personal resume / vcard / portfolio, freelancer, spa and beauty saloon, art and photography, wedding, restaurant / hotel, tours and travel agency, event landing page, tattoo maker but this is not the limit as you can combine multiple elements from different innovative demo to achieve the style as per your imagination. It provides multiple eye-catching portfolio and blog layouts as well as coming soon page for showcasing your projects, news and other content. The Visual Composer - a widely used, premium, drag & drop enabled, quick content editing tool is integrated and included in the theme free of cost to helps you create and manage website pages content without touching the code. It also offers theme settings panel to manage overall website layout, colors, fonts, header, footer, social sharing and much more. It provides a great import feature to import demo data for your desired onepage demo or multiple different demos also quickly. Brando is extremely polished, cutting edge implementation of high-end search engine optimization enhancement techniques from the well structured and fast executable codebase, better result in all devices and browsers, and rendering your pages spectacularly effective to achieve the top ranks for all the relevant searches at an impressive high speed and hence resulting in higher level of traffic.
Peter Nilsson

W3 Total Cache - Improve Your WordPress Site's Speed - 0 views

  •  
    W3 Total Cache is one of the most powerful caching plugins. It offers features like Page cache, Browser cache, Database Cache and CDN integration.
anonymous

Image and Video Optimization for SEO Success - 0 views

  •  
    A successful online business is defined by its measure of web presence, typically how high it is ranked in the major search engines like Google and Yahoo. Today, every small and big online business owner knows that SEO is critical to their website's success. Search engine optimization is the key to attaining web business excellence; it's all about getting to the top of search engine ranks and sustaining the cash flow.
anonymous

Why Like-Gating Will Not Help You Earn Customer Loyalty? - 0 views

  •  
    Many companies use short cut strategies these days to increase number of customers. They need to consider the fact that impact of short cut strategies do not last long. To establish a long-term relationship with your target customers, you need to put in energy and time.
Luciano Ferrer

WordPress › Share and Follow « WordPress Plugins - 3 views

  •  
    "Add Share Icons, Follow Links, Facebook Like, Twitter Tweet and other buttons in the way you want. Simple & adaptable social networking. "
david clay

Importance of Web Page Optimization - 0 views

  •  
    We all hope for having the most attractive website that leaves the visitor absolutely astonished and mesmerized. Basically having an eye-catching website design involves a lot of efforts like graphic elements, animations etc.
Jean-François Noubel

How to Increase Upload Size in WordPress | AppThemes Docs - 5 views

  •  
    By default, WordPress sets the maximum upload file size to 32MB (code is located in wp-settings.php) which, for most people, is large enough. However, if you would like to increase your max upload file size to something higher, you can follow this simple trick.
david clay

ecommerce business Solutions, Ecommerce Marketing Services - 0 views

  •  
    Expert's guidence to the faq for ecommerce bussiness solutions like ecommerce web development and website designing from our professional team
Luciano Ferrer

16 Beautifully Designed Free Wordpress Themes | Design Marketing Advertising Free Tips - 11 views

  •  
    "16 Beautifully Designed Free WordPress Themes As 2011 comes to an end we'd like to feature some of the coolest and beautifully designed WordPress themes released throughout the year!"
david clay

Advantages of WordPress Websites - 0 views

  •  
    If you are considering getting an internet site yourself, you're most likely asking that exact same question. I possibly could easily ramble on about technical things replicated from forums and blogs, but that wouldn't help anybody and would totally not in favor of what WordPress is about, simplicity and quality!Rather, however, I'm able to be truthful and let you know about things I see as the advantages of a WordPress Website, being a consumer, not a graphic designer.
Luciano Ferrer

WordPress › Membership « WordPress Plugins - 4 views

  •  
    "Membership transforms your WordPress website into a fully functional membership site. Provide access to downloads, online content, videos, forums, support and more through flexible membership levels and options. Simple to use, flexible - this plugin will meet all of your membership site needs. Want to create a site like GigaOm, Izzy Video, PSD Tuts? Now you can do it, easy!"
william x

10 Most Common WordPress Errors (With Solutions) - 9 views

  •  
    If you are a Wordpress user who likes to get your hands dirty with the codes, or one who just loves installing plug-ins and changing themes, you'll understand
Luciano Ferrer

6 Ways to Customize WordPress Post Order * Perishable Press - 12 views

  •  
    "Recently, reader Luke Knowles asked how to customize the sort order of his posts in WordPress. Looking into a solution to this question proved quite enlightening. Within moments I was able to discern 4 methods for modifying post order, and then several days later I discovered 2 additional custom sorting techniques. After updating the reply to Luke's comment, it seemed like some good information that other WordPressers may find useful. So, here are six ways to customize the sort order of posts in WordPress."
david clay

Best Web Design Platform? WordPress - 7 Explanations Why - 0 views

  •  
    If you're a website designer, or are setting up an internet site or perhaps a blog the very first time, you've most likely began to understand that WordPress is most certainly the very best web site design platform currently available.
Luciano Ferrer

24 Stable WordPress Plugins For A Better Publishing Experience - 7 views

  •  
    "WordPress, as most of us experience, is so strong and flexible. It is hard to think of a website that can't be brought to life with it. Besides this power, it is still simple which is great. This simplicity sometimes ends up in some non-existing features which would actually be nice if they were available when needed -seems like the definition of plugins: )-. As a designer/developer who spend lots of time with WordPress, I want to share a list of plugins which I use for almost every WordPress setup and they end up saving lots of time."
Luciano Ferrer

WordPress › Advanced Custom Fields « WordPress Plugins - 4 views

  •  
    "Fully customise WordPress edit screens with powerful fields. Boasting a professional interface and a powerfull API, it's a must have for any web dev Advanced Custom Fields is the perfect solution for any wordpress website which needs more flexible data like other Content Management Systems."
Luciano Ferrer

How to Create Additional Image Sizes in WordPress - 0 views

  •  
    "WordPress has a built-in feature Post Thumbnails aka Featured Images. There is also a built-in function add_image_size() which lets you specify image sizes and give you the option to crop. Using these core functions in your theme can essentially eliminate the need of a third party script like TimThumb in most cases."
‹ Previous 21 - 40 of 174 Next › Last »
Showing 20 items per page