• hello,

    I’ve downloaded and installed the infamous Gridlock theme for my new project. That is making a Webmagazine concerning surfing. Unfortunatly I came accross the theme looks a lot like I have it in my head but doesnt work that way at the backend..

    I was hoping to show multiple messages from 2 or more categories at the same time on the frontpage. Kinda the newspaper Idea.. Unfortunatly I didnt work that way. Does anyone know what to do and how I get the job done?

    I also tried to add pages to the horizontal menu but Failed doing so… any suggestions to that one?

    and off course my website: http://www.joeie-online.nl/dailysurf/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well it looks like that theme is designed to display one post (most recent), then one post each from two selected categories. To change that you probably need to modify the index.php file.

    Since your nav bar is hardcoded in your header.php file you can add a line in that area of header.php
    <div class="nav"><?php wp_list_pages('include=3&title_li='); ?></div>

    In this example, that caused my Contact page link to be displayed.

    Here’s the link to the theme: http://hyalineskies.com/wordpress/gridlock/

    Thread Starter joeie

    (@joeie)

    thx for the feedback. I succeeded in getting more menu items over there.

    Unfortunatly I cant find the right code in changing the frontpage in showing multiple categories at the same time…

    Im still waiting for an reply from easton but for now no answer on my questions….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gridlock 1.4 problems’ is closed to new replies.