Title: Arsene's Replies | WordPress.org

---

# Arsene

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to disable custom fields on second (third, fourth, …) page of post?](https://wordpress.org/support/topic/how-to-disable-custom-fields-on-second-third-fourth-page-of-post/)
 *  Thread Starter [Arsene](https://wordpress.org/support/users/arsene/)
 * (@arsene)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/how-to-disable-custom-fields-on-second-third-fourth-page-of-post/#post-1336446)
 * Thank you, exactly what I needed! Wierd I haven’t found it myself.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Creating Javascript array in loop](https://wordpress.org/support/topic/creating-javascript-array-in-loop/)
 *  Thread Starter [Arsene](https://wordpress.org/support/users/arsene/)
 * (@arsene)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/creating-javascript-array-in-loop/#post-1335134)
 * Anyone?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Creating Javascript array in loop](https://wordpress.org/support/topic/creating-javascript-array-in-loop/)
 *  Thread Starter [Arsene](https://wordpress.org/support/users/arsene/)
 * (@arsene)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/creating-javascript-array-in-loop/#post-1334983)
 * And one more thing: I tried to make “galleries” more unique by ithe_ID() tag 
   and it didn’t work really well. At least I have unique names for images.
 *     ```
       <!--The image which should be changed-->
   
       <?php $thumb = get_post_meta($post->ID, 'Image0', $single = true); if($thumb !== '')
       	{ echo '<img src="'. $thumb .'" alt="dynamic" width="380" height="380" name="imgDefault'; }
       ?>
       <?php the_ID(); ?>
       <?php $thumb = get_post_meta($post->ID, 'Image0', $single = true); if($thumb !== '')
       	{ echo '" />'; }?>
       ?>
   
       <!--Spans with numbers-->
   
                               <span onclick="swap(0, 'imgDefault<?php the_ID(); ?>')" onmouseover="swap(0, 'imgDefault<?php the_ID(); ?>')" class="gal">
                                   <?php $thumb = get_post_meta($post->ID, 'Image0', $single = true); if($thumb !== '')
                                       { echo '&nbsp;1&nbsp;'; }
                                   ?>
                               </span>&nbsp;
                               <span onclick="swap(1, 'imgDefault<?php the_ID(); ?>')" onmouseover="swap(1, 'imgDefault<?php the_ID(); ?>')" class="gal">
       							<?php $thumb = get_post_meta($post->ID, 'Image1', $single = true); if($thumb !== '')
                                       { echo '&nbsp;2&nbsp;'; }
                                   ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Making calendar structure for posts/events](https://wordpress.org/support/topic/making-calendar-structure-for-postsevents/)
 *  Thread Starter [Arsene](https://wordpress.org/support/users/arsene/)
 * (@arsene)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/making-calendar-structure-for-postsevents/#post-1332558)
 * Anyone, please? Or was it too much of desperate fluster?

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