Skip to main content

Home/ Wordpress/ Group items tagged how to customize

Rss Feed Group items tagged

Peter Nilsson

Utilize WooCommerce Coupons to Make Your Customers Spend More - 0 views

  •  
    WooCommerce is one of the best e- commerce plugin for WordPress. Coupons are one of the best tools for making customers visit your website time and again.
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…"
Alex Sysoef

How To Get More Traffic To Your Blog - 0 views

  •  
    Today I'm continuing with answers to the questions presented to me by my customers and readers. And question we will work with today is equally important to the blogs of every size because it deals with most important aspect that determines blog success - Targeted Traffic!
lilymaclanaau

how to log in to norton internet security - 1 views

  •  
    How to log in to Norton Internet Security. If you want to know about this then read this blog and in case you need any assistance then dial Norton customer support toll-free number 1-800-958-211.
Vernon Fowler

WordPress › Content Audit « WordPress Plugins - 4 views

  • You can display the audit details to logged-in editors on the front end if you want, either above or below the content. You can style the audit message.
  • If you want to see sparklines from Google Analytics, also install the Google Analytics Dashboard plugin. This will give you some idea of how popular an article is, which might influence your decisions.
  •  
    Lets you create a content inventory right in the WordPress Edit screens. You can mark content as redundant, outdated, trivial, or in need of a review for SEO or style. The plugin creates a custom taxonomy (like a new set of categories) that's visible only from the admin screens. Since the content status labels work just like categories, you can remove the built-in ones and add your own if you like. You can also assign a content owner (distinct from the original author) and keep notes. The IDs are revealed on the Edit screens so you can keep track of your content even if you change titles and permalinks. The plugin supports the new custom content types in 3.0.
Luciano Ferrer

How to Add Items to the WordPress Toolbar - WPMU DEV - 1 views

  •  
    "In this article, we'll look at how you can add your own custom links to the bar with code so you can quickly access parts of the front and backend of your site with ease. This will be a simple enough task, all we need is one function: add_node(). I recommend taking a look at what the Codex has to say about it, I'll show you the basics using a couple of examples."
Jennifer Ray

HTML Experts - PSD to WordPress, Convert PSD to WordPress, HTML to WordPress - 0 views

  •  
    At Html Experts, we offer PSD to WordPress conversion, HTML to WordPress, PSD to WordPress Integration, WordPress Implementation & Set-up, WordPress Customization, WordPress Plugin Installation.
Aman Khani

Complete Info on Domain Name Registration - 0 views

  •  
    The domain name registration facility provided to customers to solve their issues related to the process. A right host company can suggest you many ways of how to choose a perfect URL for your site as this about the online reputation.
anonymous

Not Enough Fans on Your Facebook Fan Page? Learn How to Increase Your Fan Base - 0 views

  •  
    From freelance web designers to big web designing agencies, everyone is utilizing the marketing capabilities of Facebook. Facebook Fan Page is a very useful medium to promote your business to a global audience. It will help you meet new customers, stay in touch with the old ones and promote your new products or services.
Peter Nilsson

How to Add Sticky Posts in WordPress for Categories - 0 views

  •  
    I appreciate all the support and help I am getting from you and Cloud Gateways. I Hoping to refer new customers for you guys.
Vernon Fowler

Types intro on Vimeo - 0 views

  •  
    Shows how the Types WordPress plugin is used to create custom post types, taxonomy and fields.
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
Mike Brown

No Time? No Money? No Problem! Here's How to Start a Blog with $0 - 1 views

So you're wondering how to start a blog, but you don't have a bunch of money to spend on domain names and hosting. Would you believe me if I told you that wasn't an obstacle? One of the best thin...

wordpress blogging blog

started by Mike Brown on 06 Feb 16 no follow-up yet
Luciano Ferrer

How to Style Each WordPress Post Differently - 0 views

  •  
    "Have you ever came across a site that style their posts differently? Some sites have different sticky posts highlighted whereas others have each category post styled with a different color, or some may even have a totally unique outlook altogether. Well, that is exactly what we are going to cover in this article. We will share how you can style different WordPress posts in different ways. So what are we going to use? We will use a function called post_class. Post Class function prints out different post container classes which can be added, typically, in the index.php, single.php, and other template files featuring post content. Note: This tutorial requires that you are somewhat familiar with WordPress theming, and know fairbits of HTML / CSS. "
Luciano Ferrer

How to Make a Splash Page with WordPress - Tuts+ Code Article - 4 views

  •  
    "In celebration of Cyber Monday, today we're going to show you a technique for creating a custom "Splash Page" for your WordPress theme. You're probably seeing a lot of these around the net today, so you know that they're great for running quick promotions of products or events... but you can have fun with it and come up with creative ways to use a splash page such as advertising, donation button, radio pledge drives, highlight of an upcoming race, or highlight of a new product."
awqi zar

Beginning WordPress Development: A Look at Common Functions - 6 views

  •  
    As a developer, one of my favorite things about WordPress is its built-in functions, which allow you to easily manipulate and extend WordPress with just a few lines of code. WordPress functions are an essential component of WordPress theme development; once you understand how they work, it's easy to create your own custom WordPress themes.
anonymous

WordPress Features & Advantages - 0 views

  •  
    The WordPress Framework offers powerful features to set up an engaging online brand presence for all kinds of businesses. The best part about this platform is that it can be easily customized to meet the exclusive needs of your business.
John Pratt

Create WordPress Theme Video Tutorial - 9 views

  •  
    How to create your own WordPress theme in a video tutorial - takes you from PSD Photoshop design to WordPress coding, everything you need to know to do it on your own.
Luciano Ferrer

Style Different Categories in Your WordPress Site Differently Using CSS - Tuts+ Code Tu... - 0 views

  •  
    "In the previous tutorial I showed you how to style the posts on your main blog page according to their category, creating color coding by category. A lot of sites that use this technique also take it further by adding distinct styling to each section of their site, in a way that co-ordinates with the styling on the main blog page or home page. You can just use a simple color scheme or add completely different styling to each section, maybe with a different logo or branding for different parts of your organisation, or even a different layout. An example is the London Times website, which uses a different color for each section of its site. The front page uses these colors in a banner above each post, as shown in the screenshot:"
‹ Previous 21 - 40 of 61 Next › Last »
Showing 20 items per page