When you create a single or an archive page for a custom post type in Genesis 2.0 (HTML5), the formatting is not consistent with typical post. What's apparent is the absence of <footer class="entry-footer"> tag in the custom post type page. The difference between the two are highlighted on the codes below: Custom Post Type Typical Post The easiest way to do this is by … [Read more...]
How to Setup WordPress on iPad
Similar to the previous post on How to Setup WordPress on iPhone, here are the steps to setup WordPress client on an iPad: Go to App Store and search for WordPress by Automattic. Once you find it, just tap on the INSTALL button. Once installed, open the app and make the selection that's applicable to you. The options are pretty straight forward. If you have a blog either self-hosted or with … [Read more...]
How to Setup WordPress on iPhone
If you use WordPress and have an iPhone or iPad, you can use either device to update your blog. Automattic, the maker of WordPress, created a FREE iOS app that can be handy when you need to update your blog on the go. Here are the steps you need to do in order to enable your iPhone as your blog writing tool: Go to App Store and search for WordPress by Automattic. Once you find it, just tap … [Read more...]
How to Use a CDN jQuery in Genesis Framework
As a follow up to my previous post on using a CDN jQuery in your website. If you use Wordpress (with Genesis Framework) and want to take advantage of a CDN (Content Delivery Network) hosted jQuery library to your theme, edit your functions.php file to include these codes: The codes above will include jQuery CDN on your site, but not the fallback method mentioned in this post. To implement … [Read more...]
How to Move Post Date to the Bottom of an Article in Genesis
Here are a few simple steps to move article post date from the top of the posting to the bottom in Genesis Framework. The first thing you want to do is to alter the default post info on the top by adding the following filter to your child's theme functions.php The next step is to add a second filter with the [post_date] in the genesis_post_meta. The changes will change the … [Read more...]