|
|
PageListonEveryPage
One-sentence summary of this page.
Introduction
The horizontal page list is featured only on pages by default; however, you can change this setting by modifying the style.css file. No change to any of theme files is necessary.
Instructions
It is important that each step is followed in the order provided, otherwise line numbers will change and won't match. Also, the line numbers provided are based on the default style.css file.
- Go to line 26 in the style.css file
body.home div#globalnav,body.archive div#globalnav,body.search div#globalnav,body.four04 div#globalnav,body div#globalnav ul li ul,div.access,body.single div.sidebar,body.page div.sidebar,span#theme-link span.additional-name,span#theme-link span.family-name{display:none;}- Delete all the body.[name] div#globalnav descriptors from this line, eg,
body.home div#globalnav,body.archive div#globalnav,body.search div#globalnav,body.four04 div#globalnav,
- The edited line 26 should now be
body div#globalnav ul li ul,div.access,body.single div.sidebar,body.page div.sidebar,span#theme-link span.additional-name,span#theme-link span.family-name{display:none;}2. Delete the whole of line 27, eg,
body.home div#blog-description,body.archive div#blog-description,body.search div#blog-description,body.four04 div#blog-description{border-bottom:2px solid #000;}3. Save and update the style.css file online. Clear your browser cache, refresh, and you should now see the page list on the home page, single posts, etc.
Sign in to add a comment
