• Resolved Christian_T

    (@christian_t)


    Hello,
    i need some advice:
    The case:
    For a Page i’m currently develope, i reached the main targets with the post in page plugin with a custom template php-file.
    The Problem:
    In the description for creating the custom template php-file, it have to lay in the main folder of the current active theme. But after updating this theme, i lost the customized template-php for post in page.
    Now the question:
    is it possible, to save the template-php to a custom subfolder?
    Now “post in page” pointing to /root/wp-content/themes/themefolder/custompip.php
    Target is: “post in page” should pointing to /root/wp-content/themes/themefolder/custom/custompip.php

    i’m looking forward for your help, thank you.

    https://ww.wp.xz.cn/plugins/posts-in-page/

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

    (@christian_t)

    Ok, i tried it not hard enought:
    simply change
    [ic_add_posts template=’custompip.php’ category=’news’ showposts=’3′]
    to
    [ic_add_posts template=’custom/custompip.php’ category=’news’ showposts=’3′]
    and it is done.

    Thread Starter Christian_T

    (@christian_t)

    Hope it will help someone

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

The topic ‘customize path to the custom template’ is closed to new replies.