Mitchell McKenna - tagged with wordpress https://mitchmckenna.com/feed en-us http://blogs.law.harvard.edu/tech/rss LifePress mitchellmckenna@gmail.com Bedrock | WordPress Modern Web Tools + Boilerplate https://mitchmckenna.com/post/16946/bedrock-wordpress-modern-web-tools-boilerplate

WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure. Better WordPress project structure (including renaming wp-content/ to app/). Dependency management with Composer. And more.

]]>
Thu, 12 May 2016 17:42:00 -0400 https://mitchmckenna.com/post/16946/bedrock-wordpress-modern-web-tools-boilerplate/bedrock-wordpress-modern-web-tools-boilerplate
JointsWP - A Blank Wordpress Theme Built on Foundation 6 https://mitchmckenna.com/post/15964/jointswp-a-blank-wordpress-theme-built-on-foundation-6

Starting a new wordpress theme? Wanna use Foundation 6? Here's your headstart.

]]>
Fri, 20 Nov 2015 10:57:00 -0500 https://mitchmckenna.com/post/15964/jointswp-a-blank-wordpress-theme-built-on-foundation-6/jointswp-a-blank-wordpress-theme-built-on-foundation-6
Sage - WordPress Starter Theme https://mitchmckenna.com/post/15241/sage-wordpress-starter-theme

WordPress starter theme based on HTML5 Boilerplate, gulp, Bower, and Bootstrap. Other good starter themes available are Cutlass and Bones.

]]>
Thu, 05 Mar 2015 13:51:00 -0500 https://mitchmckenna.com/post/15241/sage-wordpress-starter-theme/sage-wordpress-starter-theme
Fix WordPress' Jetpack Publicize Not Using Correct URL Structure in Permalink https://mitchmckenna.com/post/15187/fix-wordpress-jetpack-publicize-not-using-correct-url-structure-in-permalink

Jetpack's Publicize can be a handy feature to automatically share your post to various social network's like facebook, twitter and google plus.

One of the annoying features is when it shares it on those social networks it posts a http://wp.me... short link. You can fix that by deactivating "WP.me Shortlinks" in Jetpack settings.

Another annoying thing is even if "WP.me Shortlinks" is disabled, it will share the url in the classic http://domain.com/?p=123 permalink structure. In order to fix this, add the following to your theme's functions.php file:

function tweakjp_cust_shortlink() {
    global $post;

    if (!$post) {
        return;
    }

    return get_permalink($post->ID);
}
add_filter( 'get_shortlink', 'tweakjp_cust_shortlink' );


This solution was posted by the Publicize plugin author here: https://wordpress.org/support/topic/publicize-full-url-to-twitter

]]>
Tue, 17 Feb 2015 03:35:50 -0500 https://mitchmckenna.com/post/15187/fix-wordpress-jetpack-publicize-not-using-correct-url-structure-in-permalink/fix-wordpress-jetpack-publicize-not-using-correct-url-structure-in-permalink
Nimva [Premium WordPress Theme] https://mitchmckenna.com/post/15149/nimva-premium-wordpress-theme

I try to keep a collection of solid looking, well featured premium themes bookmarked incase family or friends ever needs one. This seems like a nice addition to the collection.

]]>
Wed, 04 Feb 2015 14:54:00 -0500 https://mitchmckenna.com/post/15149/nimva-premium-wordpress-theme/nimva-premium-wordpress-theme
Interesting distraction-free writing mode in wordpress beta 1 https://mitchmckenna.com/post/14967/mitchellmckenna-interesting-distraction-free-writing-mode-in-wordpress-beta-1-httpstcoxpxxyc7rxo

Interesting distraction-free writing mode in #wordpress beta 1 https://t.co/xpxXyc7rXo

]]>
Mon, 17 Nov 2014 16:14:00 -0500 https://mitchmckenna.com/post/14967/mitchellmckenna-interesting-distraction-free-writing-mode-in-wordpress-beta-1-httpstcoxpxxyc7rxo/mitchellmckenna-interesting-distraction-free-writing-mode-in-wordpress-beta-1-httpstcoxpxxyc7rxo
Interesting distraction-free writing mode in wordpress beta 1 https://mitchmckenna.com/post/14985/mitchellmckenna-interesting-distraction-free-writing-mode-in-wordpress-beta-1-httpsmakewordpressorgcore20141111focus-v2-demo-video

