Support » Themes and Templates » Style the wp elements

  • holli

    (@holli)


    I’m very new in wordpress but i have good experiences in layouting with css, but not so good in php.
    now my problem:
    where is the file/are the files that gives the layout to the wp elements/tags.
    for example:
    i put the tag
    <?php get_links_list(); ?>
    in my site and want to display only the links from my category “123”. Not the headline, no list-points and not the other categories.
    But in which file the style-informationen for the tags are stored.
    Is there any documentation that describe all optins to give the wp-tags my own layout?
    I’m realy a bit confused and hope you can help me.
    Thanx Holli

Viewing 2 replies - 1 through 2 (of 2 total)
  • stevarino

    (@stevarino)

    Hi Holli,
    Template tags, as well as a lot of other information, can be found in the wiki: http://wiki.wordpress.org/index.php/TemplateTags

    Thread Starter holli

    (@holli)

    thanx for the good hint.
    some things i found there but for all that i have 2 little questions:
    my link list schould looks like this:
    :: link 1
    :: link 2

    and there is no problem with the <?php get_links> but with the archive and the category lists.
    for the categories i use this tag:
    <?php list_cats(1, ‘text’, ‘name’, ‘asc’, ‘file’, false, false, true, true); ?>
    but there is no ‘before’ option. where i can put the ‘:: ‘ in?
    for the archive i use this tag:
    <?php get_archives(‘monthly’, ‘3’, ‘other’, ‘:: ‘, ‘
    ‘, true); ?>
    but either i get a html-list (with ‘html’ in the ‘format’ option) or the archives links are all in one line like this:
    :: June 2002 (1) :: May 2002 (30) :: April 2002 (24)
    hopfully you can help me again.
    thanx – holger

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Style the wp elements’ is closed to new replies.