Questions tagged [pyrocms-lex]

Lex is the tag parser of PyroCMS 2.0.

19 questions
0
votes
1 answer

Blog posts from category isn't displayed

I've created a page and then put this code
{{ blog:posts limit="5" offset="5" category="adultos" }}
Reynier
  • 2,420
  • 11
  • 51
  • 91
0
votes
2 answers

How can I include a hosted JS file with PyroCMS / Lex?

To load files in my theme, I use {{ theme:js file="bootstrap.min.js" }}. But what if I want to load something from a CDN like http://code.jquery.com/jquery-1.9.1.js. I tried {{ theme:js file="http://code.jquery.com/jquery-1.9.1.js" }} but that…
Shamoon
  • 41,293
  • 91
  • 306
  • 570
0
votes
1 answer

Customizing the pyro cms ->css and js not working

I want to customize the theme In the addons->themes->myprojectname i kept css,img,js,views,theme.php and i activated the theme from the control panel of the pyrocms 1) In the views->partials->meta.html i have kept the like this {{ theme:favicon…
0
votes
1 answer

remove lex tag block from string

Hello i have this lex parser template which contains a callback tag which i want to be removed because i get an infinite loop. I tried with php preg_replace but then i get a white screen. The tag that i want to remove is in this format: {{…
SirCumz
  • 171
  • 1
  • 2
  • 14
1
2