by jj43116 | Sep 9, 2013 | Twenty Twelve Theme
As requested by a youtube viewer, here is how to remove the Proudly Powered By WordPress” from the Twenty Twelve WordPress theme. BE VERY CAREFUL doing this because it requires an edit to the footer.php file. If you delete anything other than these consecutive lines of code, you can really mess your site up. Do this at your own risk:
Go to “Appearance”, “Editor”, and click on “footer.php”. Remove the lines below: (NOTE: There may be some characters off in the code below so you will have to visually find it as opposed to copy and pasting this code into your browsers “Find” feature.)
<div class="site-info"><?php do_action( 'twentytwelve_credits' ); ?><a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a></div><!-- .site-info -->
by jj43116 | Feb 22, 2013 | Twenty Twelve Theme, Video Tutorials
In this video, I answer the question one of my YouTube viewers had and show you how to re-position the navigation menu (with the WordPress Twenty Twelve theme) to appear on the center of the screen. By default, it appears to the left of the screen.
I also show you how to position the menu to the right of the screen if you choose to do that. (more…)
by jj43116 | Jan 21, 2013 | Twenty Twelve Theme, Video Tutorials
In this video, I demonstrate how to move the header image above the navigation menu with the WordPress Twenty Twelve theme. I also show you how to quickly create a text logo with Pixlr, a free photo editing application.
(more…)
by jj43116 | Jan 14, 2013 | Full Length Video Tutorials, Twenty Twelve Theme, Video Tutorials
Welcome to my first video (see below)! Its not perfect but I really feel like it does what I wanted it to do.
I wanted my first video to take an absolute beginner all the way through the process of building a website from scratch so I didn’t want to skip any steps whatsoever. I tried to be very intentional about making sure everything was thoroughly explained so it ended up being a little longer than I anticipated – I would much rather it be thorough and lengthier than shorter but hard to follow.
(more…)