Title: wp functions errors
Last modified: August 18, 2016

---

# wp functions errors

 *  [sophistikat](https://wordpress.org/support/users/sophistikat/)
 * (@sophistikat)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/wp-functions-errors/)
 * nothing is happening when i type the following functions:
 * > `<?php wp_get_archives(‘type=daily&limit=10’); ?>
   > <? php wp_get_links(); ?>
   > <?php wp_list_cats(0, ”, ‘name’, ‘asc’, ”, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”) ?
   > >`
 * i’ve tried the functions on their own and within UL/LI.
    is there a specific 
   CSS syntax these functions require?
 * [Here’s a picture](http://www.marlonvalenzuela.net/upload/mytheme.jpg). You will
   see that there’s no output. For some reason it tells me there are no categories??
   there are two?
 * [Here’s a picture with the default theme.](http://www.marlonvalenzuela.net/upload/default.jpg)
   You can see that I do have categories…
 * Please advise.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [sophistikat](https://wordpress.org/support/users/sophistikat/)
 * (@sophistikat)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/wp-functions-errors/#post-594954)
 * An easier questions is, why wouldn’t **<? php wp_get_links(); ?>** output anything?
 *  Thread Starter [sophistikat](https://wordpress.org/support/users/sophistikat/)
 * (@sophistikat)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/wp-functions-errors/#post-595132)
 * I’ve been doing more test and i still get no results. I’ve downloaded other themes
   to see their CSS and still nothing works… i must have deleted some call or function
   that its not allowing me to see anything.
 * what’s required when using a function like:
    <?php get_archives(‘postbypost’,
   10); ?>
 *  Thread Starter [sophistikat](https://wordpress.org/support/users/sophistikat/)
 * (@sophistikat)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/wp-functions-errors/#post-595133)
 * straight from WP Template Tag Doc.
 *     ```
       <ul>
       <?php
       wp_list_categories('orderby=name&show_count=1&exclude=10'); ?>
       </ul>
       ```
   
 * doesn’t work for me??

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘wp functions errors’ is closed to new replies.

## Tags

 * [functions](https://wordpress.org/support/topic-tag/functions/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 1 participant
 * Last reply from: [sophistikat](https://wordpress.org/support/users/sophistikat/)
 * Last activity: [18 years, 10 months ago](https://wordpress.org/support/topic/wp-functions-errors/#post-595133)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
