IPB

( Zaloguj | Zarejestruj )

> UWAGA!

Jeśli opisujesz problem ze skórką - podaj link do downloadu - nie każdy ma tą skórkę co Ty ;)

 
Reply to this topicStart new topic
> Pasek nawigacyjny...
@rtur
post 23.4.2007 - 14:42
Post #1


aktywność:
*

Grupa: +Bloger
Postów: 46

Nr: 1 320



Chcialbym sobie zrobic na stronie pasek nawigacyjny do stron i kategori w stylu:

KOD
Jestes w: strona glowna | portfolio | grafika | tapety | strona 5


Chodzi o to zeby pozycje byly klikalne

Jakiego tagu, ewentualnie pluginu użyć?
Go to the top of the page
 
+Quote Post
Necro
post 24.4.2007 - 14:35
Post #2





Grupa: Bloger
Postów: 2

Nr: 2 465



w pliku header.php
wstawiasz kod odsyłający do poszczególnych stron, kategorii :

KOD
<div id="bar">
<ul>
Idz do : <li><a href="<?php echo get_settings('home'); ?>">Strona główna</a></li>
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>  
<?php wp_list_categories('sort_column=menu_order&depth=1&title_li='); ?>
</ul>
</div>



i formatujesz przy pomocy CSS - zwłaszcza wartośc 'inline' jest istotna dla poziomego układu listy
a poza tym formatujesz jak ci sie podoba, tutaj taki biedny, sklecony na prędce przykład :

KOD
#bar {
margin: 20px 20px;
color: #000;
background-color: #aaaaaa;
font: normal normal bold 13px Verdana, Helvetica, sans-serif; }

#bar ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0; }

#bar ul li {
    display: inline;
        border-right: 2px solid #000}

#bar ul li a:link, #bar ul li a:visited {
    text-decoration: none;
    color: #000;
    font: normal normal bold 13px Verdana, Helvetica, sans-serif;
        padding: 10px; }

#bar ul li a:hover, #bar ul li a:active {
    text-decoration: underline; }


Ten post edytował Necro 24.4.2007 - 14:36
Go to the top of the page
 
+Quote Post
@rtur
post 26.4.2007 - 14:04
Post #3


aktywność:
*

Grupa: +Bloger
Postów: 46

Nr: 1 320



znalazłem WP-PageNavi
Go to the top of the page
 
+Quote Post
Coldpeer
post 09.5.2007 - 15:42
Post #4





Grupa: Bloger
Postów: 6

Nr: 2 434



Też ostatnio szukałem tego plugina.. Znalazłem jeszcze inny: http://sw-guide.de/wordpress/plugins/breadcrumb-nav-xt/


--------------------
http://coldpeer.jogger.pl - Coldpeer's Blog
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



: 23 05 12 - 00:47