Title: Michael Broder's Replies | WordPress.org

---

# Michael Broder

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Gallery Custom Links] One image – multiple URLs?](https://wordpress.org/support/topic/one-image-multiple-urls/)
 *  Thread Starter [Michael Broder](https://wordpress.org/support/users/mbroder/)
 * (@mbroder)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/one-image-multiple-urls/#post-4456904)
 * Thanks! Even though it’s not ideal, I think uploading new copies of the images
   for each user may be the way to go for now.
 * MHB
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Thirteen] Order posts numerically on category pages](https://wordpress.org/support/topic/order-posts-numerically-on-category-pages/)
 *  Thread Starter [Michael Broder](https://wordpress.org/support/users/mbroder/)
 * (@mbroder)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/order-posts-numerically-on-category-pages/#post-4443835)
 * Thanks! Yes, it occurred to me right after I posted this, if I just edit the 
   post publication date to match the book publication date, we’ll be fine. And 
   indeed, it works like a charm. In the parent category as well as the children,
   because I always want them to be listed in that order. So…this topic is RESOLVED.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Thirteen] Making h1 the same size as the page header](https://wordpress.org/support/topic/making-h1-the-same-size-as-the-page-header/)
 *  Thread Starter [Michael Broder](https://wordpress.org/support/users/mbroder/)
 * (@mbroder)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/making-h1-the-same-size-as-the-page-header/#post-4039221)
 * Just as an FYI for anyone following this, the complete snippet of CSS now read:
 * .page-id-91
    .entry-header { display: none; } .entry-content h1 { font-weight:
   normal; margin: 0 0 5px; padding: 10px 0; }
 * If there is anything in the above that could be more elegant, please let me know.
   Haven’t done CSS in a while.
 * MHB
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Thirteen] Making h1 the same size as the page header](https://wordpress.org/support/topic/making-h1-the-same-size-as-the-page-header/)
 *  Thread Starter [Michael Broder](https://wordpress.org/support/users/mbroder/)
 * (@mbroder)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/making-h1-the-same-size-as-the-page-header/#post-4039218)
 * That did it. Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Thirteen] Making h1 the same size as the page header](https://wordpress.org/support/topic/making-h1-the-same-size-as-the-page-header/)
 *  Thread Starter [Michael Broder](https://wordpress.org/support/users/mbroder/)
 * (@mbroder)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/making-h1-the-same-size-as-the-page-header/#post-4039211)
 * Haha! I know I’m being really confusing–I knew you would say that!!
 * I know that element is suppressed. That’s the “entry-header” that gives the title
   of the page. That’s “Products,” and I don’t want that displayed.
 * Then, you’ve got body copy, which includes several headers. Right now, those 
   headers are 48px. I want them to be lighter, like the entry headers that are 
   NOT suppressed.
 * I think what I’m trying to do is make the h1 on pages be 21pt. But I may be wrong
   and I’m still trying to hunt down in the parent theme css the exact place where
   those headers are styled.
 * Does that make more sense? I’m sorry for the confusion.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Thirteen] Making h1 the same size as the page header](https://wordpress.org/support/topic/making-h1-the-same-size-as-the-page-header/)
 *  Thread Starter [Michael Broder](https://wordpress.org/support/users/mbroder/)
 * (@mbroder)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/making-h1-the-same-size-as-the-page-header/#post-4039209)
 * Sure. I’m not making myself clear.
 * I want h1 on this page and this page only:
    [http://www.deweylearn.com/products/](http://www.deweylearn.com/products/)
 * To match the entry header on all the other pages, for example, on this page:
   
   [http://www.deweylearn.com/our-philosophy/](http://www.deweylearn.com/our-philosophy/)
 * So I want to ADD properties to this bit of css:
 * .page-id-91 .entry-header
    { display: none; }
 * that will make the headers on this page (.page-id-91) look like the headers on
   the other pages.
 * Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Thirteen] Making h1 the same size as the page header](https://wordpress.org/support/topic/making-h1-the-same-size-as-the-page-header/)
 *  Thread Starter [Michael Broder](https://wordpress.org/support/users/mbroder/)
 * (@mbroder)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/making-h1-the-same-size-as-the-page-header/#post-4039206)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Thirteen] Making h1 the same size as the page header](https://wordpress.org/support/topic/making-h1-the-same-size-as-the-page-header/)
 *  Thread Starter [Michael Broder](https://wordpress.org/support/users/mbroder/)
 * (@mbroder)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/making-h1-the-same-size-as-the-page-header/#post-4039203)
 * Sure, Andrew.
 * Here’s a link to a page with a standard entry header displayed:
    [http://www.deweylearn.com/our-philosophy/](http://www.deweylearn.com/our-philosophy/)
 * Here’s a link to the page where I suppressed the standard entry header and the
   headers see are the h1 style for pages:
    [http://www.deweylearn.com/products/](http://www.deweylearn.com/products/)
 * Thanks for your help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [change name of wp installation folder](https://wordpress.org/support/topic/change-name-of-wp-installation-folder/)
 *  [Michael Broder](https://wordpress.org/support/users/mbroder/)
 * (@mbroder)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/change-name-of-wp-installation-folder/#post-2668602)
 * Actually, ALL I had to do differently was go into my menus and manually change
   the URL of the home page/blog. Now it all works fine. My blog is renamed and 
   lives in an appropriately named folder! Thanks for your help–you really did help!
 * MHB
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [change name of wp installation folder](https://wordpress.org/support/topic/change-name-of-wp-installation-folder/)
 *  [Michael Broder](https://wordpress.org/support/users/mbroder/)
 * (@mbroder)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/change-name-of-wp-installation-folder/#post-2668599)
 * Yes, that’s what I did, but I only changed the WordPress address (URI)and the
   Site address (URL). I did not bother with any of the other instructions having
   to do with the permalinks and so forth, and that’s probably what I need to do.
 * Thanks for weighing in. You’re probably right on.
 * Best,
    MHB
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [change name of wp installation folder](https://wordpress.org/support/topic/change-name-of-wp-installation-folder/)
 *  [Michael Broder](https://wordpress.org/support/users/mbroder/)
 * (@mbroder)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/change-name-of-wp-installation-folder/#post-2668597)
 * I successfully changed the name of my WP install folder (www.mydomain.com/new-
   folder), with one hitch. All of my pages pointed correctly to other pages, but
   when I clicked on “blog” (the main/post page) from any static page, it tried 
   to go back to the old URL (www.mydomain.com/old-folder). I suspect this may be
   an issue with my theme? Maybe one particular php file is not being updated properly
   with the new URL? Any idea how I could fix this (I changed back to the original
   name for now so my blog would function properly; when I get this problem solved,
   I’ll consider changing the name again).
 * THANKS!!!
    MHB

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