background preloader

Wordpress

Facebook Twitter

How to use BuddyPress as a Private Collaboration System. For sites with multiple writers, it’s nice to have a place for them all to interact privately. Though there are solutions like Yammer and Teambox, they require your writers to register and log into another site. I can only guess as to how busy some people are! With this post I’ll show you how to make your own Private Social network for your writers using BuddyPress. WordPress 3.0 is required for this guide, as we’ll be putting WordPress 3.0’s new multi-site feature to good use, along with BuddyPress. For better integration my Past guides on BuddyPress should go down a treat. Useful Links Making the new Section For the private section, what we’ll really be using it another WordPress site.

Making it Private Depending on the content you plan to post in this section you may not want it private, if so you can skip this part. By making the site private I mean that visitors need to be logged in, in order to access the site. Guide to editing your robot.txt Editing your theme file Don’t want members? Reviews the WordPress Plugin WP User Frontend. As someone who runs several WordPress sites and contributes to even more, I thought the idea of a frontend submission page very interesting.

There are a lot of reasons you may not want to offer access to your admin (even if limited access) and the idea of an out of the box solution sounded great. So when I heard about WP User Frontend I decided to download it, install it, and play around a bit. I documented my findings and have recorded them below so you can follow along and see how the plugin works. At the end of this post I offer up my concluding thoughts and recommendations concerning the plugin – such as who it’s good for and what I liked and disliked about it. Lets jump right in.

WP User Frontend Installation As usual, the first step to using this plugin is visiting the WordPress.org Plugin Directory and searching for WP User Frontend. Immediately after activating the plugin you will notice that you get a permalink error as seen below. WP User Frontend Configuration In Conclusion. Providing Meaningful WordPress Technology for the Entrepreneur and Internet Marketing Since 2005 | Semiologic. 10 Free Blank WordPress Themes. By Jacob Gube This is a review of the top blank WordPress theme choices. What is a Blank WordPress Theme? Blank WordPress themes are boilerplates that serve as a starting point for developing your own custom theme, which is why they’re also called "starter themes" and (less commonly) "naked themes". Blank WordPress themes come with basic WordPress PHP, CSS, and HTML code and theme files already filled out for you. Unlike theme frameworks, most of the files in a blank WordPress theme are meant to be modified based on your needs.

Why Use Blank WordPress Themes? Blank WordPress themes speed up your workflow by reducing the amount of code you need to write. In addition, using a blank WordPress theme lowers the chances of you forgetting critical files or code required for a theme to function properly. Some blank WordPress themes will also have useful integrated features like responsive layouts and sample data to help you test your theme. 1.

Roots is an excellent open source WordPress starter theme. Shouldn't Be Your First WordPress Theme | Roots. We love Roots, these people love Roots, even the US Government loves Roots. It was created to make your life easier as a WordPress developer, and is a collection of valuable tools for creating better websites even faster. But, much like most new skills it is usually easier to start with the basics, and then get more complex. What You Should Know First If you are just getting started with WordPress, there are some core concepts that you should get a good handle on before introducing anything more complex than the basic files and functions required for a WordPress theme.

Roots often builds on (and sometimes cleans up) the default functionality of these concepts, so knowing how they work will help you be efficient and successful when using Roots. The WordPress Hierarchy Before adding any complexities to the file structure that WordPress uses, you should understand how the WordPress template hierarchy works. Loops & Content Functions Template Parts Where To Start New to HTML, CSS and PHP. 10 Free Blank WordPress Themes. Wordpress app. Premium WordPress Themes | WPMU DEV - The WordPress Experts.

The WordPress and WordPress Multisite Manual | WPMU DEV – The WordPress Experts. WordPress New Blog Templates Plugin. For help with installing plugins please refer to our Plugin installation guide. Once installed go to Plugins in the network admin dashboard and Network Activate the New Blog Template plugin. You’ll see a new menu in your network admin: Blog templates. Using Your New Blog Template New blog template can be used as: The default template for all new sites created on your network.A template selection when people sign up for a new site on your network.A template selection when a super admin user creates a new site in Sites > Add New in the network admin dashboard. How the New Blog Template works is you first create a new site and customize it with all features you want automatically added to new sites created with this template.

