Title: coding help?
Last modified: August 18, 2016

---

# coding help?

 *  [airporte](https://wordpress.org/support/users/airporte/)
 * (@airporte)
 * [19 years ago](https://wordpress.org/support/topic/coding-help-1/)
 * ‘title_li’
 * What does that code do?

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

 *  [wiziology](https://wordpress.org/support/users/wiziology/)
 * (@wiziology)
 * [19 years ago](https://wordpress.org/support/topic/coding-help-1/#post-567335)
 * its probably css. Where is it at? Do you have a link to the page? is there an
   id= or class= in front of it. The more descriptive you are, the better.
 *  Thread Starter [airporte](https://wordpress.org/support/users/airporte/)
 * (@airporte)
 * [19 years ago](https://wordpress.org/support/topic/coding-help-1/#post-567336)
 *     ```
       function list_subpages( $query = '' ) {
       	global $wpdb, $post;
   
       	parse_str($query, $q);
   
       	if ( empty($q['child_of']) && empty($post->ID) )
       		return;
   
       	$defaults = array(
       		'child_of' => $post->ID,
       		'echo' => 1,
       		'title_li' => '',
       		'depth' => 0,
       		'include' => '',
       		'exclude' => ''
       	);
       	$options = array_merge($defaults, $q);
       ```
   
 * it’s part of the list_subpages plugin . i remember asking somebody about it at
   school and getting the response that it put the dynamic content immediately into
   a list but i just wanted to get some more info on it and how i could use it.

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

The topic ‘coding help?’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [airporte](https://wordpress.org/support/users/airporte/)
 * Last activity: [19 years ago](https://wordpress.org/support/topic/coding-help-1/#post-567336)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
