Title: Vietson's Replies | WordPress.org

---

# Vietson

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Footer overlapping on a fixed floated header](https://wordpress.org/support/topic/footer-overlapping-on-a-fixed-floated-header/)
 *  [Vietson](https://wordpress.org/support/users/limited/)
 * (@limited)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/footer-overlapping-on-a-fixed-floated-header/#post-1912074)
 * The easiest way to fix this error is to add an empty div:clear:both under div#
   content
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Article with Multiple Pages!!](https://wordpress.org/support/topic/article-with-multiple-pages/)
 *  Thread Starter [Vietson](https://wordpress.org/support/users/limited/)
 * (@limited)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/article-with-multiple-pages/#post-942223)
 * Ahh, I finally got it to work.
 *     ```
       <?php
       	if	(( ($page = $wp_query->get('paged')) || ($page = $wp_query->get('page')) ) && $page == 2 && get_post_custom_values("img2")) { /* Get Img 2 */ }
       	elseif	(( ($page = $wp_query->get('paged')) || ($page = $wp_query->get('page')) ) && $page == 3 && get_post_custom_values("img3")) { /* Get Img 3 */ }
       	elseif	(get_post_custom_values("img")) { /* Get Img */ }
       ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Article with Multiple Pages!!](https://wordpress.org/support/topic/article-with-multiple-pages/)
 *  Thread Starter [Vietson](https://wordpress.org/support/users/limited/)
 * (@limited)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/article-with-multiple-pages/#post-942201)
 * Thanks for the reply. I was able to get the code working for page 2, and so on,
   but I couldn’t get it to work for page 1.
 * Here’s the code I have…
 *     ```
       <?php
       	if	(( ($page = $wp_query->get('paged')) || ($page = $wp_query->get('page')) ) && $page == 1 && get_post_custom_values("img"))	{ /* Display Image Header 1*/ }
       	elseif	(( ($page = $wp_query->get('paged')) || ($page = $wp_query->get('page')) ) && $page == 2 && get_post_custom_values("img2")) 	{ /* Display Image Header 2*/ }
       	elseif	(( ($page = $wp_query->get('paged')) || ($page = $wp_query->get('page')) ) && $page == 3 && get_post_custom_values("img3")) 	{ /* Display Image Header 3*/ }
       ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I number rather than date posts](https://wordpress.org/support/topic/can-i-number-rather-than-date-posts/)
 *  [Vietson](https://wordpress.org/support/users/limited/)
 * (@limited)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/can-i-number-rather-than-date-posts/#post-928111)
 * You could back date posts like what MichaelH said, or you could use the the little
   php code “the_ID” to show the article ID number.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme Layout Proposal](https://wordpress.org/support/topic/theme-layout-proposal/)
 *  [Vietson](https://wordpress.org/support/users/limited/)
 * (@limited)
 * [19 years ago](https://wordpress.org/support/topic/theme-layout-proposal/#post-555813)
 * In my own opinion, I don’t see how that would make it easier. I think that would
   make it a lot more complicated. Its complicated because everything is on 1 page.
   It will be over crowded with 100s or 1000s lines of html.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Partial Import WordPress to WordPress](https://wordpress.org/support/topic/partial-import-wordpress-to-wordpress/)
 *  [Vietson](https://wordpress.org/support/users/limited/)
 * (@limited)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/partial-import-wordpress-to-wordpress/#post-542493)
 * You can manually import your posts. Most db import only file size up to 3mb (
   or at least my server).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [add date & category to recent post?](https://wordpress.org/support/topic/add-date-038-category-to-recent-post/)
 *  [Vietson](https://wordpress.org/support/users/limited/)
 * (@limited)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/add-date-038-category-to-recent-post/#post-533543)
 * is “recent post list” a plugin or did you use query?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Comments View From Dashboard](https://wordpress.org/support/topic/remove-comments-view-from-dashboard-1/)
 *  [Vietson](https://wordpress.org/support/users/limited/)
 * (@limited)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/remove-comments-view-from-dashboard-1/#post-517970)
 * Go to wp-admin/options and see if what your user role is when they sign up. It
   should be Subscriber.
 * Subscriber can only see “dashboard” and “profile” page..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [make the homepage post only one category](https://wordpress.org/support/topic/make-the-homepage-post-only-one-category/)
 *  [Vietson](https://wordpress.org/support/users/limited/)
 * (@limited)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/make-the-homepage-post-only-one-category/#post-534732)
 * I use something like this..
 *     ```
       <?php query_posts('cat=1&showposts=1'); ?>
       <?php while (have_posts()) : the_post(); ?>
   
       	Your Post Content
       	Replace cat=1, where 1 is the category number...
       	showposts=1, where 1 is the number of post you want to show.
   
       	<?php endwhile; ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [show one category on home.php](https://wordpress.org/support/topic/show-one-category-on-homephp/)
 *  [Vietson](https://wordpress.org/support/users/limited/)
 * (@limited)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/show-one-category-on-homephp/#post-514447)
 * From
 * `<?php query_posts('cat=31'); ?>`
 * `<div id="content">
    <?php if (have_posts()) : while (have_posts()) : the_post();?
   >
 * To This
 * `<?php query_posts('cat=31'); ?>`
 * `<div id="content">
    <?php while (have_posts()) : the_post(); ?>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme: Almost Autumn](https://wordpress.org/support/topic/theme-almost-autumn/)
 *  Thread Starter [Vietson](https://wordpress.org/support/users/limited/)
 * (@limited)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/theme-almost-autumn/#post-263979)
 * I figured out the problem. WordPress themes originally ouputs all sidebar header
   tags as H2, I changed it to H3 for some stupid reason that I’m still trying to
   figure out why atm.
 * Please go to here to redownload the theme as I have updated the layout footer.
 * [Almost Autumn Theme](http://www.idols-unlimited.com/almost-autumn-theme)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme: Almost Autumn](https://wordpress.org/support/topic/theme-almost-autumn/)
 *  Thread Starter [Vietson](https://wordpress.org/support/users/limited/)
 * (@limited)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/theme-almost-autumn/#post-263859)
 * ohh…detele line 4 in single.php
 * That was the plugin i installed but forgot to take it off….
 * download the zip again..the error is fixed

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