Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6061497
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:56:40+00:00 2026-05-23T08:56:40+00:00

I am trying a simple Jekyll plugin: class MonthlyArchives < Liquid::Tag def initialize(tag_name, text,

  • 0

I am trying a simple Jekyll plugin:

class MonthlyArchives < Liquid::Tag

    def initialize(tag_name, text, tokens)
      super
      @text = text
    end

    def render(context)
      "#{@text} #{Time.now}"
    end

end

Liquid::Template.register_tag('monthly_archives1', Jekyll::MonthlyArchives)

When I try to run it in page as follows:

{% monthly_archives1 %}

I get Liquid error: wrong number of arguments (2 for 0). Any ideas ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:56:41+00:00Added an answer on May 23, 2026 at 8:56 am

    I haven’t had any chance to build something with Liquid, but the Jekyll wiki page about building your own plugins has the whole class surrounded with module before registering that

    module Jekyll
        ...your code...
    end
    
    Liquid::Template.register_tag('monthly_archives1', Jekyll::MonthlyArchives)
    

    that might be an issue.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Jekyll (Liquid) block plugin and I'd like to detect what the
I'm trying a simple if/else statement with Javascript & PHP (with jQuery cookie plugin
I'm trying simple example - #include <stdio.h> int main(void) { printf(Content-type: text/html\n\n); printf(<html><title>Hello</title><body>\n); printf(Goodbye
I am trying a simple JAXB marshaling in my JUit test class and I
I am trying a simple Extension Method example and am unable to increment or
I am trying something very simple, but for some reason it does not work.
I am trying to get simple jQuery to execute on my Content page with
I am trying to do simple tutorial in Visual Studio let someNumber = (2
I am trying to write simple Visual Studio Add-In for code generation. In my
i am trying to deploy simple asp.net mvc frameworkd application in may shared hosting

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.