Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Admin statistics and robots?
· 10 years ago
Best thing at the moment is to also use Google Analytics, which provides more filtering capabilities (although spambots are still bypassing it most of the times)
-
Admin statistics and robots?
· 10 years ago
Thanks flaviocopes, that confirms my feeling!
-
Admin statistics and robots?
· 10 years ago
Bot detection is not yet built into the statistics provided by Admin. It currently tracks every hit of the site, regardless of the client used.
-
Admin statistics and robots?
· 10 years ago
Hello, looking at statistics on the admin dashboard of a small website I have created, I am really surprised by the (relatively) huge number of visits. i have not been able to find any explanation on
-
How would I add external content to a page?
· 10 years ago
Thanks for the info.
-
How would I add external content to a page?
· 10 years ago
Your plugin could also make an API call or you could sidestep the plugin altogether and use AJAX. See plugin cookbook
-
How would I add external content to a page?
· 10 years ago
Twig itself cannot, but a simple plugin could use a PHP-library or function to read the external data (for example in JSON-format), store it in the Data-folder, and output it it in a twig-template. Yo
-
How would I add external content to a page?
· 10 years ago
Or maybe there's a way to use something like json and mustache? I'm totally unfamiliar with twig (for now), but maybe twig could take json and output it via a template?
-
How would I add external content to a page?
· 10 years ago
I notice there are two embed/inject content style plugins but neither does what I want. I'd like to display the output from a script on the site on the home page. The script is not PHP and I do not wa
-
Dynamic list of links
· 10 years ago
I've added a footer on every page of the website using a regular Grav markdown page as a source for the content, which can be edited by content editors like you describe: Add this code in /user/them