BuilderChild-Classen
(Difference between revisions)
(→How to replace author and date info in left metabox with a text format) |
(Added = How to remove the left box and put the Date, Author etc at the bottom of the post in text =) |
||
| Line 1: | Line 1: | ||
| − | = How to | + | = How to remove the left box and put the Date, Author etc at the bottom of the post in text = |
| − | + | Edit child theme's index.php, archive.php and single.php. Move meta info to your desired location in these template files. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | [http://d.pr/bSAt Sample modified index.php] | |
| − | + | Edit child theme's style.css to set display of ".leftmetabox" to none. | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | [http://d.pr/LaNq Sample CSS added at end of style.css] | |
| − | + | The sample code above results in changing | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | [[File:Classen-metainfo-before2.png]] | |
| − | + | to | |
| − | + | [[File:Classen-metainfo-after2.png]] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
= Item 2 = | = Item 2 = | ||
Revision as of 04:58, September 8, 2011
Contents |
How to remove the left box and put the Date, Author etc at the bottom of the post in text
Edit child theme's index.php, archive.php and single.php. Move meta info to your desired location in these template files.
Edit child theme's style.css to set display of ".leftmetabox" to none.
Sample CSS added at end of style.css
The sample code above results in changing
to

