admin管理员组

文章数量:1122832

I created custom post types called funds. My page has over 200 of them. After buiding the page the back end payment processor changed the way they want to display the form for donating. It is now a pop up. So, instead of having to re-do everything, I am hoping to write some wp_query code that will instead of taking a user to the fund (CPT) page on click, it will display the code that I specify per fund. I need help writing the wp_query code.

The page I am working on is this: /

Scroll down to the bottom where all of the funds are shown. I have already set up all of the functionality to be able to query and filter these 200+ funds. So, I am hoping to be able to just change the query rather than start all over.

本文标签: wp queryInstead of returning post contentreturn code that I specify