• Resolved SomebodyWithAName

    (@dreamwire)


    Hi, I am trying to add an extra admin column through the functions.php file of my theme, but I just can’t get it to work. How can I add an extra admin column to the overview page?

    I have searched on Google to find the answer, but I can’t find anything, and the usual way to add a column doesn’t seem to work?

    I hope somebody can help 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    To which page do you mean?

    Thread Starter SomebodyWithAName

    (@dreamwire)

    @takayukister Hi, I’m talking about the overview page where all forms are displayed (/wp-admin/admin.php?page=wpcf7).

    I believe you generate a custom overview page instead of using the default WordPress version. That’s why the standard “add column” filters unfortunately don’t work.

    Do you have a solution for this, or is it simply not possible? And should I find a workaround using jQuery/Ajax or something?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    You’re correct. Since it’s not the standard posts list table, manage_posts_columns filters do not work there.

    Thread Starter SomebodyWithAName

    (@dreamwire)

    @takayukister No problem! I have found another solution to add an extra column in the overview. 🙂

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

The topic ‘How to add a extra admin column?’ is closed to new replies.