• Resolved eyeland

    (@eyeland)


    I’d like to have the option of embedding a video above the slider, and in general, to be able to change the order of the different elements (slider, featured and general content such as a video)
    Is there an easy way to go about this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi,
    the easiest way is to use the numerous hooks available in the theme and play with their priorities :

    add_action('NAME_OF_THE_HOOK', 'my_action', $priority = MY_PRIORITY);

    or filter the rendering function of the theme and add your content with this kind of syntax : $html .= $my_content

    Hope this helps,
    Nicolas.

    Thread Starter eyeland

    (@eyeland)

    Thanks for your swift Reply ??
    I guess i might have gotten in over my head, so far i have gotten by with copy paste programming, learning by doing.
    The concept of hooks is new to me, so its time to study a bit ??
    Are the functions Hou reference already present in the theme or do i nede to write them? Thanks for your awesome work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to change order of slider, featured and page content’ is closed to new replies.