Skip to main content

Home/ Wordpress/ Group items tagged what

Rss Feed Group items tagged

Erik Emanuelli

Google E-E-A-T: How to Boost Your Authority for Better SEO - 1 views

  •  
    Google E-E-A-T is the recent update to the quality rater guidelines. The most important change consists of the letter E added to the start of the popular acronym E-A-T (expertise, authoritativeness, and trustworthiness). The introduction of the "first-hand experience" is designed to help raters better understand how Google defines high-quality content. This guide will discuss what this means for your website and how to increase your E-E-A-T to improve your SEO.
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
Erik Emanuelli

What Are Permalinks in WordPress? How to Set Them and Why - 0 views

  •  
    Those are the permanent URLs of the blog posts and pages on your WordPress site. Here's how to set them up.
Erik Emanuelli

Free or Premium WordPress Themes: What Should Your Choice Be? - 0 views

  •  
    When it comes to your theme search, the key question you should ask is, free or premium WordPress themes - which is right for you? Let's find out!
Jennifer Ray

Explore What's New in WordPress Version 3.4 "Green" - 0 views

  •  
    Few days back, the widely used WordPress has hit the web development industry with its much-awaited 3.4 version. The recently arrived WordPress 3.4 version named as "Green" in honor of guitarist Grant Green. The new 3.4 version of WordPress comes with lots of improvements that adding more to the usefulness of the WP. A live theme-customizer, custom backgrounds and headers, better support for internationalization and revamped XML-RPC are some major additions to the new version.
Clara James

What is A/B Testing in WordPress Themes? - 0 views

  •  
    A/B testing, split testing or bucket testing is a method of marketing testing by which a baseline control sample is compared to a variety of single-variable test samples in order to improve response rates. A classic direct mail tactic, this method has been recently adopted within the interactive space to test tactics such as landing pages, banner ads and emails. The questions of this can happen in WordPress is asked often and rarely answered.
Peter Nilsson

WordPress 4.2 "Powell" Released, What's new? - 0 views

  •  
    WordPress 4.2, named "Powell" is dedicated to the jazz pianist Bud Powell. Matt Mullenweg announced on the WordPress blog WordPress 4.2 is released.
Peter Nilsson

WordPress 4.3 "Billie" Released, What's new? - 0 views

  •  
    WordPress 4.3 has been released. Matt Mullenweg announced WordPress 4.3 now is available for download. 4.3 is honored to the jazz singer Billie Holiday.
Miren Berasategi

HeadSpace2 - 0 views

  • HeadSpace2 is a plugin to manage meta data for your WordPress site. For the unfamiliar, meta data is all the extra information that explains what your content is about, allowing you to fine-tune your site for search engines. HeadSpace2 tries to make the management of this data as easy as possible so you can spend more time creating content.
  •  
    Advanced meta-data manager for SEO titles, tags, descriptions, and more in Urban Giraffe
jdr santos

WordPress Rocks! » Stay away from wpthemes360.com - 0 views

  • It really aggravates me so much whenever I see someone who takes my themes, add their own sponsor links and release them for people to download. It is against what my license page demands. The most recent website that I found out was wpthemes360.com. They are bad, immoral and are like parasites to live on other people’s work. Please stay away from wpthemes360.com.
    • jdr santos
       
      for your information
Brian R

How to Add Retweet Anywhere in WordPress - 0 views

  • Since twitter announced it’s Twitter Anywhere Platform, developers have been working hard on implementing this API and taking advantage of twitter traffic. We incorporated some elements to WPBeginner such as the hovercard which you can see by bring your mouse to our twitter username: @wpbeginner. In our guide on How to Add Twitter Anywhere in WordPress, we showed a way to add a live tweet box with default text to your WordPress site. In this article, we will share a plugin which takes the live twitter box functionality to the next level by making it a live retweet box on your site. Developed by a very skilled WordPress developer named Konstantin who blogs at Kovshenin.com (@kovshenin). What does this Plugin do? It adds a live retweet button which utilizes the Twitter @anywhere live tweet box API and light box effect.
JR Oakes

WordPress Caching: What's the best Caching Plugin? | Tutorial9 - 6 views

  •  
    Great tutorial on Caching plugins.
Nikki Red

The Expert SEO Consultant in UK - 2 views

Nick Redding is really the best SEO consultant in UK. He gave me great advice and even helped me get more traffic to my website. Nick really worked with me and made me understand why SEO is very im...

SEO Consultant

started by Nikki Red on 07 Apr 11 no follow-up yet
John Pratt

13 Amazing jQuery slider plugins for WordPress - 11 views

  •  
    awesome review and tutorial on jquery slider plugins for wordpress including configuration and setup info, and level of experience required.
  •  
    Great review and just what I was looking for to add a slider to a new site I am creating.
Luciano Ferrer

Reduce spam on your WordPress website with the help of .htaccess | Only functional Word... - 8 views

  •  
    "RewriteEngine On RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} .wp-comments-post\.php* RewriteCond %{HTTP_REFERER} !.*yourdomainname.* [OR] RewriteCond %{HTTP_USER_AGENT} ^$ RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]"
« First ‹ Previous 121 - 140 of 173 Next › Last »
Showing 20 items per page