• zatokar

    (@zatokar)


    Hello,
    I have been making a research past few hours but I was unable to find an optimal solution to my problem.

    I’d like to put blog post cards on my landing page as in this picture: https://gyazo.com/66d62071a5d7cc8786dcb48112bc10f7. Those blogs would preferably be hosted on the same WP website.

    Besides that, in a very similar manner, I’d like to display Shopify products.

    For both options, it would be best, if it was easy to use, for a regular person. In regards to Shopify, it would be great to have auto-sync of the products which could be then manually added/removed on the landing page.

    I found many plugins that promise to do that, but it has either bad reviews, too few downloads or are not supported anymore.
    Is there any standard, optimal way to achieve what I need?

    Thank you!

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Sorry for the slow reply. Are these blogs hosted on the same site from a network (multisite) installation? Content from other network sites can be queried in the usual manner after calling switch_blog(). The returned results can be output on a page in a manner like other template files do.

    As for Shopify content, you would need to make use of whatever API might be available there. The returned data can then be output on your page in a manner similar to that for WP posts.

    The drawback is this would be a custom coded solution. The good part is you can achieve exactly what you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Blog post cards + Shopify product cards’ is closed to new replies.