Title: ifdion's Replies | WordPress.org

---

# ifdion

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP OAuth Server (OAuth Authentication)] Do Actions using admin-ajax Handler using Access Token](https://wordpress.org/support/topic/do-actions-using-admin-ajax-handler-using-access-token/)
 *  Thread Starter [ifdion](https://wordpress.org/support/users/ifdion/)
 * (@ifdion)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/do-actions-using-admin-ajax-handler-using-access-token/#post-5584272)
 * That would be great :D. Looking forward for the next iteration.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Yearly archives for custom post types](https://wordpress.org/support/topic/yearly-archives-for-custom-post-types/)
 *  [ifdion](https://wordpress.org/support/users/ifdion/)
 * (@ifdion)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/yearly-archives-for-custom-post-types/#post-2569444)
 * “The Latest” page should be easy. [get_posts](http://codex.wordpress.org/Template_Tags/get_posts)
   or [WP_query](http://codex.wordpress.org/Class_Reference/WP_Query) will do the
   trick.
 * For the sub pages, you can use a conditional statement to add a [time parameter](http://codex.wordpress.org/Class_Reference/WP_Query#Time_Parameters)
   to the loop, if theres a $_GET[‘year’]. Doing so will make ‘blog.com/news/?year
   =2011’ display the latest post in 2011.
 * Hope this help
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Yearly archives for custom post types](https://wordpress.org/support/topic/yearly-archives-for-custom-post-types/)
 *  [ifdion](https://wordpress.org/support/users/ifdion/)
 * (@ifdion)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/yearly-archives-for-custom-post-types/#post-2569381)
 * Have you tried a custom wp_query on a page template?
    That way you can call the
   archive like mydomain.com/news-archive/?year=2011.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help! My frontpage pushes the widgets to the bottom!](https://wordpress.org/support/topic/help-my-frontpage-pushes-the-widgets-to-the-bottom/)
 *  [ifdion](https://wordpress.org/support/users/ifdion/)
 * (@ifdion)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/help-my-frontpage-pushes-the-widgets-to-the-bottom/#post-2337173)
 * Usually this problem occurs due to invalid markup, e.g there is a stray </div
   > that is not supposed to be there. Basically if the post is there, there shouldn’t
   be any problem with the loop. If there’s a ‘broken layout’ problem then go inspect
   element the page on your browser and find markup or css oddities.
 * Hope this help

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