Title: robberto's Replies | WordPress.org

---

# robberto

  [  ](https://wordpress.org/support/users/robberto/)

 *   [Profile](https://wordpress.org/support/users/robberto/)
 *   [Topics Started](https://wordpress.org/support/users/robberto/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robberto/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robberto/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robberto/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robberto/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robberto/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Articles plugin – failure to display categories/articles](https://wordpress.org/support/topic/articles-plugin-failure-to-display-categoriesarticles/)
 *  [robberto](https://wordpress.org/support/users/robberto/)
 * (@robberto)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/articles-plugin-failure-to-display-categoriesarticles/page/2/#post-629201)
 * I’d love this plugin if it would work. Want to try Andy’s solution. But where
   exactly do I put the code he proposed?
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page permalinks – .html ending?](https://wordpress.org/support/topic/page-permalinks-html-ending/)
 *  [robberto](https://wordpress.org/support/users/robberto/)
 * (@robberto)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/page-permalinks-html-ending/#post-665494)
 * When I go to Options > Permalinks and create custom structure: %postname%.html—
   why doesn’t that work?
 * Why do none of my posts of pages end with .html?
 * What am I missing?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page permalinks – .html ending?](https://wordpress.org/support/topic/page-permalinks-html-ending/)
 *  [robberto](https://wordpress.org/support/users/robberto/)
 * (@robberto)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/page-permalinks-html-ending/#post-665493)
 * How exactly do I change that?
    I tried several times, but each time resulting
   in some error. What part of the rewrite.php to I change/delete/overwrite?
 * In my rewrite.php I see this:
 *  function page_rewrite_rules() {
    $uris = get_option(‘page_uris’); $attachment_uris
   = get_option(‘page_attachment_uris’);
 *  $rewrite_rules = array();
    $page_structure = $this->get_page_permastruct(); 
   if( is_array( $attachment_uris ) ) { foreach ($attachment_uris as $uri => $pagename){
   $this->add_rewrite_tag(‘%pagename%’, “($uri)”, ‘attachment=’); $rewrite_rules
   = array_merge($rewrite_rules, $this->generate_rewrite_rules($page_structure,
 * EP_PAGES));
    } } if( is_array( $uris ) ) { foreach ($uris as $uri => $pagename){
   $this->add_rewrite_tag(‘%pagename%’, “($uri)”, ‘pagename=’); $rewrite_rules =
   array_merge($rewrite_rules, $this->generate_rewrite_rules($page_structure, EP_PAGES));}}
 *  return $rewrite_rules;
    }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [accessibility widget: where to download?](https://wordpress.org/support/topic/accessibility-widget-where-to-download/)
 *  [robberto](https://wordpress.org/support/users/robberto/)
 * (@robberto)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/accessibility-widget-where-to-download/#post-529909)
 * I found 2 accessibility widgets/plugins:
 * [http://webgrrrl.net/wp-content/uploads/2007/03/accessibilitywidget.zip](http://webgrrrl.net/wp-content/uploads/2007/03/accessibilitywidget.zip)
   
   [http://www.indiana-loans.co.uk/wordpress-plugin-seo-alt-tag-optimzer-font-resizer-tool/](http://www.indiana-loans.co.uk/wordpress-plugin-seo-alt-tag-optimzer-font-resizer-tool/)
 * Hope this helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Fold Page List updated for WP 2.1 compatibility](https://wordpress.org/support/topic/fold-page-list-updated-for-wp-21-compatibility/)
 *  [robberto](https://wordpress.org/support/users/robberto/)
 * (@robberto)
 * [19 years ago](https://wordpress.org/support/topic/fold-page-list-updated-for-wp-21-compatibility/#post-525674)
 * Hi Rob,
 * In your instructions it says: To use, simply replace the code fragment that looks
   like this
    <?php wp_list_pages ($args); ?> with this: <?php wswwpx_fold_page_list(
   $arglist); ?>
 * Newbie question… I tried several themes, but nowhere I find ($args) in the sidebar.
   php… only things like: <?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?> or
   <?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?>
 * So what to do?
 * Robberto

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