Skip to main content

Home/ Wordpress/ Group items tagged how

Rss Feed Group items tagged

John Pratt

How to Add Thank You Confirmation Gravity Forms - 0 views

  •  
    simple tutorial on how to add a thank you page in gravity forms
John Pratt

How to Submit an XML Sitemap in WordPress Video - 2 views

  •  
    How to setup and XML sitemap in WordPress (video) for search indexing and registration
John Pratt

How to Protect WordPress from malware infections - 6 views

  •  
    Great simple guide on how to protect your WordPress website from malware infections
Michael Sturgeon

Design a Stylized Custom WordPress Login Screen - SitePoint - 5 views

  •  
    "In this article, I'll show you in a few short steps how to get started with modifying the login screen so that users experience a customized, branded look and feel. I went over the top with this design just to show how dramatically the login form can be stylized using a simple mod to the functions.php file and some CSS."
Luciano Ferrer

How to Add Widgets to WordPress Theme's Footer | Tips and Tricks HQ - 0 views

  •  
    "I wanted to use widgets in the footer of my WordPress theme but my wordpress theme didn't come with a footer-sidebar by default. I didn't really wanted to change the theme just because of that. So I hacked the wordpress theme to introduce footer-sidebars. If you are looking for a tutorial that explains how you can add sidebars/widgets to the footer of your WordPress theme then keep reading."
Luciano Ferrer

WordPress › Peter's Login Redirect « WordPress Plugins - 0 views

  •  
    "Redirect users to different locations after logging in and logging out. Define a set of redirect rules for specific users, users with specific roles, users with specific capabilities, and a blanket rule for all other users. Also, set a redirect URL for post-registration. This is all managed in Settings > Login/logout redirects. You can use the syntax [variable]username[/variable] in your URLs so that the system will build a dynamic URL upon each login, replacing that text with the user's username. In addition to username, there is "userslug", "homeurl", "siteurl", "postid-23", "http_referer" and you can also add your own custom URL "variables". See Other Notes / How to Extend for documentation. If you're using a plugin such as Gigya that bypasses the regular WordPress login redirect process (and only allows one fixed redirect URL), set that plugin to redirect to wp-content/plugins/peters-login-redirect/wplogin_redirect_control.php and set the relevant setting to "Yes" at the bottom of the Settings > Login/Logout redirects page in the WordPress admin panel. You can add your own code logic before and between any of the plugin's normal redirect checks if needed. See Other Notes / How to Extend for documentation. Some examples include: redirecting the user based on their IP address; and redirect users to a special page on first login. This plugin also includes a function rul_register that acts the same as the wp_register function you see in templates (typically producing the Register or Site Admin links in the sidebar), except that it will return the custom defined admin address. rul_register takes three parameters: the "before" code (by default ""), the "after" code (by d"
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 Style Your Posts Based on Category, Tag or Custom Taxonomy in WordPress - Theme.fm - 0 views

  •  
    "How To Style Your Posts Based on Category, Tag or Custom Taxonomy in WordPress Style Posts by Taxonomy We heard this question many times and it's not as simple as it sounds, so we're dedicating a whole blog post to the solution. Today we'll talk about child themes, taxonomy (categories, tags and custom taxonomy), the post_class function, it's filter friend and their correct usage in WordPress themes. As simple as it sounds, adding the appropriate CSS rules to your theme stylesheet doesn't always work unless you're using default themes or very well written ones. Then again, even if it does, you might see it broken during the next update to the theme you're using, which brings us to child themes."
Alex Sysoef

My eHow Experiment : No Job For Mom - 0 views

  •  
    I'm going to track how money grows and how long it takes to make eHow earnings worthwhile. I'm going to use Demand Studios as my comparison yardstick. If I had written 100 articles through Demand Studios, I would have earned $15 per article, which would mean I would have earned $1,500
Alex Sysoef

Building Authority Natural Way | WordPress Web 2.0 Spot-Er - 0 views

  •  
    Article Marketing is one of the most effective and natural ways to build incoming links to your site or blog and increase authority status. It is also one of the simplest and cost effective as most article directories are free to submit your content to. Problem comes into to play when you attempt to submit to many sites to increase effectiveness of the strategy - Article Marketing Is Time Consuming! Anyone who is done it before (free) knows that I'm right and most of the time I simply go for article distribution services which cost me - but saves time. And time is of essence! If you feel same way - you might want to read this post as I'm about to describe: * How To Build Incoming Links * How To Get Content to Your Blog!
Alex Sysoef

Impact of Blog Neglect On Traffic | WordPress Web 2.0 Spot-Er - 1 views

  •  
    Ever asked yourself a question: Just how sustainable is your blog? How would a Blog Neglect Impact Your Traffic? And by blog neglect I simply mean breaking your blog posting schedule, posting less or paying less attention than normal to your blog.
Alex Sysoef

How To Clean WP Options - Slow MySQL Queries | Revellian Dot Com - 0 views

  •  
    When your self hosted wordpress site is getting slow, or lots of cpu quota exceeded errors, how do you fix it? One place you need to look is in your main directory (using c-panel's file manager) - find a file called tmp. Inside it, you'll see several folders, one of them is "slow mysql queries". I used cheap shared hosting like most people (blue host, host gator, etc.). Because of that, you will experience problems - especially if you start getting a lot of traffic. What I'm meaning is 500+ individual visitors per day.
Alex Sysoef

How To Become A WordPress Expert in A Few Hours | www.searchforblogging.com - 0 views

  •  
    Would you like to have your very own profitable blog? How about a blog that only takes 3 simple steps to install, requires No Technical Knowledge and once you done with your clicks - fully configured and customized!
John Pratt

How to Add the Google +1 Button to WordPress - 10 views

  •  
    How to add the new Google +1 button to your WordPress theme in the dashboard and editor
John Pratt

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.
John Pratt

How to Create Custom Post Types in WordPress - 6 views

  •  
    all about custom posts types and how to create post types, custom taxonomies, and display them by hacking your WordPress theme
Jungle Jar

JungleJar | Looking at Wordpress Custom Fields and Images Further - 6 views

  •  
    You may remember a previous article I wrote here on JungleJar.com called Using Custom Fields To Post Your Images, but if not, I'm going to reintroduce a few of the code snippets and methods I wrote about in the tutorial about how to save and display image data from custom fields within Wordpress. In this article I'm also going to cover a few of the small yet robust code block methods I myself tend to practice quite a bit that I didn't previously touch on. So, if you're looking for a solid tutorial on how to use Wordpress Custom Fields to display blog post thumbnails in an easy and flexible manner, then this article is for you.
Oscar Gonzalez

How to use nested shortcodes - 0 views

  •  
    Jshortcodes is one of my favorite plugins for WordPress, It lets you easily add columns, boxes, buttons and other goodies when you get creative.  One of the tricks is adding nested objects. Here are the tips on how to make those happen.
  •  
    jshortcodes are pretty cool and useful from time to time
sophi

How to add wordpress to google webmaster Tools: Step by step - 0 views

  •  
    Wordpress performance with Google analytics, Learn how to configure, Wordpress to google webmaster tools
Peter Nilsson

How to Install WordPress on a USB Stick Using Instant WordPress - 0 views

  •  
    If you if you regularly test or develop WordPress themes and plugins, it is a big advantage to set up and use a local sever environment. Learn how to use Instant WordPress. 
« First ‹ Previous 41 - 60 of 505 Next › Last »
Showing 20 items per page