• Resolved wellington.cs

    (@wellingtoncs)


    shordcode or want to use a function in php to display the gallery;

    example:

    shordcode -> [youtybe-slide]
    function in php -> if (function_exists (‘ycs_show’)) echo ycs_show ();

    How would foogallery with:

    shordcode -> [foogallery id = “1”]
    function in php -> ????

    Como devo fazer para pararecer uma galeria no script php???

    https://ww.wp.xz.cn/plugins/foogallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bradvin

    (@bradvin)

    Hi,

    This will be included in the next version. Doing the following will output a gallery using a php function:

    if ( function_exists('foogallery_render_gallery')) { foogallery_render_gallery(1107); }

    Thread Starter wellington.cs

    (@wellingtoncs)

    ok, thank’s

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

The topic ‘use shortcode or function in php’ is closed to new replies.