• Resolved crisheredia

    (@crisheredia)


    Hi!

    Thanks for the plugin! I would like to know if it’s possible to show the image of a page (when is in column layout) before the title of the page.

    Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter crisheredia

    (@crisheredia)

    I noticed you already answered before.

    Your answer was using the following code:

    add_filter(‘ccchildpages_inner_template’, ‘ccchildpages_reorder_items’);

    function ccchildpages_reorder_items()
    {
    return ‘<div class=”ccchildpage {{page_class}}”>{{thumbnail}}<h3{{title_class}}>{{title}}</h3>{{meta}}{{excerpt}}{{more}}</div>’;
    }`

Viewing 1 replies (of 1 total)
  • The topic ‘Image before title’ is closed to new replies.