Update plugin from personal API
I’m developing a wordpress plugin at the moment which I do not want in the WordPress plugin repository. However I still want to be able to push updates to my costumers from my own API repository.
I’m developing a wordpress plugin at the moment which I do not want in the WordPress plugin repository. However I still want to be able to push updates to my costumers from my own API repository.
Here’s my issue. I have a custom post type that I’m attaching a custom taxonomy to. This taxonomy will allow the admin to provide search suggestions that will ensure the post is found when a user searches. This taxonomy is also used on the front-end to autocomplete the search field with these suggestions.
I would like to retrieve multi-dimensional arrays (that have been created with metaboxes), & display them on the front end of a website using shortcodes.
I’m looking to adapt an existing forum-like plugin which has no facility for attaching media.
Is it a way to get posts published between a date and today with query_posts() ?
Has anyone used autoloading and/or PHP namespaces within a plugin or theme?
Three people have already tried to solve this, and we’re coming up nil. I want to show only posts that have a value in the meta_key ‘featured_image’.
I’m using post thumbnails to link to a page.
I have developed some calculators (in php) for my website and I need WordPress integration.
The calculators have a form and, after submission, the result is shown. The result depends on a query in the database. Is it possible to create “static pages” (at least static URLs) that provide to the user dynamic content?
I am building a front end post layout editor using jQuery UI Sortable.