Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
Problemi po Wordpressu

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
Cozmika



Joined: 15 Aug 2007
Posts: 292
Location: Somewhere in my World

PostPosted: 04.09.2008 14:19    Post subject: Problemi po Wordpressu Add user to your forum ignore list Reply with quote

Izrađujem template za Wordpress. Imam 2 dodatka za Dreamweaver s kojim samo funkcije stavljam no baš mi i ne radi dobro.

Dakle napravila sam u XHTML/CSS skroz dizajn i sad želim samo funkcije pobacati unutra no CSS šteka.

U index.php sam stavila

Code:
<link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('stylesheet_url'); ?>" />


i imam style.css... U CSS-u su pozadine stilovi za linkove i to sve uređeni no kad namjestim temu u Wordpressu, cijeli css je zmrdan, kao da ga ni nema.

Ja ne znam ni otkuda krenuti da to ispravim, pa ako tko ima kakvu ideju...


Hvala do neba

_________________
www.cozmika.com
Back to top
View user's profile Send private message Visit poster's website MSN Messenger Twitter profile
Cozmika



Joined: 15 Aug 2007
Posts: 292
Location: Somewhere in my World

PostPosted: 04.09.2008 15:24    Post subject: Add user to your forum ignore list Reply with quote

Ok, ovo sam riješila, no sada zaista trebam pomoć nekog tko kuži Wordpress.

Kako maknuti ovo "Pages" tako da samo linkovi od stranica koje sam napravila budu?


_________________
www.cozmika.com
Back to top
View user's profile Send private message Visit poster's website MSN Messenger Twitter profile
Adi



Joined: 19 Dec 2005
Posts: 543
Location: Bihac

PostPosted: 04.09.2008 15:28    Post subject: Add user to your forum ignore list Reply with quote

Inače ne volim baš te wordpressove itd. ali logično je da negdje u izvornom kodu imaš Pages, pa vrlo jednostavno pronjuškaj, pronađi i ukloni Smile
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Nemesis



Joined: 01 Oct 2005
Posts: 732

PostPosted: 04.09.2008 15:29    Post subject: Add user to your forum ignore list Reply with quote

daj pukni kod od tog dijela teme...

_________________
Webastično.com | Last.fm | Twitter
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
Cozmika



Joined: 15 Aug 2007
Posts: 292
Location: Somewhere in my World

PostPosted: 04.09.2008 15:30    Post subject: Add user to your forum ignore list Reply with quote

Toga ima brdo... To nebi ni za tjedan dana našla... Jel netko zna?

_________________
www.cozmika.com
Back to top
View user's profile Send private message Visit poster's website MSN Messenger Twitter profile
Nemesis



Joined: 01 Oct 2005
Posts: 732

PostPosted: 04.09.2008 15:44    Post subject: Add user to your forum ignore list Reply with quote

Ok, kada već nećeš pokazati kod, evo ideje

Recimo da koristiš ovaj kod:
Code:
<?php wp_list_pages('title_li=<h2>Pages</h2>'); ?>


i ako ti se on nalazi u nekom elementu kojoj je klasa "klasa" npr:
Code:
<div class="klasa"><?php wp_list_pages('title_li=<h2>Pages</h2>'); ?></div>


Možeš to riješiti tako što ćeš staviti slijedeće

.klasa h2 {
visibility: hidden;
}

taadaaa...

ili jednostavno probaj slijedeće:
Code:
<div class="klasa"><?php wp_list_pages('title_li=""'); ?></div>


to bi isto moglo funkcionirati. Samo mislim da je ovo prvo seo friendly, ali jebeš mene, kao da ja znam ištao o SEO-u osim da je mod rewrite zakon...

_________________
Webastično.com | Last.fm | Twitter
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger Twitter profile
mercury



Joined: 16 Mar 2005
Posts: 46
Location: abyss

PostPosted: 04.09.2008 15:45    Post subject: Add user to your forum ignore list Reply with quote

http://codex.wordpress.org/Template_Tags/wp_list_pages#Hiding_or_Changing_the_List_Heading
Back to top
View user's profile Send private message
Cozmika



Joined: 15 Aug 2007
Posts: 292
Location: Somewhere in my World

PostPosted: 04.09.2008 15:47    Post subject: Add user to your forum ignore list Reply with quote

Ovako radi:
<li><?php wp_list_pages('title_li='); ?></li>

No kad kliknem na npr. About onda mi linkovi iz kategorija prestanu biti linkovi... Idem probati ovo prvo.

ISPRAVKA:

Ovo kaj sam napisala je oke, zapravo je greška u tim linkovima ( ABOUT i to... ), kad kliknem na na to nemam više linkova??!! WTF?

_________________
www.cozmika.com
Back to top
View user's profile Send private message Visit poster's website MSN Messenger Twitter profile
mercury



Joined: 16 Mar 2005
Posts: 46
Location: abyss

PostPosted: 04.09.2008 15:55    Post subject: Add user to your forum ignore list Reply with quote

naci file page.php i promjeniti/dodati u njemu sto treba (najbolje iskopirati iz index.php)...
Back to top
View user's profile Send private message
Cozmika



Joined: 15 Aug 2007
Posts: 292
Location: Somewhere in my World

PostPosted: 04.09.2008 16:02    Post subject: Add user to your forum ignore list Reply with quote

Jednostavno sam pobrisala tu difoltnu stranicu About i sad sve šljaka... Imat ću još par pitanja pa vas zagnjavim... do tada - hvala

_________________
www.cozmika.com
Back to top
View user's profile Send private message Visit poster's website MSN Messenger Twitter profile
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group