Support

Account

Home Forums General Issues You have returned a logo id, not the url? Reply To: You have returned a logo id, not the url?

  • I think that you’re looking at the attachment ID for the logo. Try querying the database like so:

    SELECT * from wp_posts WHERE ID = '2361';

    Is that the image you’re looking for?