lucaswxp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change defaults posts types labelsIt least by possible? (without modify the core)
Forum: Fixing WordPress
In reply to: Upload file by code WordPressForget.
I found it =)
media_handle_upload()Forum: Fixing WordPress
In reply to: How use the LIKE in query_postsPerfect!
Thnkx “vtxyzzy” @.@Forum: Fixing WordPress
In reply to: How use the LIKE in query_postsyes, but, I want to know if I can do something with the same effect of “LIKE”, because I’m offering a list to my users:
A - B - C - D - E - F -...
So… when the user click on “A” for exemple, will list posts that start with this letter. I thought to use de the $wpdb->get_results(), but that way I will have to do the pagination manually… (using LIMIT and OFFSET)Forum: Fixing WordPress
In reply to: How I get the RSS for a specific post type?I found the answer:
mysite.com/feed/?post_type=tipsForum: Fixing WordPress
In reply to: How I get the RSS for a specific post type?There is a “buil-in way” or I’ll have to do manually?
Forum: Fixing WordPress
In reply to: Attach multiples thumbnails to a postSorry, my mistake
I dont realize that by the upload act, it’s already attached to the post =/Forum: Fixing WordPress
In reply to: Attach multiples thumbnails to a postYes, but, I don’t wannna insert into the post. Because I’ll get the thumbnails in a specific location, for this that I wanna “attach” to the post. (for futurely I use something like “get_all_post_thumbnails()”)