Title: lul2x's Replies | WordPress.org

---

# lul2x

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Adsense Deluxe Plugin Not showing up WP 2.1 Upgrade](https://wordpress.org/support/topic/adsense-deluxe-plugin-not-showing-up-wp-21-upgrade/)
 *  [lul2x](https://wordpress.org/support/users/lul2x/)
 * (@lul2x)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/adsense-deluxe-plugin-not-showing-up-wp-21-upgrade/#post-514014)
 * I was having the same problem and even in “code” mode it wouldn’t work. I found
   out that two things were causing my problem:
 * 1) I was using the “Tiger Style Administration” plugin (disable this if using
   WP 2.1.x)
 * 2)When in code mode, I have to put the <!–adsense–> code right up against my 
   text. If I leave a linebreak, it won’t work.
 * Correct example:
    `This is my blog entry, lalala. Here is a <a href="http://mydomain.
   com">link</a>.<!--adsense-->`
 * Incorrect example:
 *     ```
       This is my blog entry, lalala. Here is a <a href="http://mydomain.com">link</a>.
       <!--adsense-->
       ```
   
 * At least that is what worked for me, hopefully you get it working.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [AdSense Deluxe and 2.1.2](https://wordpress.org/support/topic/adsense-deluxe-and-212/)
 *  [lul2x](https://wordpress.org/support/users/lul2x/)
 * (@lul2x)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/adsense-deluxe-and-212/#post-533575)
 * I was having the same problem and even in “code” mode it wouldn’t work. I found
   out that two things were causing my problem:
 * 1) I was using the “Tiger Style Administration” plugin (disable this if using
   WP 2.1.x)
 * 2)When in code mode, I have to put the <!–adsense–> code right up against my 
   text. If I leave a linebreak, it won’t work.
 * Correct example:
    `This is my blog entry, lalala. Here is a <a href="http://mydomain.
   com">link</a>.<!--adsense-->`
 * Incorrect example:
 *     ```
       This is my blog entry, lalala. Here is a <a href="http://mydomain.com">link</a>.
       <!--adsense-->
       ```
   
 * At least that is what worked for me, hopefully you get it working.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Page w/ Highlight](https://wordpress.org/support/topic/custom-page-w-highlight/)
 *  Thread Starter [lul2x](https://wordpress.org/support/users/lul2x/)
 * (@lul2x)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/custom-page-w-highlight/#post-492512)
 * bump
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Wrap a Non-WP page within a WP Page](https://wordpress.org/support/topic/wrap-a-non-wp-page-within-a-wp-page/)
 *  Thread Starter [lul2x](https://wordpress.org/support/users/lul2x/)
 * (@lul2x)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/wrap-a-non-wp-page-within-a-wp-page/#post-497592)
 * Fixed. All I did was added this code before and after my movie page’s script.
 * `<?php require('/home/username/server/wp-blog-header.php'); ?>
    <?php get_header();?
   > #source code for script here <?php get_footer(); ?>
 * Now when I go to mysite.com/movies, the page is wrapped in a WP header and footer.
   May be easy, but took a while for me to find out.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Page w/ Highlight](https://wordpress.org/support/topic/custom-page-w-highlight/)
 *  Thread Starter [lul2x](https://wordpress.org/support/users/lul2x/)
 * (@lul2x)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/custom-page-w-highlight/#post-492441)
 * bump
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Page w/ Highlight](https://wordpress.org/support/topic/custom-page-w-highlight/)
 *  Thread Starter [lul2x](https://wordpress.org/support/users/lul2x/)
 * (@lul2x)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/custom-page-w-highlight/#post-492428)
 * Anymore ideas out there?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Page w/ Highlight](https://wordpress.org/support/topic/custom-page-w-highlight/)
 *  Thread Starter [lul2x](https://wordpress.org/support/users/lul2x/)
 * (@lul2x)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/custom-page-w-highlight/#post-492411)
 * Hmm, I added the $ before both highlights. Now, neither Home nor Gallery will
   highlight when clicked. The other pages are still working fine. You can take 
   a look at what I mean at [http://pbriscoe.com](http://pbriscoe.com)
 * Here is my current code:
 * `<?php if (is_home()) $highlight1="current"; elseif (!is_page()) $highlight2="
   current"; ?>
    <div id="mainmenu"> <ul class="level1"> <li class="$highlight1"
   ><a href="<?php echo get_settings('home'); ?>"><?php _e('Home','andreas09'); ?
   ></a></li> <li class="$highlight2"><a href="/wp-gallery2.php">Gallery</a></li
   > <?php if(function_exists("wp_andreas09_nav")) { wp_andreas09_nav("sort_column
   =menu_order&list_tag=0&show_all_parents=1&show_root=1"); } ?> </div>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Page w/ Highlight](https://wordpress.org/support/topic/custom-page-w-highlight/)
 *  Thread Starter [lul2x](https://wordpress.org/support/users/lul2x/)
 * (@lul2x)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/custom-page-w-highlight/#post-492402)
 * I’m sorry for being such a newb, but I’m not sure exactly what you mean. This
   is what I tried, and the same results happened.
 * `<?php if (is_home()) $highlight1="current"; elseif (!is_page()) $highlight2="
   current"; ?>
    <div id="mainmenu"> <ul class="level1"> <li class="highlight1">
   <a href="<?php echo get_settings('home'); ?>"><?php _e('Home','andreas09'); ?
   ></a></li> <li class="highlight2"><a href="/wp-gallery2.php">Gallery</a></li>
   <?php if(function_exists("wp_andreas09_nav")) { wp_andreas09_nav("sort_column
   =menu_order&list_tag=0&show_all_parents=1&show_root=1"); } ?>
 * I’m not sure if that’s what you were saying or not.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Page w/ Highlight](https://wordpress.org/support/topic/custom-page-w-highlight/)
 *  Thread Starter [lul2x](https://wordpress.org/support/users/lul2x/)
 * (@lul2x)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/custom-page-w-highlight/#post-492388)
 * What should I change it to? If I use this code…
 * `<li class="<?php echo $highlight; ?>">`
 * the same thing happens. Do I need to add something else to class?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom Page w/ Highlight](https://wordpress.org/support/topic/custom-page-w-highlight/)
 *  Thread Starter [lul2x](https://wordpress.org/support/users/lul2x/)
 * (@lul2x)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/custom-page-w-highlight/#post-492375)
 * Anyone. I figure it can’t be too difficult, I just have no idea what I’m missing.

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