Interesting distraction-free writing mode in #wordpress beta 1 https://make.wordpress.org/core/2014/11/11/focus-v2-demo-video/

]]>
Mon, 17 Nov 2014 16:14:00 -0500 https://mitchmckenna.com/post/14985/mitchellmckenna-interesting-distraction-free-writing-mode-in-wordpress-beta-1-httpsmakewordpressorgcore20141111focus-v2-demo-video/mitchellmckenna-interesting-distraction-free-writing-mode-in-wordpress-beta-1-httpsmakewordpressorgcore20141111focus-v2-demo-video
Cutlass - Wordpress Starter Theme https://mitchmckenna.com/post/14861/cutlass-wordpress-starter-theme

Cutlass is a Wordpress Starter Theme that includes support for Laravel's Blade templating engine, Bootstrap, and Font Awesome. Also includes Bower, and Gulp for SASS compiling, file concatination, image minifying, javascript uglifying, and livereload.

]]>
Thu, 23 Oct 2014 15:29:00 -0400 https://mitchmckenna.com/post/14861/cutlass-wordpress-starter-theme/cutlass-wordpress-starter-theme
Writr - Free Tumblog Wordpress Theme https://mitchmckenna.com/post/14614/writr-free-tumblog-wordpress-theme

Came across this theme because Taylor Otwell was using it on his site. Good example of how Wordpress' "post format's" can be used to build a tumblr like personal blog.

]]>
Tue, 05 Aug 2014 17:13:00 -0400 https://mitchmckenna.com/post/14614/writr-free-tumblog-wordpress-theme/writr-free-tumblog-wordpress-theme
Was looking for a markdown plugin for wordpress, turns out it's already supported in @jetpack now https://mitchmckenna.com/post/14325/mitchellmckenna-was-looking-for-a-markdown-plugin-for-wordpress-turns-out-its-already-supported-in-jetpack-now-httptcodunv3bdgkz

Was looking for a markdown plugin for #wordpress, turns out it's already supported in @jetpack now http://t.co/DUnV3BDgKZ

]]>
Thu, 10 Apr 2014 15:02:00 -0400 https://mitchmckenna.com/post/14325/mitchellmckenna-was-looking-for-a-markdown-plugin-for-wordpress-turns-out-its-already-supported-in-jetpack-now-httptcodunv3bdgkz/mitchellmckenna-was-looking-for-a-markdown-plugin-for-wordpress-turns-out-its-already-supported-in-jetpack-now-httptcodunv3bdgkz
X - The Ultimate WordPress Theme https://mitchmckenna.com/post/13991/x-the-ultimate-wordpress-theme

Looks like a pretty solid, very customizable wordpress theme. Comes with 30 versions of the theme to pick from and customize.

]]>
Thu, 30 Jan 2014 17:26:00 -0500 https://mitchmckenna.com/post/13991/x-the-ultimate-wordpress-theme/x-the-ultimate-wordpress-theme
Fortis7 - Responsive Multi-Purpose WordPress Theme https://mitchmckenna.com/post/13925/fortis7-responsive-multi-purpose-wordpress-theme

Really nice responsive wordpress theme with portfolio, woo commerce, blog and forums (bbpress) built-in with lots of styling options for $60.

]]>
Thu, 16 Jan 2014 18:13:00 -0500 https://mitchmckenna.com/post/13925/fortis7-responsive-multi-purpose-wordpress-theme/fortis7-responsive-multi-purpose-wordpress-theme
WordPress is getting auto-updating (for minor versions) in 3.7, pretty cool https://mitchmckenna.com/post/13630/mitchellmckenna-wordpress-is-getting-auto-updating-for-minor-versions-in-37-pretty-cool-httptcoriypgagcoo-wordpress

WordPress is getting auto-updating (for minor versions) in 3.7, pretty cool http://t.co/RIypGagCoo #wordpress

]]>
Tue, 05 Nov 2013 13:38:00 -0500 https://mitchmckenna.com/post/13630/mitchellmckenna-wordpress-is-getting-auto-updating-for-minor-versions-in-37-pretty-cool-httptcoriypgagcoo-wordpress/mitchellmckenna-wordpress-is-getting-auto-updating-for-minor-versions-in-37-pretty-cool-httptcoriypgagcoo-wordpress
Meta Slider - WordPress Plugin https://mitchmckenna.com/post/12593/meta-slider-wordpress-plugin

