Hello,

I am templating the blog and in that there is #showNextPrevEntriesControl($pager) which show the blog next prev controls.
I want this to be in an if condition, let me give an example my situation

*Current*

#showNextPrevEntriesControl($pager)

*Implementing*

    #if(some_condition)
        <ol class="breadcrumb" style="text-align: center;">
        #showNextPrevEntriesControl($pager)
        </ol>
    #end

I want this, if the controls come or have entry in it then only the <ol> tag will come. As in case I did not use the IF statement the <ol> tag appears empty and this breaks some design according to my css.

--
Regards,
*Gaurav Saini*
/Developer, Digital Marketing and Pursuing B.Tech/
/Viithiisys Technologies/
/Email: [email protected], [email protected]/
/Mobile: +91-9915346686/

Reply via email to