Title: uberwensch's Replies | WordPress.org

---

# uberwensch

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dynamic Content Gallery] [Plugin: Dynamic Content Gallery] Images not showing up and Incompatibility Issues](https://wordpress.org/support/topic/plugin-dynamic-content-gallery-images-not-showing-up-and-incompatibility-issues/)
 *  [uberwensch](https://wordpress.org/support/users/uberwensch/)
 * (@uberwensch)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-dynamic-content-gallery-images-not-showing-up-and-incompatibility-issues/#post-1967868)
 * Also having this problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Dynamic Content Gallery is "skewy"](https://wordpress.org/support/topic/dynamic-content-gallery-is-skewy/)
 *  [uberwensch](https://wordpress.org/support/users/uberwensch/)
 * (@uberwensch)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/dynamic-content-gallery-is-skewy/#post-2013550)
 * Looking for an answer to this too.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Excluding a category using WP_LIST_CATEGORIES](https://wordpress.org/support/topic/excluding-a-category-using-wp_list_categories/)
 *  Thread Starter [uberwensch](https://wordpress.org/support/users/uberwensch/)
 * (@uberwensch)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/excluding-a-category-using-wp_list_categories/#post-1990804)
 * Not sure if this information is of use, but the problem only seems to occur on
   the home page. When looking at the various category pages (I guess they’re category
   archives?), the nav bar looks fine.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Excluding a category using WP_LIST_CATEGORIES](https://wordpress.org/support/topic/excluding-a-category-using-wp_list_categories/)
 *  Thread Starter [uberwensch](https://wordpress.org/support/users/uberwensch/)
 * (@uberwensch)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/excluding-a-category-using-wp_list_categories/#post-1990789)
 * No, it’s just a one level category that I use to show thumbnails on the frontpage
   via metadata.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Excluding a category using WP_LIST_CATEGORIES](https://wordpress.org/support/topic/excluding-a-category-using-wp_list_categories/)
 *  Thread Starter [uberwensch](https://wordpress.org/support/users/uberwensch/)
 * (@uberwensch)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/excluding-a-category-using-wp_list_categories/#post-1990783)
 * Both 1527 and 1532, though 1532 is the new one that is, for some reason, not 
   working. 1527 excludes just fine.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cat nav menu bar redirecting to home page](https://wordpress.org/support/topic/cat-nav-menu-bar-redirecting-to-home-page/)
 *  Thread Starter [uberwensch](https://wordpress.org/support/users/uberwensch/)
 * (@uberwensch)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/cat-nav-menu-bar-redirecting-to-home-page/#post-1978557)
 * Found the offending problem. As with others, it was Simple Tags.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding 'more' to the_excerpt in Mystique](https://wordpress.org/support/topic/adding-more-to-the_excerpt-in-mystique/)
 *  Thread Starter [uberwensch](https://wordpress.org/support/users/uberwensch/)
 * (@uberwensch)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/adding-more-to-the_excerpt-in-mystique/#post-1615062)
 * Maybe I’ve overlooked something obvious. There is a development in my situation!
   I took out all the bits and pieces I added and started again, by putting this:
 * > <?php
   >  function new_excerpt_more($more) { global $post; return ‘ID) . ‘”>’ .‘[
   > Go deeper…]’ . ‘‘; } add_filter(‘excerpt_more’, ‘new_excerpt_more’);
   >  ?>
 * In functions.php. It doesn’t change anything on the main index, but has changed
   the search result post previews (i.e. when I search for a tag) to display the
   manually-entered excerpt and the ‘read more’ tag/link.
 * So, how do I make whatever change just occurred on the search results occur on
   the front page? The main index file doesn’t seem to have anything for me to change,
   because it just calls the post like this:
 * >  if (have_posts()):
   >  while (have_posts()): the_post(); mystique_post(); endwhile;
 * And the only other place I can think of that would be relevant is this, the core.
   php file.
 * >  if($post_settings[‘post_content_length’] == ‘f’): the_content(__(‘More >’,’
   > mystique’));
   >  elseif($post_settings[‘post_content_length’] == ‘e’): the_excerpt();
   > else: $word_count = $post_settings[‘post_content_length’];
 * As mentioned above, I have messed around with the post_settings stuff. I’m wondering
   if I should be adding a the_excerpt thing somewhere on the index.php
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding 'more' to the_excerpt in Mystique](https://wordpress.org/support/topic/adding-more-to-the_excerpt-in-mystique/)
 *  Thread Starter [uberwensch](https://wordpress.org/support/users/uberwensch/)
 * (@uberwensch)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/adding-more-to-the_excerpt-in-mystique/#post-1615061)
 * I read all that stuff, and did as it specified, but it’s just not happening. 
   It seems to me that all the infrastructure is there, but the ‘more’ tag is just
   not displaying.
 * Thank you for responding though.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Adding 'more' to the_excerpt in Mystique](https://wordpress.org/support/topic/adding-more-to-the_excerpt-in-mystique/)
 *  Thread Starter [uberwensch](https://wordpress.org/support/users/uberwensch/)
 * (@uberwensch)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/adding-more-to-the_excerpt-in-mystique/#post-1615019)
 * Bump.

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