Title: heedfi's Replies | WordPress.org

---

# heedfi

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive] More than 90 menu items are suppressed](https://wordpress.org/support/topic/more-than-90-menu-items-are-suppressed/)
 *  Thread Starter [heedfi](https://wordpress.org/support/users/heedfi/)
 * (@heedfi)
 * [13 years ago](https://wordpress.org/support/topic/more-than-90-menu-items-are-suppressed/#post-3931138)
 * Thank you very much. Let me investigate.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bulk Page Creator] How to opt out from adding the H1 tag for the page title?](https://wordpress.org/support/topic/how-to-opt-out-from-adding-the-h1-tag-for-the-page-title/)
 *  Thread Starter [heedfi](https://wordpress.org/support/users/heedfi/)
 * (@heedfi)
 * [13 years ago](https://wordpress.org/support/topic/how-to-opt-out-from-adding-the-h1-tag-for-the-page-title/#post-3930299)
 * Just in case someone else has the same issue – here’s what I tried.
 * I went to edit plugins and made the following change
 * Replace this line …
    $pcontent = str_ireplace(‘[pagetitle]’,'<h1>’ . htmlentities(
   $rres[5]) . ‘</h1>’,$_POST[‘sc-pages-content’]);
 * with …
 * $pcontent = str_ireplace(‘[pagetitle]’, htmlentities(rtrim($rres[5]n)), $_POST[‘
   sc-pages-content’]);
 * And it now works fine.
 * Bulk Page Creator is a very useful plugin (my rating is 5/5) and it could become
   even more useful if there was support for using the page-title in whatever way
   one wishes through the Admin Dashboard.

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