Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author luciole135

    (@luciole135)

    Hello
    Apparently, one of your plugins has defined a new kind of “posts” which he called “tablepress_tab”.
    You can check whether this really is the case by looking at the column ‘post_type’ in the table ‘wp_posts’ with phpMyAdmin.
    Is this the case?

    For a line which appears this new type of posts ‘tablepress_tab’, give the values of the ‘post_status’ column and other columns.
    According to the case, I’ll modify the SQL query so that it returns only the posts and pages.

    Thread Starter pankajmca2

    (@pankajmca2)

    Thanks Luciole,

    Since I am new to this wordpress so your response was little bit difficult to understand.

    I saw the table structure with column post_type and it says column length and data datatype – varchar. what else I need to look?

    Please guide me what you are suggesting me to do ?

    I am not sure if any plugin has defined new kind of posts …

    Thanks,
    Pankaj

    Plugin Author luciole135

    (@luciole135)

    Hi,
    First, give the list of installed plugins, I will look what is one that creates a custom_post_type.

    Secondly, in the phpMyAdmin SQL tab, run (if you can) this query and give its result. Don’t forget to adapt the data table prefix to yours if you have changed it.

    SELECT distinct post_type FROM wp_posts;
    Thread Starter pankajmca2

    (@pankajmca2)

    Hi,

    The installed plugins are as below:–
    1.Akismet
    2.Facebook Comments Plugin
    3.Flexible Posts Widget
    4.Functionality
    5.Jetpack by WordPress.com
    6.news ticker benaceur
    7.Recently updated posts widget
    8.ShareThis
    9.TablePress
    10.WordPress SEO
    11.WP Category Tag Cloud
    12.Ditty News Ticker (Currently not using – this is only installed)
    13.WP Super Cache(Installed but not activated)

    And you were right to say that tablepress_table is considered as post type.

    See the SQL Query Result:–

    Post_Type…
    attachment
    nav_menu_item
    page
    post
    revision
    tablepress_table

    Plugin Author luciole135

    (@luciole135)

    Hi,
    The new version 1.3 dont show the post_type of tablepress plugin.

    Thread Starter pankajmca2

    (@pankajmca2)

    I deleted the table

    Plugin Author luciole135

    (@luciole135)

    Why ?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Recently updated table name is appearing’ is closed to new replies.