Tagged Questions
0
votes
2answers
175 views
How to produce a sub-page-system in Wordpress
I am currently new to Wordpress development and I am developing a custom theme with a few custom post types and custom functionality. For the most part, it was pretty easy to find the information I ...
0
votes
1answer
58 views
Path in dev server works; same path in prod server is broken
on my development wordpress server (using Desktop Server's "ServerPress"), one my pages has a list of pdfs; each tag has this path: /wp-content/themes/accessgroup/docs/thePDF.pdf.
When I upload my ...
2
votes
2answers
243 views
Post Ancestor and Child Post in Custom Post Type
Hierarchical structure of custom post type "Book" (for example).
When we are on Post 2-95, I want to know:
Does the post has this post ancestor(Post 1-31)?
Does it have child posts(Post 3-19, ...
14
votes
8answers
1k views
How to structure a plugin
This isn't a question about how to build a WordPress plugin. Rather, what, if any, guides could be applied to how to put together the file architecture of any plugin.
Some other programming languages ...
1
vote
1answer
206 views
Custom post types with custom directories
I'd like to run a WordPress install with open registration so that anyone can sign up and post to a custom post type that would live at... domain.com/open/date/the-post-title
I'd also like to run a ...
1
vote
2answers
750 views
Creating a searchable A-Z listing of hundreds of companies/services
I am about to create a webbased guide. A guide that will list numerous of companies - their services, contact information and so on. And I need help coding this!
I am using Genesis News Child Theme ...