Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Here is my query that Works:

    SELECT
    hbe_posts.*
    FROM
    hbe_posts
    Inner Join hbe_postmeta AS meta1 ON hbe_posts.ID = meta1.post_id
    Inner Join hbe_postmeta AS meta2 ON hbe_posts.ID = meta2.post_id
    WHERE
    meta1.meta_key =  'job-city' AND
    meta1.meta_value =  'New York' AND
    meta2.meta_key =  'job-department' AND
    meta2.meta_value =  'Business Development'

    Hopefully that helps 🙂

    What if I want to re-distribute the WordPress themes into my websites?
    I mean, I picked around 100 best themes , put the its description, screenshots and Host it on my server for people to download.
    And I would like to ADD a new line under the Designer’s credit sentence. For example:
    On the “Building Dreams” theme footer, It has “Building Dreams theme by Isulong SEOph.” ,
    I want to Add a new sentence like “Downloaded from MyDomain.com” afterwards.

    Is it allowed?

    Best Regards,

Viewing 2 replies - 1 through 2 (of 2 total)