Skip to:
Content
Pages
Categories
Search
Top
Bottom

Confused about include and template tags…

  • @peterverkooijen

    Participant

    This doesn’t work:

    <? include bloginfo('template_directory').'/feeds/feeds.php'; ?>

    What else should I use here? Lost the plot…

    This also does not work:

    <? include WP_HOME.'/wp-content/themes/bphome/feeds/feeds.php'; ?>

Viewing 5 replies - 1 through 5 (of 5 total)
  • @apeatling

    Keymaster

    <?php include( WP_CONTENT_DIR . '/themes/bphome/feeds/feeds.php' ) ?>

    @peterverkooijen

    Participant

    Thanks Andy Peatling. It still doesn’t work.

    Is WP_CONTENT_DIR a URL or a server path? I need a URL. It’s an annoying SimplePie bug.

    @apeatling

    Keymaster

    WP_CONTENT_URL

    @apeatling

    Keymaster

    you can’t include URL’s either.

    @peterverkooijen

    Participant

    WP_CONTENT_URL worked for what I needed. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Confused about include and template tags…’ is closed to new replies.
Skip to toolbar