Title: Loop area?
Last modified: August 18, 2016

---

# Loop area?

 *  [techtweaker](https://wordpress.org/support/users/techtweaker/)
 * (@techtweaker)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/loop-area/)
 * Im trying to use this plugin Wp-notable here: [http://www.calevans.com/view.php/page/notable](http://www.calevans.com/view.php/page/notable)
 * It states to put this(<?php wp_notable(); ?>)in the loop template area?
 * I cant find this. Im using wp-andreas09 theme. My site is [http://techtweaker.com/](http://techtweaker.com/)

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

 *  [marke1](https://wordpress.org/support/users/marke1/)
 * (@marke1)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/loop-area/#post-360410)
 * “the loop” means basically the loop that runs to output data into the templates.
   so you should probably should put the code in your main index template or your
   sidebar template or comments template…
 *  [iskoblog](https://wordpress.org/support/users/iskoblog/)
 * (@iskoblog)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/loop-area/#post-360881)
 * being relatively new to this stuff, i’m wondering the same thing. so to get this
   plugin to work, what specific file do i need to change and where in the code 
   i add the <?php if (function_exists(‘wp_notable’)) wp_notable(); ?> part?
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/loop-area/#post-360882)
 * Here is [The_Loop](http://codex.wordpress.org/The_Loop). Usually in some form
   or other it is present in most of the “main” template files of a theme: index.
   php, single.php, page.php…
    Depending where do youo want to show the plugin’s
   result, you will have to edit the file that is displaying your posts in that 
   specific view. More > [Template_Hierarchy](http://codex.wordpress.org/Template_Hierarchy).
 *  [iskoblog](https://wordpress.org/support/users/iskoblog/)
 * (@iskoblog)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/loop-area/#post-360883)
 * okei, now little bit wiser i know where the loop starts and ends. but i don’t
   seem to get it into my head that which file i need to modify if i want to show
   the plugin results after each post or if i want to show them on sidebar.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/loop-area/#post-360884)
 * a) if after every post – index.php of the theme.
    b) if in the sidebar – sidebar.
   php
 *  [iskoblog](https://wordpress.org/support/users/iskoblog/)
 * (@iskoblog)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/loop-area/#post-360885)
 * works like a charm 😀 thank you moshu for patience and fast replies. this site
   must have the best support i’ve ever seen.
 * slowly starting to get the hang of things.
 * cheers,
    isko

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

The topic ‘Loop area?’ is closed to new replies.

 * 6 replies
 * 4 participants
 * Last reply from: [iskoblog](https://wordpress.org/support/users/iskoblog/)
 * Last activity: [20 years, 2 months ago](https://wordpress.org/support/topic/loop-area/#post-360885)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
