try this
$children = wp_list_pages('title_li=&child_of=".$post->ID."&echo=0&link_before=<i class="icon-something"></i>');
define link_before property in wp_list_pages
Related Posts:
- Why do templates contain so many PHP tag pairs?
- How do I use Shortcodes inside of HTML tags?
- Why would a GET variable one one page of a site cause a 404 error when a GET variable works on another page of a site?
- Where should I install a PHP library into WordPress so that code in a webpage can activate it?
- WordPress Shortcode and Dynamic CSS
- How to show only parents subpages of current page item in vertical menu?
- How do I edit the php/html for a particular post?
- Multiple pages on one with different HTML
- Minify HTML, CSS, JS with PHPWee?
- Placing raw HTML inside a WordPress shortcode
- How to only show page id as body class?
- Shortcode content output but not in correct place
- An unwanted inline style is added to my body tag
- HTML tags in bloginfo description
- Transferring working local PHP site to wordpress – with database (MySQL)
- Where in PHP do I move title and meta (date) to bottom of each blog section?
- Using the echo command adds unwanted br tags to source
- Input data from email form not going to JSON file
- Different post styles depending on category
- Commenting out unwated CSS/scripts in HTML with PHP
- Show latest posts in a plain HTML website custom widget [closed]
- Is this spyware on my site or a real Java update?
- Search WordPress using static html page
- Hide HTML element (by class or ID) with PHP
- How to remove coupon dropdown feature
- WordPress plug-in for dynamic download link?
- Add html link in functions.php files of the theme
- How to remove the h6 tag for the entry-category Class
- Override user-edit.php to design own profile page
- PHP contact form not redirecting [closed]
- How to Schedule Cronjobs for start of every month and year
- Handling PHP/HTML inside the output of a shortcode function
- Menu Custom Data Attributes
- Highlight the links without using dropdown
- Illegal string offset error in wordpress theme options textarea
- How to turn each phone number within the $content to a telephone link?
- Creating custom page template from existing PHP site
- wordpress site – using custom database and PHP
- How do I access post_meta key with php?
- Separate array output into a
- Need help removing […] after excerpt
- Remove in post content
- Initial offset of number of posts in home page on the posts page
- Adding attribute to the post.php form tag in wp-admin
- Using php inside javascript [closed]
- WordPressUser Submission Form
- Shortcode displaying at the top of the page [duplicate]
- WordPress custom post type and taxonomy
- Search AJAX Filters – Multiple Query Loops Into One Loop (Optimization)
- Time Delay a URL Redirect for Specific Page
- Cascading dropdown select search based on Parent Page & Child Page
- WordPress cascading dropdown selection search based on Parent Page & Child Page
- Background image no longer fits to screen now that project is in php files
- How do I call a value from the datase using ajax
- Adding HTML Code to Replace Text in PHP
- Fatal error login WordPress [duplicate]
- Shortcode in Shortcode/HTML Graphics and Pictures
- I can’t go to the page archive-{post_type}.php
- Help me I cannot link my font-awesome to my WordPress Theme. I have my font-awesome folder already in my project
- How to use wp_ajax_set_post_thumbnail?
- Passing a value from an input field to a php function in WordPress?
- Use Search Term in html link and redirect
- Comparison operator != not working in field [closed]
- Problem with my Login Plugin
- How to return html as a string from php for WordPress
- HTML Formatting “single_term_title()”?
- Show subcategory name selected in specific category woocoommerce
- How to center all text body in single.php at once?
- Collapsible menu on post sidebar only expands and does not collapse
- Unable to insert current username into custom table through html form
- How can I get my pagination loop to display the correct number of total pages?
- AMP version of e-commerce without plugin
- Creating Log-In Page for backend server
- user update profile for custom code
- Vertical Menu for one page only
- Bootstrap Carousel Indicators Won’t Cycle On Custom WordPress Theme
- Splitting table data to pages with numbers
- Show post/page into div using function
- wordpress, Category ID
- PHP: Why does my code work in index.php but not a widget?
- wp nav menu without label
- Pass the updated value of aid from form using ajax
- Show contact 7 form in popup
- nested divs, classes for a grid in loop [duplicate]
- featured post as div background
- Arrange Category post manually when displayed
- how to manipulate HTML parameters using PHP conditions
- Display wordpress post to static website in the footer
- Php echo into tag
- Parse error: syntax error, unexpected ‘echo’ (T_ECHO) in C:\xampp\htdocs\AttendanceSystem\resources\php\method.php on line 250 [closed]
- How to edit homepage in WordPress?
- Load Meta box value into div AJAX [duplicate]
- WP_Query not returning results
- How make wp_nav() with my css?
- How do I link the side images?
- How to create a container in php then customise it in CSS
- Remove post image caption from post_excerpt();
- How to create different templates for woocommerce single-product.php?
- How can I process a form submission from an HTTP POST request?
- Allow HTML in custom taxonomy description, and show it on front end