Please Note: Configuring the settings Once you’ve customized your new site with prepackaged features, you’re ready to make your first blog template. 1. 1. Then select the style you want to use for display on the signup page from the other options. 1. 2. 3. Got all that? 1. Tutorial: Replacing the WordPress Post Editor • Piklist User Guide. MU Domain Mapping. This plugin allows users of a WordPress MU site or WordPress 3.0 network to map their blog/site to another domain. It requires manual installation as one file must be copied to wp-content/. When upgrading the plugin, remember to update domain_mapping.php and sunrise.php.

Full instructions are on the Installation page and are quite easy to follow. You should also read this page too. Super administrators must configure the plugin in Super Admin->Domain Mapping. You may also define a CNAME on this page. Your users should go to Tools->Domain Mapping where they can add or delete domains. The login page will almost always redirect back to the blog's original domain for login to ensure the user is logged in on the original network as well as the domain mapped one. Super admins can now choose to either allow users to setup DNS ANAME records by supplying an IP (or list of IP addresses) or set a CNAME but not both (entering a CNAME for the end user voids the use of IP's) Things to remember: WordPress Bootstrap Starter Theme _tk | An ultra minimal WordPress starter theme based on _s by Automattic and a seamless Twitter Bootstrap Integration. Welcome to image alignment!

The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let’s get started. On the topic of alignment, it should be noted that users can choose from the options of None, Left, Right, and Center. In addition, they also get the options of Thumbnail, Medium, Large & Fullsize. The image above happens to be centered. The rest of this paragraph is filler for the sake of seeing the text wrap around the 150×150 image, which is left aligned.

As you can see the should be some space above, below, and to the right of the image. And now for a massively large image. The image above, though 1200px wide, should not overflow the content area. And now we’re going to shift things to the right align. In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. Look at 580×300 getting some caption love. Itty-bitty caption. Modern Web App Design with WordPress – Part 1 - Alan Greenblatt. I’ve been spending a fair amount of time lately thinking about whether WordPress is a viable platform for building modern web applications. Browse the Web and you’ll find a ton of people saying that WordPress can be used for a lot more than simply blogging. But what exactly does that mean?

When is WordPress simply inappropriate and where does it shine? And, if you are going to use WordPress, can you use modern design patterns for web application development? What I’ve discovered is that you can in fact build some very nice, flexible & scalable web applications built on WordPress using modern design principles, that afford you some very nice unique advantages. In part 2 of this series, we will build a REST interface to our server, using WordPress. In part 3 of this series, we will be leveraging that REST interface to build an data-driven app embedded in a WordPress page. What’s Driving This? Here’s the scenario I’m thinking about – you’re trying to build a rich interactive website. Building Data-Driven Web Applications with WordPress (WordPress App Design part 3) - Alan Greenblatt.

In the last post in this series, we built a REST interface to our server data, which consists of Events and Venues. The REST interface provides the functionality to perform all the necessary CRUD (Create, Read, Update and Delete) operations from a client (e.g. a browser or Curl from a command line) and makes use of WordPress roles and capabilities to determine whether the user making the request has the necessary permissions to perform the requested operation. Our goal in this post is to create a well-structured data-driven Web Application embedded in a WordPress page that makes use of good modern design patterns and leverages the REST interface we built in the previous tutorial. This is what we will be creating: The embedded app above allows you to view, create and edit and delete Venues. I put it on the page by simply adding a shortcode, [ev-venues] to my page.

WordPress, JavaScript & Shortcodes To register a script, we use wp_register_script: $src – Path to the script <? Models Collections. Tutorial: Easy Widgets • Piklist User Guide.