knowing URLs or post ids, how do i create a page with them?
-
ok, so i run a soda review site and am converting to wordpress. i need to be able to have a page of the brands with links to show all the reviews for that brand. i have Brand, page url and post id in a mysql dB table so i can easily get all of the unique brands and then the ids or urls of that brand but i do not know how to create a page with, for example, IDs 12,89 and 53 or whatever.
right now i have it creating a search for the brand, but that does not always work:
– if the brand name is less than 4 characters
– if i mention the brand in another post, it grabs that post too.so i could solve this if there was a way to just search post titles but i don’t see a way to do that either.
thanks.
- The topic ‘knowing URLs or post ids, how do i create a page with them?’ is closed to new replies.