Title: akesin's Replies | WordPress.org

---

# akesin

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Header Images] Custom Header image appears but doesn't replace default image](https://wordpress.org/support/topic/custom-header-image-appears-but-doesnt-replace-default-image/)
 *  Thread Starter [akesin](https://wordpress.org/support/users/akesin/)
 * (@akesin)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/custom-header-image-appears-but-doesnt-replace-default-image/#post-3959546)
 * Thanks for the reply. I did this by using a plugin that allows for custom css
   on a per page basis called ** Custom CSS for Posts and Pages (CCSS)**. It worked
   well to allow me to make that page be whatever it needed it to be while not disrupting
   the infrastructure of the rest of the site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Most Recent Posts Mod] [Plugin: Advanced Most Recent Posts Mod] Possible to pull custom fields?](https://wordpress.org/support/topic/plugin-advanced-most-recent-posts-mod-possible-to-pull-custom-fields/)
 *  Thread Starter [akesin](https://wordpress.org/support/users/akesin/)
 * (@akesin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-advanced-most-recent-posts-mod-possible-to-pull-custom-fields/#post-2871688)
 * Hello!
 * I’m sorry that I’m a complete moron but 10 months later I’m here trying to set
   up the mini loops widget again with the custom fields attached to my posts called“
   source” and “writer”. I’m assuming i need to enter something into the custom 
   fields field and then reference it in the item format field but no combination
   has worked so far. APOLOGIES AND THANKS in advance if you can help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Most Recent Posts Mod] [Plugin: Advanced Most Recent Posts Mod] Possible to pull custom fields?](https://wordpress.org/support/topic/plugin-advanced-most-recent-posts-mod-possible-to-pull-custom-fields/)
 *  Thread Starter [akesin](https://wordpress.org/support/users/akesin/)
 * (@akesin)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-advanced-most-recent-posts-mod-possible-to-pull-custom-fields/#post-2871439)
 * btw: this is the code I’m using to call these fields in the post itself..
 * <?php $source = get_post_meta($post->ID, ‘source’, true); ?>
    <?php $writer =
   get_post_meta($post->ID, ‘writer’, true); ?>
 * <p class=”meta”><?php echo $source; ?></p>
    <p class=”meta”><?php echo $writer;?
   ></p>

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