Skip to main content

Home/ Wordpress/ Group items matching "usefulness" 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
1More

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."
1More

Making the Correct Use of Media Queries in a Responsive WordPress Site - 0 views

  •  
    In this tutorial, we´ll be talking about the process of using media queries in a responsive design. But, let us first have an introduction to media queries.
8More

Before Licensing - CC Wiki - 0 views

  • They do not give you the ability to restrict anything that is otherwise permitted by exceptions or limitations to copyright—including, importantly, fair use or fair dealing—nor do they give you the ability to control anything that is not protected by copyright law, such as facts and ideas.
    • Carlos Brocca
       
      Otherwise = de otro modo, de otra manera
  • Creative Commons licenses attach to the work and authorize everyone who comes in contact with the work to use it consistent with the license. This means that if Bob has a copy of your Creative Commons-licensed work, Bob can give a copy to Carol and Carol will be authorized to use the work consistent with the Creative Commons license. You then have a license agreement separately with both Bob and Carol.
  • One final thing you should understand about Creative Commons licenses is that they are all non-exclusive. This means that you can permit the general public to use your work under a Creative Commons license and then enter into a separate and different non-exclusive license with someone else, for example, in exchange for money.
  • ...3 more annotations...
  • What if I change my mind? This is an extremely important point for you to consider. Creative Commons licenses are non-revocable. This means that you cannot stop someone, who has obtained your work under a Creative Commons license, from using the work according to that license. You can stop offering your work under a Creative Commons license at any time you wish; but this will not affect the rights with any copies of your work already in circulation under a Creative Commons license. So you need to think carefully when choosing a Creative Commons license to make sure that you are happy for people to be using your work consistent with the terms of the license, even if you later stop distributing your work.
  • However, you should also think about exactly which elements of your work you are licensing. For example, in the case of a website, are you licensing just the text and images? Or also the stylesheets and the code that run the site? Similarly, if you make CC-licensed music available for download on your site, does the Creative Commons license apply to both the musical composition and the sound recording as well as any artwork and graphics at your site? And remember, as discussed under “2. Make sure you have the rights” above, you need to make sure you have the rights to each element that you license under a Creative Commons license.
    • Carlos Brocca
       
      Muy importante esto de tener claro mis derechos y a qué le aplico la licencia, textos, imagenes, etc
  • Take a moment to think about exactly what you are intending to license and then frame your metadata and legal notice accordingly, eg. “All images at this site are licensed under a Creative Commons [insert description] 2.5 license.”
1More

JungleJar | Wordpress Plugins That We Consider Essential - 0 views

  •  
    Over the years I've come across a few Wordpress CMS Plug-ins that I have found essential and have used at one time or another on a few, if not all, of my websites. So, if you use the Wordpress Content Management System, you might find this article helpful as I've compiled a list of the Wordpress Plug-ins I consider to be highly useful.
1More

5 Ways to Incorporate Google Buzz Into WordPress and BuddyPress - WordPress MU and Budd... - 9 views

  •  
    Perhaps the most exciting news on the internet this week was arrival of Google Buzz, a new way for Google junkies to connect socially by sharing information and interacting with each other's posts directly within their Gmail accounts. People are clamoring to let the world know what they think the implications for Facebook and Twitter will be. Many of us who have long enjoyed Google Reader as a media aggregator were delighted to see Buzz come on the scene. Whether you like the Buzz feature or not, people are definitely using it. There's no question about that. Why not let them use it by sharing your blog site, posts and pages? :) If the Buzz continues as successfully as it has so far, perhaps we'll begin to see it added as a staple to all the social media share buttons icon packages and plugins. Here are a few of the ways you can get Google Buzz incorporated into your WordPress and BuddyPress sites right now:
4More