I was on the hunt for a image slider plugin for wordpress and was surprised how many don't include an interface for putting together multiple sliders. Meta Slider was probably the best one I found. You can pick from 4 open source jQuery sliders when creating your slides; Nivo Slider, Flex Slider 2, Coin Slider and Responsive Slides. Slideshows are stored as a custom post type, slides are stored as media files and the relation between the two is stored as taxonomy data. You can create unlimited slideshows with unlimited number of slides.

]]>
Mon, 11 Mar 2013 13:40:00 -0400 https://mitchmckenna.com/post/12593/meta-slider-wordpress-plugin/meta-slider-wordpress-plugin
How to Include JavaScript and CSS in Your WordPress Themes and Plugins https://mitchmckenna.com/post/10837/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins

So your working on your WordPress theme, and need to include some javascript or css, just throw it in the header or footer right? Well, actually Wordpress has it's own preferred way of including js and css. If you follow their best practices, you can avoid the risk of conflicting with other themes and plugins.

]]>
Fri, 17 Feb 2012 12:18:00 -0500 https://mitchmckenna.com/post/10837/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins
Bones - The HTML5 Wordpress Starter Theme https://mitchmckenna.com/post/10740/bones-the-html5-wordpress-starter-theme

A blank WordPress theme to start your next custom WordPress theme from. Available as both a responsive and static theme. Using the 960 Grid. Built Around HTML5 Boilerplate. Insanely Detailed & Organized CSS File. Easy to Customize & Expand Upon.

]]>
Thu, 26 Jan 2012 14:49:00 -0500 https://mitchmckenna.com/post/10740/bones-the-html5-wordpress-starter-theme/bones-the-html5-wordpress-starter-theme
Exhibition Theme - Free Wordpress Theme https://mitchmckenna.com/post/10387/exhibition-theme-free-wordpress-theme

Exhibition Theme is clean and modern WordPress theme with a blog like design. Great theme for artists to showcase their portfolio and blog about their work. Check out the demo page or the theme video provided to see how it works.

]]>
Sat, 05 Nov 2011 18:52:00 -0400 https://mitchmckenna.com/post/10387/exhibition-theme-free-wordpress-theme/exhibition-theme-free-wordpress-theme
What Goes into a Good WordPress Theme https://mitchmckenna.com/post/9019/envato-marketplace-submission-tips

Great tips from the Envato team on what to look for when buying or creating a premium WordPress theme. This screencast details the process that each reviewer takes at Envato when reviewing new submissions. Everything from unique/proper design, coding quality, validation, psd, documentation and licensing.

]]>
Sat, 29 Jan 2011 16:39:00 -0500 https://mitchmckenna.com/post/9019/envato-marketplace-submission-tips/envato-marketplace-submission-tips
Sight: Free WordPress Theme https://mitchmckenna.com/post/8695/sight-free-wordpress-theme

"Sight is a powerful WordPress 3.0.1-ready theme which will work best for magazines and blogs. The theme was designed in modern minimalistic style and has two views: the standard blog view and a grid view. A big image slider on the top gives you extra ability to show the most important content. The theme was designed by WP Shower exclusively for Smashing Magazine and its readers. As usual, the theme is absolutely free to use in private and commerical projects."

]]>
Thu, 25 Nov 2010 00:12:00 -0500 https://mitchmckenna.com/post/8695/sight-free-wordpress-theme/sight-free-wordpress-theme
FuelCMS - CodeIgniter and Wordpress Integration https://mitchmckenna.com/post/8605/fuelcms-codeigniter-and-wordpress-integration

The guys over at FuelCMS have documented a method of integrating CodeIgniter and Wordpress into the same website. By doing so you can call the $CI super object from within your Wordpress theme files.

The initial problem we had with using Wordpress was wanting to incorporate CodeIgniter functionality into our Wordpress theme files. For example, we often have a header and footer that we include in many of our CodeIgniter view files. That same header and footer also needed to be included in the Wordpress theme. Our answer was to create a Wordpress include file that executes the CodeIgniter bootstrap within Wordpress.


]]>
Fri, 29 Oct 2010 13:51:00 -0400 https://mitchmckenna.com/post/8605/fuelcms-codeigniter-and-wordpress-integration/fuelcms-codeigniter-and-wordpress-integration