Software Engineering in WordPress, PHP, and Backend Development

Tag: WordPress (Page 142 of 219)

Articles, tips, and resources for WordPress-based development.

Using WordPress as a Backend

These days, it’s hip to say that you’re either working with a framework or you’re working with a content management system.

And, for one reason or another, Team Frameworks frowns upon using a CMS for building a site because it doesn’t require writing code, and Team CMS laughs at the idea of writing so much code to do the same thing they’re able to do without said code.

This is why, in previous posts and in other discussions, I’ve often referred to WordPress as a foundation off of which to build web applications. By that, I mean that WordPress is a content management system and that it is not a framework like Rails, Laravel, or .NET. Instead, its API gives us the ability to extend the application far beyond what it’s able to do out-of-the-box.

And I know, I know. This is all stuff that someone else has said before, but the point that I want to make in bringing this up is how those who are curious about using WordPress as a solution for their data may be writing it off simply because of its branding.

Continue reading

Questioning WordPress Theme Design

When talking about the difference in themes and plugins, it’s common for those involved in building projects for WordPress to know that functionality is usually left to plugins and that presentation is left to themes.

This doesn’t mean there isn’t some cross-pollination (or perhaps cross-contamination? :) where plugins introduce visual effects and themes offer more functionality than they probably should, but as a rule of thumb, I think it serves us well.

Sometimes, though, I wonder if we don’t think hard enough about what the presentation of content actually means when it comes to designing themes. Continue reading

How Would You Teach Yourself WordPress?

With tomorrow being arguably one of the largest holidays in the world, I thought that it might be a decent change of pace of the posts and offer up something a little bit shorter and a little more open ended in hopes of getting some feedback from the rest of you WordPress designers, developers, bloggers, and other users.

So here’s the deal: Back when you first became acquainted with WordPress, you started at ground zero. We all did.

Sure, there might have been a few things that we knew – like how blogging work, or how HTML and PHP worked together, but we weren’t necessarily familiar with WordPress templating nor the WordPress API (or any part of the API for that matter). Continue reading

Tabbed Navigation in WordPress Themes

One of the neater trends that we’re seeing in WordPress themes is that we’re able to introduce tabbed content into a single page when leveraging front-end frameworks – like Bootstrap or Foundation – so you can load up all of the content in a single request and not have to use outdated elements like iframe.

For example, say that you have an index template like this:

  • The template includes the usual header information
  • There’s a content area that’s composed of tabbed navigation (where each tab is a menu item)
  • When the user clicks on a menu item, it brings the corresponding content to the activate state and hides the other content
  • It then includes whatever other widgetized areas and footer content necessary for completing the page

It’s pretty cool when it’s executed correctly. Though I’m not saying I have the definitive way to go about doing this in WordPress, here’s what I’ve found to be most effective.

Continue reading

« Older posts Newer posts »

© 2025 Tom McFarlin

Theme by Anders NorenUp ↑