Viewing 7 replies - 1 through 7 (of 7 total)
  • yes u can do that u want.
    u have to add column of your post type

    Thread Starter d5dhatch

    (@d5dhatch)

    Hi Mukesh,
    I did not understand your response.

    It looks like there is a bug that keeps printing the ID in all the columns, even if its not an ID column.

    https://docs.google.com/open?id=0B6-H9otXNGimV0JTMWtTVV9JYk0

    How do I fix that?

    Thanks,
    David

    Thread Starter d5dhatch

    (@d5dhatch)

    Hi all,
    Any thoughts?

    Plugin Author Tobias Schutter

    (@tschutter)

    I have not been able to reproduce this issue. You said you already disabled all plugins except Admin Columns. Can you also try to switch theme’s? Try activating Twenty Twelve for example, there is a slight change that the ID is printed by a function within your current theme.

    Thread Starter d5dhatch

    (@d5dhatch)

    Hi Tobias,
    I tried but since my theme generates a custom post type “Products” which I need (tha

    Thread Starter d5dhatch

    (@d5dhatch)

    Hi Tobias,
    I tried but since my theme generates a custom post type “Products” which I need (thats the one that has the repeating ID issue) I can’t do an apples to apples comparison. But your comment made me realize that its related to the custom post type generated by me theme. If I generate a custom post type through a plug-in like “More Types”, I don’t have the issue.

    Off the top of your head can you think of the best way for me to try to fix this? Perhaps I should look at how my theme RTTheme 17 creates the custom post type and compare it to the way they are supposed to be created?

    Going to mark as resolved, love to hear back from you on this.

    Plugin Author Tobias Schutter

    (@tschutter)

    Look for the following Hooks in your theme:

    add_action( 'manage_pages_custom_column', ... );
    add_action( 'manage_posts_custom_colum', ... );

    These should probably point you to the where the Post ID is outputted.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Post ID gets repeated across columns’ is closed to new replies.