More WordCamp St. Louis Videos

Two more videos have been published from WordCamp St. Louis 2014! This time we have Konstantin Obenland talking about options, transients, and theme mods – Oh My!

We also have the delightful Tom Harness and Leigh Caldwell who share their experience and advice on how to leverage your business’ blog like a rock star.

Keep track of all our great presentations as they come online at WordPress.tv!

Mr. Gadon Visits WordCamp Chicago

Editors note: This is a guest post by Robert Gadon. Robert is a WordPress enthusiast who has used the platform since 2011. He aspires to improve his knowledge and skill using WordPress and enjoys sharing what he’s learned with others. Robert joined the St. Louis WordPress meetup in late 2013 and is a regular attendee at the monthly meetings. If you’d like to be a guest writer here on STL WP, let us know.

R Gadon head shot 05-14-11

WordCamps are community-organized conferences that bring WordPress enthusiasts together to share mutual knowledge, experience, and interest in the platform. St. Louis has hosted several day-long WordCamps in each of the last several years. Planning is underway to do so again in March 2015.

WordCamp-Chicago 2014 hosted 350 attendees, second only in attendance behind the WordCamp-San Francisco. It was recently held the weekend of June 13-14 at the University Center conference facility, located in the downtown Loop at 525 S. State Street.

To meet the needs of new and intermediate level users, WordCamp Chicago offered a 1-day intensive workshop the day prior to the formal conference called ‘Foundation Friday’. Four instructional tracks were offered to target a skill range from beginner through advanced. Corporate and community sponsorship of WordCamp Chicago kept the enrollment cost down to $20 per day, which encourages attendance.

Bus, train, and airline connections between St. Louis and Chicago are frequent and reasonably priced. While some may to prefer to drive the 300 miles between the two cities, parking in downtown Chicago is limited and expensive.

My travel between the two cities was just under $40 when I booked 2 months in advance. I arranged travel to Chicago via Megabus, and returned to St. Louis via Amtrak. Both trips are scheduled for 5-1/2 hours one-way. Passenger rail service usually takes longer due to competition with freight traffic around E. St. Louis and Chicago. Southwest Airlines’ one-hour direct flight to Chicago-Midway runs about $140 round trip. The Chicago Transit Authority (CTA) Orange Line train connects Midway with the downtown Loop for $2.25 one way.

The WordCamp Chicago web site provided a list of housing options close to the event. They include the WordCamp meeting venue, the University Center conference facility (which serves as a dormitory for several nearby colleges and universities), Hostelling International-Chicago at 24 E. Congress Parkway (1 block north of University Center), and a link to Air B and B, the online housing rental service.

From previous visits to Chicago, I opted to stay at the hostel. For under $40/night, I shared a 2-bedroom suite designed to accommodate up to 4 people/room. The suite had a communal lounge, kitchen, and bath. The rooms included a personal luggage locker to secure belongings. Lodging also included breakfast, access to a commercial kitchen (handy for preparing and storing food), several public lounges, and free wi-fi. During my 4-night stay, I shared my room with travelers from Belgium, Turkey, and Slovakia.

Working as an independent free-lancer limits opportunities to regularly engage with people face-to-face about WordPress. Locally, I’m limited to monthly Meetups once or twice a month, and occasional interaction online through support forums. It was exciting to walk into the conference center and encounter hundreds of people from throughout the region and beyond gathered for 3 days to share their enthusiasm, knowledge and experience with WordPress.

WordCamp presentations were formally organized along 3 tracks: architect (design); foreman (design implementation); and engineer (development), with additional presentations offered around topics of a general interest, and business and project management. I was particularly interested is presentations about site design, work flow management, and business management and development.

The conference organizers recruited a superb set of speakers, whose video recordings can be found at ‘WordPress.tv’ (Here’s the complete list of WordCamp Chicago). The slides shown in most of the presentations are available on the WordCamp Chicago web site (June 16 post, ‘WordCamp Chicago Slides!’). As of this writing, the conference schedule is still posted on the WordCamp Chicago 2014 web site. Look it over for topics of interest. Chances are you can find a video recording of most of the presentations through WP.tv.

The Saturday lunch break offered several activities to socialize. I joined one of the networking lunches at a nearby restaurant. It offered a great opportunity to listen in on several conversations at once, ask questions, and glean valuable information on everything from plugins to working with clients. I was pleasantly surprised to meet two freelancers from Missouri; one from suburban St. Louis, and the other from the state’s southeast corner.

Several presentations particularly stood out;

  • Michelle Shulp – ‘A Web Site is Not a Poster’. She discussed the differences and challenges between designing for a static versus dynamic medium (print versus web). Michelle referred to useful design concepts (‘style tiles’), tools (Macaw.com), and bloggers (Brad Frost | Atomic Design) in her presentation.
  • Troy Dean – ‘101 Ways to Elevate Yourself and Demand Higher Fees’. Funny, provocative, bombastic, and occasionally profane, Australian Troy Dean offered a thought-provoking list of lessons learned on improving your business as a WordPress freelancer and consultant.
  • Rebecca Gill – ‘Solutions Before Development: Creating WordPress Products That Actually Sell’. Rebecca explained her transition from builder of custom themes to developing a theme shop targeted to classes of small business and institutional clients (e.g. lawyers, dentists, accountants, educators). She reexamined her approach to product development and marketing to redirect and build a successful small business.

