Title: markmichon's Replies | WordPress.org

---

# markmichon

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 107 total)

1 [2](https://wordpress.org/support/users/markmichon/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/markmichon/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/markmichon/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/markmichon/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/markmichon/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/markmichon/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Override <!–more–> function in the_content() in non single / perma.](https://wordpress.org/support/topic/override-lt-more-gt-function-in-the_content-in-non-single-perma/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/override-lt-more-gt-function-in-the_content-in-non-single-perma/#post-584642)
 * Well if you are using the_excerpt for everything else, you could just not use
   the more tag at all. It’s never automatically placed, so as long as you aren’t
   using it the posts will always display full.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [htaccess to send www to non www not working](https://wordpress.org/support/topic/htaccess-to-send-www-to-non-www-not-working/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/htaccess-to-send-www-to-non-www-not-working/#post-584634)
 * Are you using the code from [no-www.org](http://no-www.org/)? That’s what I used
   when my blog was up and it went fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Can Anyone identify wat “widget” they use on this site?](https://wordpress.org/support/topic/can-anyone-identify-wat-widget-they-use-on-this-site/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/can-anyone-identify-wat-widget-they-use-on-this-site/#post-584633)
 * It’s not a widget. It’s a method of using javascript to display what is known
   as the lightbox effect.
 * There are a few plugins available. [Check out this one](http://www.4mj.it/lightbox-js-v20-wordpress/)
   or search around for lightbox
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [dropped from Google in mid-May](https://wordpress.org/support/topic/dropped-from-google-in-mid-may/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/dropped-from-google-in-mid-may/#post-582020)
 * have you tried [https://www.google.com/webmasters/tools/siteoverview](https://www.google.com/webmasters/tools/siteoverview)?
 * I’m sure google is best capable of answering the question, but the only thing
   I can think of is that you have a bit of duplicate content in your date-based
   archives. Maybe make it so google won’t index them.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Failed upgrade 1.22 to 2.2.1](https://wordpress.org/support/topic/failed-upgrade-122-to-221/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/failed-upgrade-122-to-221/#post-584099)
 * I think the problem you might be having with your index is that WP has since 
   moved to a theme-based system. No longer are you modifying the root index.php
   file. Make a backup of your index file, and make sure you copy over the one that
   comes with WP incase you haven’t done that.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Custom Admin CSS – can’t change one color; AJAX question](https://wordpress.org/support/topic/custom-admin-css-cant-change-one-color-ajax-question/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/custom-admin-css-cant-change-one-color-ajax-question/#post-584491)
 * To answer question 1. Line 13. #69c is shorthand for 6699cc. change the bottom-
   border color to whatever you want. It’s on the general “a” styling. Bottom border
   is often used instead of the text-decoration tag, as it’s more versatile.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Date not showing on News posts](https://wordpress.org/support/topic/date-not-showing-on-news-posts/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/date-not-showing-on-news-posts/#post-584484)
 * the_date has a special clause that basically makes it only appear once per day.
   To get around this, you need to use the_time.
 * for example `<?php the_time('F jS, Y') ?>` will display as
 * June 23, 2007
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Image Manager for WP 2.2?](https://wordpress.org/support/topic/image-manager-for-wp-22/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/image-manager-for-wp-22/#post-584482)
 * I have been running it on my test blog (2.2.1) and it works fine. worked fine
   on 2.2 also. Are you running the most current version of the plugin from [here](http://soderlind.no/ImageManager)?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Upgraded to 2.2.1 but Version Still Shows 2.2](https://wordpress.org/support/topic/upgraded-to-221-but-version-still-shows-22/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/upgraded-to-221-but-version-still-shows-22/#post-583818)
 * the includes folder is pretty important, since over half the changed files are
   found in that folder.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Will upgrading ever be easy?](https://wordpress.org/support/topic/will-upgrading-ever-be-easy/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/will-upgrading-ever-be-easy/#post-583779)
 * Maybe we are doing a different upgrade process, but every time I upgrade it takes
   less steps than the initial install. I agree it would be nice to be able to do
   things from within the wordpress UI, but difficult? Not from what I have seen.
 * The biggest issue normally comes down to plugin conflicts, but the team seems
   to be working more to let plugin devs know when certain things are being deprecated.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Phpmyadmin](https://wordpress.org/support/topic/phpmyadmin-2-2/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/phpmyadmin-2-2/#post-583777)
 * [This Link](http://codex.wordpress.org/Installing_WordPress#Detailed_Instructions)
   and [this one](http://codex.wordpress.org/Installing_WordPress#Using_phpMyAdmin)
   are pretty extensive. I’d say that most people on the forums tend to get tired
   of the “basic” questions that are asked over and over again.
 * Maybe the problem is that “codex” or “docs” isn’t a user friendly enough term.
   I’ll admit the codex in general, at least the front page, is a bit too cluttered.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Centering an entire theme](https://wordpress.org/support/topic/centering-an-entire-theme/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/centering-an-entire-theme/#post-583135)
 * I could have sworn the default theme was centered already. Anyway..[google is your friend](http://www.maxdesign.com.au/presentation/center/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Dynamic Highlighting & is_archive problem](https://wordpress.org/support/topic/dynamic-highlighting-038-is_archive-problem/)
 *  Thread Starter [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/dynamic-highlighting-038-is_archive-problem/#post-583134)
 * Well, if anyone in the future is interested. The reason I was having the problem
   is somehow related to placing your nav in the footer(sounds odd, but long story).
   For some reason, the way WP loads the footer doesn’t like the method of dynamic
   highlighting and works on some pages but not others. I’ve no idea why, but moving
   my nav to the header and using positioning to get it where I wanted solved the
   problem.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Dynamic Highlighting & is_archive problem](https://wordpress.org/support/topic/dynamic-highlighting-038-is_archive-problem/)
 *  Thread Starter [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/dynamic-highlighting-038-is_archive-problem/#post-583100)
 * Another bump to see if any of the evening crowd has an idea.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sidescrolling theme?](https://wordpress.org/support/topic/sidescrolling-theme/)
 *  [markmichon](https://wordpress.org/support/users/markmichon/)
 * (@markmichon)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/sidescrolling-theme/#post-563764)
 * The problem that would arise is that you would need to know the height of every
   post written. Since blogs are generally not designed in this manner, you are 
   unlikely to find a theme already made.

Viewing 15 replies - 1 through 15 (of 107 total)

1 [2](https://wordpress.org/support/users/markmichon/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/markmichon/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/markmichon/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/markmichon/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/markmichon/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/markmichon/replies/page/2/?output_format=md)