ThemeShaper Forums » Thematic

hopefully simple, sitelinks in a box

(5 posts)
  • Started 13 years ago by raminton
  • Latest reply from raminton
  • This topic is not resolved
  1. hi everyone,

    we started to create or label site with blogspot and the neutica+ theme.
    the theme creates for every page we create a link in a box in the top right of the site.
    is there a way to change the content of this box with a custon list of link?
    thanks,
    ramin

    Posted 13 years ago #
  2. Hi Ramin,

    sorry .. but you should ask Allan. Don't know where and how he created this box.

    Chris

    Posted 13 years ago #
  3. Hey Chris,

    yeah i wrote the question but didn't send it to allan cause he wrote on the neutica page that he doesn't give support and linked this forum. i don't speak css oder php it is? but if i look trhough the code again maybe i can find the passage where the stuff is made. isn't it the sandbox?

    Posted 13 years ago #
  4. may it be this one?

    // Produces a list of pages in the header without whitespace -- er, I mean negative space.

    function sandbox_globalnav() {
    echo '<div id="menu">

      <li class="page_item">Home';
      $menu = wp_list_pages('title_li=&depth=1&sort_column=menu_order&echo=0'); // Params for the page list in header.php
      echo str_replace(array("\r", "\n", "\t"), '', $menu);
      echo '<li class="page_item">RSS

    </div>';
    }

    i found it in the functions.php, but now my next task. find it on the server to edit it. or set is editable

    Posted 13 years ago #
  5. hey,
    i found and tested it. by commenting this line out:
    echo str_replace(array("\r", "\n", "\t"), '', $menu);
    i got only home and rss in the box. so far so good :)
    i just want some sepecial pages linked here. i didn't find out how to just write a list of these pages (and if then the links would work). so maybe i can walk through the $menu and check if a name is one of those i want and keep it or throw it out. would it be ok or can i do it easier?

    ramin

    Posted 13 years ago #

RSS feed for this topic

Reply

You must log in to post.