After reviewing my conference notes, I estimate it will take me a year (!) to fully integrate all the new information I recorded. On balance, WordCamp Chicago was a transformative experience that helped me go deeper into the WordPress platform.

Video Of the July General WordPress Meetup

We’re famous! Well, famous enough to have the talented Benjamin S. Hammond record our last Meetup. This impromptu recording in our new space was done by the fine folks over at STLTechTalk.com.

You can check out the first part below, and the rest on STL Tech Talk’s site.

They wanted to help us spread the word and we appreciate the support. Be sure to check out the rest of STLTechTalk.com and their podcasts!

Thanks to J.J., Ben, and everyone for coming out, we had a great meetup and look forward to seeing you all in August!

P.S. Benjamin, the fine gentlemen behind the camera, is a film producer and director. Check out his short film “Misery Mountain“. It’s a bit spooky, so make sure you watch it with headphones late at night – after the kids have gone to bed.

The many, many uses of Advanced Custom Fields

Editors note: This is a guest post by Brian Goldstein. Brian is a freelance WordPress developer in University City. He’s also nearly completely self-taught.  To see some of his work or to get in touch,  check out briankappgoldstein.comIf you’d like to be a guest writer here on STL WP, let us know.

brian-treehouse

There are a few plugins I tend to use on just about every WordPress install I do – for me or for a client.  I always use a back-up plugin, SEO by Yoast, and I’ll almost always use Advanced Custom Fields.

As a developer or a designer, it’s tempting to hide everything away from your clients, so they can’t break the site you’ve just built. ACF helps maintain the design and code integrity of the site while giving your client a way to update content without you. It uses the same logic as the WordPress Loop, so implementation and troubleshooting is simple.

In this article I’ll show 3 simple use cases from a few sites I’ve worked on recently.

Example 1

A common way to use ACF is with another popular plugin, Custom Post Types UI which makes creating custom post types a breeze. Once you create a custom post type, you then create the field groups you want to use and then make them available only for that post type. Once you enter in all the information, be it text, images, or video, you write a php loop calling in those custom post types. Here’s a more concrete example:

ACF_Example

Here, each of these boxes of content are custom post types. One advantage is that once your client “gets” how to make a new blog post, they also know how to change a custom post type. Here’s a screenshot of the editing view of one of these custom post types.

ACF_Editing

As you can see, instead of the standard WYSIWYG (What You See Is What You Get) content editor, you can show the custom fields. ACFs documentation is a clear and an excellent resource.

After you enter the content for each custom post type, we’re ready to edit our theme files to dynamically loop in our custom post types.

On this project, because I also want to display that content elsewhere, it’s inside content-services.php, not the service.php template file. In this case, they are closely related, as we’ll see.

Here is the code for the query that calls in content-services.php on the service.php template :

We open a php block and define an array with the post type we want, then query that array in our loop. The loop pulls in our content-services.php file, where the code that pulls in our fields live. That code looks like this:

Every time you see “the_field()”, that’s pulling in the information you entered in your custom post type. Because the loop ends in services.php and this is inside that loop, you only need to make sure you close each php block, not the loop itself.

Example 2

This example and the next require purchasing the repeater field add-on to ACF. It’s one of the few premium plugins I’d ever recommend buying.

Using the repeater add-on makes displaying a lot of the same kind of information super simple.

For instance, on a restaurant site I recently built, the client needs to be able to change their menu without calling me each time they want to update a menu item. So I built out the menus using ACF’s repeater function.

Each menu section was its’ own field group – so they could add or remove the groups at will. Then, using the repeater I created 2 or 3 sub fields depending on the menu section. Next, I entered in all the data for those menu items – the name of the item, the description, and the price. Finally, it was time to code it out. Here’s what that looked like. These are inside a container div, which has at least one row, and it’s broken into 2 columns in the bootstrap grid, for some context.

Similar logic – you’re telling it to find the field group app here, and if there are rows, while there are rows, to display the sub fields Item, Price and Description.

Example 3

Using ACF repeater to dynamically insert images into a carousel.

Again, similar code: creating a loop that checks for the field, and then if there is data for the subfield, injects it into the source attribute of the img in the carousel. Because it’s just PHP, you can use it just like you use other WP tags. The client can use the photos they want to use without my involvement. You can see this example and the previous example live on plantershousestl.com.

Truth is, I haven’t even scratched the surface of what ACF can do. If you have an ingenious use for ACF, I’d love to hear from you. ACF’s simple code, easy integration on the WP dashboard, and versatility into any design you can imagine make it a go to plugin for me.

Brian Goldstein, freelance WordPress developer
briankappgoldstein.com
@briangoldstein

Fall Community Check-In and Survey

Since we recently changed venues for the General Meetup, and we haven’t asked in a while about our meeting times, we put together a short survey to check-in on how things are going. 

It’s 3 short multiple choice questions and a giant text box to share your thoughts. Please be honest and only reply if you actively attend our Meetups. For all you lurkers – don’t be shy, come join us!

Take a moment to let us know if our meeting time, date, and location work for you. It’s our only way of making sure our community grows and is successful in helping our fellow WordPressers.

http://wpstl.polldaddy.com/s/fall-community-check-i
n