Forums

Include file based on template tag within post (1 post)

  1. forefront
    Member
    Posted 3 years ago #

    How can I include a (template) file in a template if a post contains a certain tag:

    if tag="foo"
    include "file1.php"
    elseif tag="foo2"
    include "file2.php"
    else include "none.php"

    Thank you.

Topic Closed

This topic has been closed to new replies.

About this Topic