Make text bigger  Make text smaller  Toggle background color  Bookmark/Share


CREATING A WORDPRESS THEME (PART 6): FOOTER

This is a final partial of a series. We’ve already seen a pattern creation, an key about a WordPress height as well as a coding as well as styling of a complete thesis solely a footer. So, in this final post, we’re starting to do a footer and, to finish a blog, let’s additionally see a little plugins. The footer is flattering elementary as well as we’re starting to supplement a little one more styles which we’ve been regulating during a series.

www.FeedBurner.com) Creating a WordPress Theme (Part 6): Footer

Here is a strange post:
Creating a WordPress Theme (Part 6): Footer


Get Auto Caffeinated Content for Your WordPress Blog



CREATING A WORDPRESS THEME (PART 6): FOOTER

This is a final partial of a series. We’ve already seen a pattern creation, an key about a WordPress height as well as a coding as well as styling of a complete thesis solely a footer. So, in this final post, we’re starting to do a footer and, to finish a blog, let’s additionally see a little plugins. The footer is flattering elementary as well as we’re starting to supplement a little one more styles which we’ve been regulating during a series.

www.FeedBurner.com) Creating a WordPress Theme (Part 6): Footer Creating a WordPress Theme (Part 6): Footer

View post: 
Creating a WordPress Theme (Part 6): Footer


Get Auto Caffeinated Content for Your WordPress Blog



DESIGNTHISWAY

wwwdesignthiswaydk designthisway
 designthisway  designthisway  designthisway  designthisway

 designthisway

More here:
designthisway


Get Auto Caffeinated Content for Your WordPress Blog



HERRENSCHUHE BLOG

Herrenschuhe Blog
 Herrenschuhe Blog  Herrenschuhe Blog  Herrenschuhe Blog  Herrenschuhe Blog

 Herrenschuhe Blog

See a strange post here: 
Herrenschuhe Blog


Get Auto Caffeinated Content for Your WordPress Blog



BOOOOOOOM

Booooooom
 Booooooom  Booooooom  Booooooom  Booooooom

 Booooooom

See a strange post: 
Booooooom


Get Auto Caffeinated Content for Your WordPress Blog



INDIVIDUAL DESIGN FOR ANY PAGE

The blog has a Theme as good as for any page an additional character sheet. This stream direction of individuality for any calm is really usual today. Even with WordPress, we can do so; there have been multiform possibilities. One probability is to create, formed on a title, a particular stylesheet.
By default, a category choice of duty body_class() has already a lot of possibilities. More individuality can be reached with a pretension or ID.
It is positively not value for a normal blog sourroundings though for a site with small calm it functions flattering well. As we have implemented in this case.

If a page is loaded, afterwards we can pass a title. If we make use of this a single in a physique tab as ID or category as good as afterwards emanate for any ID or class a style, a right pattern will be loaded.

Alternatively, we can work with a ID of a page or article, duty the_ID() passes it. Please note, IDs as good as classes might not begin with a series as good as thus we contingency supplement a fibre before, for example:

<div id="page-<?php the_ID(); ?>">

As a last alternative, we would similar to to discuss which we can enhance a duty body_class() around Hook with own classes. So we can have a pretension of a page/post around offshoot in this function.

function fb_title_body_class($classes) {
	global $post;
 
	$classes[] = sanitize_title_with_dashes( get_the_title( $post->ID ) );
 
	return $classes;
}
add_filter( 'body_class', 'fb_title_body_class' );

In a following I’m display we a simplest box around title, so which we outlay usually this category as good as as well as body_class() is not used.

With a assistance of a Title

Put a stylesheet in a header of your Theme:

<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/custom.css" type="text/css" media="screen" />

Alternatively, this is integrated around Hook wp_head if a specific page is loaded, so we bucket a pithy character piece usually if it is needed. Everything happens in a functions.php of your Theme.

in your physique tab of page.php is a pretension of a page:

<body class="<?php echo sanitize_title_with_dashes( get_the_title() ); ?>">

Therefore a page “My Home” has a physique tag:

<body class="my-home">
and so on...

in your custom.css we conclude all character for category home: for example

.my-home a { color: #090; text-decoration: none; }
.my-home a:visited { color: #999; text-decoration: none; }
.my-home a:hover { color: #f60; text-decoration: none; }

in a strange Theme it looks similar to this:

a { color: #009; text-decoration: underline; }
a:visited { color: #999; text-decoration: underline; }
a:hover { color: #c00; text-decoration: underline; }

I consider it’s an proceed with a lot intensity as good as so we leave it to your creativity. So if we would similar to to have for any page a opposite character sheet, this is an easy solution.


Related posts:


WP Engineer Favicon Thanks for subscribing a feed! Sponsor a WP Engineer Blog as good as get your code in front of multiform hundred users per day!
© WP Engineer Team, All rights indifferent (Digital Fingerprint: WPEngineer-be0254ce2b4972feb4b9cb72034a092d)

View post:
Individual Design for any Page


Get Auto Caffeinated Content for Your WordPress Blog



CALOBEE DOODLES

Calobee Doodles
 Calobee Doodles  Calobee Doodles  Calobee Doodles  Calobee Doodles

 Calobee Doodles

View strange post here:
Calobee Doodles


Get Auto Caffeinated Content for Your WordPress Blog



MARKETING PROFESIONAL

Marketing Profesional
 Marketing Profesional  Marketing Profesional  Marketing Profesional  Marketing Profesional

 Marketing Profesional

Read a original: 
Marketing Profesional


Get Auto Caffeinated Content for Your WordPress Blog



MERCURY FREE WORDPRESS MAGAZINE THEME

Wordpress Mercury White Theme is an Adsense Ready, Widget ready, 3 mainstay Wordpress Theme, High Quality Design Theme for Wordpress, Beautiful Simple Gray as well as White wordpress thesis for Personal blogs, News Magazine Blogs or Neutral Blogs, Fixed width, Right sidebars as well as Web2.0 Interface, Compatible with Wordpress 2.x Versions…

See some-more here: 
Mercury Free Wordpress Magazine Theme


Get Auto Caffeinated Content for Your WordPress Blog



JOHN THE DEVELOPER

John The Developer
 John The Developer  John The Developer  John The Developer  John The Developer

 John The Developer

Read a original: 
John The Developer


Get Auto Caffeinated Content for Your WordPress Blog

Pages