Skip to main content

Home/ Wordpress/ Group items tagged tutorials theme

Rss Feed Group items tagged

kako Smith

Thesis WordPress Theme - Mastering Custom Hooks аnd Functions іn Thesis - 0 views

  •  
    Thesis Framework іs а vеrу flexible theme. Іt саn bе customized vеrу easily usіng whаt developers call "Thesis Hooks." Thesis Hooks саn change еvеrу раrt оf уоur WordPress blog. Іn thіs WordPress tutorial, I'm going tо shоw уоu hоw tо modify уоur Navigation Menu
Luciano Ferrer

7 Top Plugins for Podcasting with WordPress | Elegant Themes Blog - 1 views

  •  
    "Unless you've been hiding under a (presumably delightfully comfortable) rock for the past few years, you will have noticed the extraordinary rise in the popularity of podcasting (one billion podcast subscriptions was passed way back in 2013). And being the enterprising type, you're ready to wade in and grab the opportunity that podcasting presents with both hands. As a WordPress site owner, you'll be delighted to hear that podcasting and WordPress go hand in hand. To save you the unnecessary hassle and effort that can be involved with integrating podcasts with your WordPress site, we've rounded up seven of the top podcasting plugins out there for you to consider below. By the end of the piece, you're sure to have found a solution to suit your needs. Before we crack on to the list though, let's cover some background on podcasting itself. A Brief Overview of Podcasting Podcasting's history goes back further than blogging itself. Although its roots lie in the 1980s indie radio boom, the modern format become popular in 2004 through platforms such as Odeo. During that time, the iPod was the dominant force in online media consumption. Developers and radio enthusiasts were on the lookout for a way to easily add their programs to the device and Apple's 2005 integration of podcasts in iTunes set the ball rolling in earnest. Since then, podcasts have been created by every conceivable media outlet and organization on earth and opened the door for many individual voices. Some of the most popular podcasts have been entertainment-based. The Ricky Gervais Show, for example, started life as an incredibly popular podcast with roots in traditional radio. Due to its success, the show grew into an HBO series with multiple spinoff shows starring various cast members. Other popular podcasts explore a diverse range of topics with standout examples including This American Life, The Joe Rogan Experience, The Nerdist, and Radiolab. The more technically inclined amongs
awqi zar

Building a Stylish Blog Design Layout in WordPress - 10 views

  •  
    Over the last couple of weeks we've been through the process of creating a stylish blog design in Photoshop, coding it up into a static HTML and CSS concept, and now we'll put the whole thing together as a fully working WordPress theme. Follow this step by step walkthrough of the various WordPress theme files, and see how the HTML is split up and injected with PHP tags to provide the complete blogging functionality.
J Black

11 Non-Traditional Uses of WordPress - 0 views

  • the end result is a moderated directory
  • reate a directory on your website or blog where users can submit information about themselves or their business.
  • ort of image bookmarking service for those who have access
  • ...7 more annotations...
  • RecruitPress is a fee job board option.
  • Build a ‘WordBurner’ Email Newsletter Manager Using WordPress and FeedBurner.
  • hosting a forum on your site,
  • contact manager.
  • WordPress Wiki is a premium theme ($30)
  • review site
  • WP e-Commerce is a surprisingly powerful free plugin that will allow you to sell items through your WordPress-powered site or blog.
  •  
    In this article we'll take a look at a combination of tutorials, plugins and themes that can help you to use WordPress in non-traditional ways. Hopefully you'll find something that you can use, or at least something that will be a valuable learning resource for extending your knowledge and skills of working with WordPress.
Johnny Web

How To Change The Copyright Notice In Wordpress - 0 views

  •  
    Tutorial on how to change the copyright notice at the bottom of your Wordpress theme.
anonymous

Tutorial: Change color in the Arras Theme - 2 views

  • This tutorial is based on the default.css. If you want to make a change do it to the user.css, it's an empty css which will 'overwrite' the default.css. So there's actually no need to fiddle with the default.css. In most parts I'll simply give the part which you can put in the user.css, so if you see .widgetcontent { color: #fff; } you can copy/paste that one into your user.css and change the colorcode to your liking. You can combine parts of course. If you see .widgetcontent { color: #fff; } and .widgetcontent { background: #fff; } you can combine it to .widgetcontent { color: #fff; background: #fff; }
  •  
    From the Arras Theme Community Forums. A step-by-step guide along with lots and lots of help. Perfect for those of us who are lazy.
kumar app

50 Most Beautiful Wordpress Websites of 2009 - 14 views

  •  
    Wordpress is one of the most preferred blogging platforms that is being used by millions of people. There is a clear reason to that: it is easy to use it,it has many features and more and more people comes with themes,tutorials and plug-ins just to help users and to make user's life easier. For t
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. "
JR Oakes

40 Useful jQuery Techniques and Tutorials for Great User Interface - 0 views

  •  
    Great collection of Jquery Ui examples to pimp out your WP theme
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.
Vernon Fowler

How to Setup a WordPress Development Environment for Windows | Wptuts+ - 2 views

  •  
    Having a local WordPress test environment is essential for developing themes, plugins, and updating sites. The last thing you want to do is update a live site or install a plugin that completely breaks the site. In this tutorial I'm going to take you through the steps that will give you a local WordPress environment that will allow you to safely and efficiently develop for WordPress.
Vernon Fowler

How To: Setting Up Wordpress Locally Using XAMPP - 0 views

  •  
    "Developing locally on your own computer or on-site server can save time and provide an easier route for testing and development, and with XAMPP you can do so easily. In this tutorial I will guide you through the complete setup of XAMPP and then installation of WordPress so you can build themes and plugins locally."
Clay Leben

WordPress | Pro Blog Design - 12 views

  •  
    Lots of tutorials and explanation for how to design within Wordpress. Clearly written instructions.
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.
Vernon Fowler

Creating A Great 404 Page For Your WordPress Theme | Wptuts+ - 2 views

  • We’re using the 404.php filename, so that WordPress knows to use this as the error page template.
  • Provide a contact for people to report errors.
‹ Previous 21 - 40 of 97 Next › Last »
Showing 20 items per page