• Hello,
    I am creating a child theme for Omega based on a designer’s PSD’s. I need to access the loop, to display excerpts, and to display a read more button and a comments link styled a particular way. I’m a bit stymied by encountering

    do_action( 'omega_before_content' );
    do_action( 'omega_content' );
    do_action( 'omega_after_content' );

    in the main index template, which is not what I’m used to seeing.
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Rachel Goldstein

    (@rachelgoldstein71)

    bump…

    Hi Rachel,
    There are theme options to display excerpts and read more button. To find that options, go to “Appearance > Customize > Post”

    The code above is WordPress Action Hook. If you are familiar with WordPress action, you can dig more into Omega Hooks by searching for specific action in the code using your code editor search tool.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to access the loop’ is closed to new replies.