How to Build a Basic WordPress Plugin Part 2 Your browser does not support iframes. This video will cover the very basics needed to build a working WordPress plugin. We will also cover a programing pattern often used in WordPress Development. How to Create a Settings Page in WordPress. Part 15 Your browser does not…
Category: plugins
WordPress Plugins The Details
How to Build a Basic WordPress Plugin Part 2 Your browser does not support iframes. This video will cover the very basics needed to build a working WordPress plugin. We will also cover a programing pattern often used in WordPress Development. How to Create a Settings Page in WordPress. Part 15 Your browser does not…
WordPress Plugins The Details
How to Build a Basic WordPress Plugin Part 2 Your browser does not support iframes. This video will cover the very basics needed to build a working WordPress plugin. We will also cover a programing pattern often used in WordPress Development. How to Create a Settings Page in WordPress. Part 15 Your browser does not…
WordPress Plugin Development
Bits an pieces of the WordPress Plugin Development playlist that I ended up watching today: Display The Loop inside a WordPress Shortcode Your browser does not support iframes. In this video with take the user’s query information from our shortcode attributes, and display the results using the WordPress Loop. Code can be found here:… Creating…
WordPress Plugin Development
Bits an pieces of the WordPress Plugin Development playlist that I ended up watching today: Display The Loop inside a WordPress Shortcode Your browser does not support iframes. In this video with take the user’s query information from our shortcode attributes, and display the results using the WordPress Loop. Code can be found here:… Creating…
WordPress Plugin Development
Bits an pieces of the WordPress Plugin Development playlist that I ended up watching today: Display The Loop inside a WordPress Shortcode Your browser does not support iframes. In this video with take the user’s query information from our shortcode attributes, and display the results using the WordPress Loop. Code can be found here:… Creating…
WordPress Plugin Development
Bits an pieces of the WordPress Plugin Development playlist that I ended up watching today: Display The Loop inside a WordPress Shortcode Your browser does not support iframes. In this video with take the user’s query information from our shortcode attributes, and display the results using the WordPress Loop. Code can be found here:… Creating…
WordPress Plugin Development
Bits an pieces of the WordPress Plugin Development playlist that I ended up watching today: Display The Loop inside a WordPress Shortcode Your browser does not support iframes. In this video with take the user’s query information from our shortcode attributes, and display the results using the WordPress Loop. Code can be found here:… Creating…
WordPress Plugin Development
Bits an pieces of the WordPress Plugin Development playlist that I ended up watching today: Display The Loop inside a WordPress Shortcode Your browser does not support iframes. In this video with take the user’s query information from our shortcode attributes, and display the results using the WordPress Loop. Code can be found here:… Creating…
Plugin Loading for Ruby on Rails has Changed.
I am tired of recreating the login system for Rails for each new project so using the RESTful Rails Authentication Tutorial I created a template project that I can use to create new projects. While adding in the OpenID Authentication component I started getting this error: /Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:376:in `new_constants_in’: You have a nil object when you…