Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #454989

    Hi and thanks again for this wonderful theme that we use with many of our clients.

    I have to do a php excel importer for a client with huge list of portfolios and a custom display list with a search using the portfolio admin as the cms.

    So I would like to know if i can get a very short description of process of saving a portfolio to the databse.If possible to know also when using wpml to translate thoses portfolios, Only need to identify tables and to know the relations and i’ll be good to go

    Thanks in advance

    #455324

    Hey lepetitweb!

    Your trying to import portfolio posts from an excel file? You would need to create your own tool for that and it would have to be considered custom work.

    We are not doing anything special with the portfolio posts. They are a custom post type that is registered with the WordPress register_post_type function, https://codex.wordpress.org/Function_Reference/register_post_type.

    You can view all of the tables and relations in the MySQL database. A good tool for that would be phpmyadmin. You can contact your hosting provider to see if you can install it on the server.

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.