• Hey,

    I use the very nice Vermillon theme for the website of our quiz group. I made a “Geschiedenis” (history) page and a “Groepsleden” (Groupmembers) page and added some info to those pages. They showed up nicely in the upper right corner as boxes with rounded corners. Then I started making a page with a short bio for each groupmember. However they also appeared on the frontpage and clutter everything up. So my question is, how do I make only the two buttons/links for Geschiedenis and Groepsleden show up.

    A second question: our groupname, and hence the name of our blog is very long (Das gro?e Siegeseskadron der Deutsche Luftwaffe). The title shows up wrapped over four lines. Is it possible to have it wrap over only two lines?

Viewing 1 replies (of 1 total)
  • Try editing wp_list_pages() in your sidebar template file (presumably sidebar.php) and use the include parameter to just display the pages that you want.

    As for your blog title, the only way to reduce the title to 2 lines would be to reduce the text size by adding something like:

    #header h1 {font-size:2em;}

    to the bottom of style.css.

Viewing 1 replies (of 1 total)
  • The topic ‘[Vermillon theme] Edit the number of pages shown on frontpage.’ is closed to new replies.