Conditional Tags « WordPress Codex - 0 views

  • The Conditional Tags can be used in your Template files to change what content is displayed and how that content is displayed on a particular page depending on what conditions that page matches. For example, you might want to display a snippet of text above the series of posts, but only on the main page of your blog. With the is_home() Conditional Tag, that task is made easy.
  • is_single()  When any single Post (or attachment, or custom Post Type) page is being displayed. (False for Pages)
  •  
    Great for use with the Widget Logic plugin. A reference for all the conditional tags that help you restrict a widgets viewing.
  •  
    Warning: You can only use conditional query tags on or after the init action hook in WordPress. For themes, this means the conditional tag will never work properly if you are using it in the body of functions.php, i.e. outside of a function.
1More

Free Wordpress Themes Restaurant Blog Template - 0 views

  •  
    Wordpress Restaurant Menu Web2.0 Theme Template, Come with 2 Columns, web2.0 Theme Template, This theme is compatible with WordPress 2.7, ready for threaded comments come with WP 2.7, and tested on various major web browsers. Besides the integration of widely used function PageNavi, we add a brand new function to this theme - Quotable Commentary! With this function you can select any part of the article, quote it and reply, by just one click, Suitable For Restaurants Blogs Or City/Country Restaurants Directory Blogs, This work is under Creative Commons Attribution-Share Alike 3.0 License, This means you may use it and make any changes you like, However, credit links must remain on footer for legal use, This Theme Was Tested and Work Fine On IE 6.0 & 7.0, Mozilla Firefox, Opera 9.02, Google Chrome and Safari Web Browsers, this Theme Was Tested on The Latest Wordpress Version Also.
1More

How to use php syntax in Wordpress - 3 views

  •  
    Earlier I would have introduced it this "php code widget" that is a wordpress widget allows you to run php syntax, but i find another decent plugin (Exec-PHP) of wordpress these two days. Although it is also the implementation of php syntax, but its advantage is able to use in the article. if you want to use it in widget, you can fill php code in the text. There is a very simple way to install, just download it into your plugin directory and then extract file and active it so that you can add php code in the article and widget...
1More

Digging Into WordPress - the book! - 4 views

  •  
    Two of my favorite web designers with super helpful blogs, Chris Coyier of CSS Tricks and Jeff Starr of Perishable Press, have just released their new collaboration! The book, "Digging Into WordPress," is now available as a PDF download, and if you buy the PDF book now, you will be eligible for a "sweet discount" on the hard copy of the book when it comes out, plus receive updates free. They've done a great job on this book, which covers setting up WordPress, anatomy of a WordPress theme, theme design and development, extending functionality including using WordPress as a CMS, working with RSS feeds, SEO, dealing with comments, and keeping your site "healthy." I already followed both of these designers before they began their collaboration, and have found countless useful tutorials, code snippets, design ideas, and much more on both of their sites - I've relied on Perishable Press as a source for great unobtrusive javascript code, and on CSS-Tricks for all kinds of other useful tools for making valid, functional, and beautiful sites. This book is bound to be a valuable reference to anyone who works with WordPress.
1More

Creating A Useful Wordpress Widget, Using Topsy - 0 views

  •  
    Yesterday, I was looking for a way to create a Wordpress widget that would use Twitter as a search engine. While there are some awesome Twitter plugins out
2More

How to Remove Links in Thesis Theme footer.php | Levoltz - 2 views

  • Thesis WordPress Theme is the theme that this blog uses and I highly recommend it it to all Bloggers. Very easy to use and no coding knowledge required, it is also higly customisable.
  •  
    Thesis WordPress Theme is the theme that this blog uses and I highly recommend it it to all Bloggers. Very easy to use and no coding knowledge required, it is also higly customisable.
1More

WordPress › SendinBlue Subscribe Form And WP SMTP « WordPress Plugins - 0 views

  •  
    "Easily send emails from your WordPress blog using your preferred SMTP server SendinBlue's official plugin for WP is a powerful all-in-one email marketing plugin. At a glance: Subscribe forms - Create custom subscribe forms and integrate them easily in your posts, pages or sidebars Contact lists - Manage your contact lists and take advantage of advanced segmentation to improve your campaigns performance Marketing campaigns - Easily create and send beautiful newsletters using drag and drop builder or selecting from our template library Transactional emails - The wp_mail() function use automatically SendinBlue's SMTP for enhanced deliverability and tracking Statistics - Real-time dashboard giving you a global insight over deliverability and performance: opens, clicks, bounce reports, etc."
1More

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. 
1More

Surprising and Out-of-the-box Uses of WordPress - 0 views

  •  
    WordPress is a dynamic CMS platform used for a variety of purposes. In this post, we discuss about out-of-the-box uses of WordPress, other than blogging.
1More

WordPress › Lightbox « WordPress Plugins - 0 views

  •  
    "Huge-IT Lightbox is a perfect tool for viewing photos and videos. It is created especially for simplification of using, permits you to view larger version of images and videos and giving an interesting design. The video link can be from two sources, it is Vimeo and YouTube. With the help of slideshow and various styles, betray a unique image to your website. It is very easy in use. All you have to do is install the plugin and it will automaticly work. We have created it specially to make the process of using in the most simple way, so that even your child could manage it."
3More

Trademark Policy | WordPress Foundation - 1 views

  • All other WordPress-related businesses or projects can use the WordPress name and logo to refer to and explain their services, but they cannot use them as part of a product, project, service, domain, or company name and they cannot use them in any way that suggests an affiliation with or endorsement by the WordPress Foundation or the WordPress open source project.
  • it is not OK to use it as part of your company or product logo or branding itself
  • The abbreviation “WP” is not covered by the WordPress trademarks and you are free to use it in any way you see fit.
2More

12 Best WordPress eCommerce Themes - 4 views

  •  
    WordPress can be used to start your online store. WordPress eCommerce themes can assist you if you are looking to start a new website that actually is a store. You will benefit of the ease installation of eCommerce templates, and also SEO features, so your next step now is choosing a great WordPress eCommerce theme if you have a product to sell.
  •  
    "WordPress can be used to start your online store. WordPress eCommerce themes can assist you if you are looking to start a new website that actually is a store. You will benefit of the ease installation of eCommerce templates, and also SEO features, so your next step now is choosing a great WordPress eCommerce theme if you have a product to sell. Although there are plenty of WordPress eCommerce themes that are available today, but we are only featuring top 12 eCommerce WordPress themes that are useful for you to have, and will help you grow your business."
2More

Debugging WordPress: How to Use WP_DEBUG - WPMU.org - 1 views

  •  
    Debugging WordPress: How to Use WP_DEBUG http://t.co/LtjxHHt0sn
  •  
    Debugging WordPress: How to Use WP_DEBUG http://t.co/LtjxHHt0sn
2More

The Power of WordPress and jQuery: 25+ Useful Plugins & Tutorials - 0 views

  •  
    jQuery is ideal because it can create impressive animations and interactions while being simple to understand and easy to use. WordPress awesomeness lies in its fact that it can be customized to power any type of site you like! But what happens when you combine the power of jQuery with WordPress, the possibilities are infinite.
  •  
    jQuery is ideal because it can create impressive animations and interactions while being simple to understand and easy to use. WordPress awesomeness lies in its fact that it can be customized to power any type of site you like! But what happens when you combine the power of jQuery with WordPress, the possibilities are infinite.
1More

Over 7544 Reasons Why I Use Wordpress - 0 views

  •  
    Wordpress is the most popular way for everyone who wants to build blog. I also use Wordpress platform for this blog. Why is the title of this post says, Over 7544 Reasons To Use Wordpress? It's simply because Wordpress has more than 7544 plugins at the time when i write this post. The amount of plugin itself is enough to be a reason why we have to use Wordpress blog!
‹ Previous 21 - 40 of 586 Next › Last »
Showing 20 items per page