| bio | website | |
|---|---|---|
| location | Dallas, TX | |
| age | 30 | |
| visits | member for | 2 years, 4 months |
| seen | 12 hours ago | |
| stats | profile views | 178 |
Whats there to know? A simple Geek who loves sci-fi and always up for a good challenge to solve. Hope to ask a lot of questions and hopefully get to answer some as well!
|
Sep 6 |
comment |
Mixing custom post type and taxonomy rewrite structures? You would need to have a constant that starts the permalink: /issue/%issue_name%/%posttype%/%postname% |
|
Sep 5 |
comment |
Show all post of taxonomy on base taxonomy URL @kel: new solution added. This one should work. |
|
Sep 2 |
comment |
Posts created in a Custom Post Type are lost if published without a title @andrew can you post the updated code? I'd love to see what change you made. |
|
Aug 31 |
comment |
Get a permalink structure of /%posttype%/%category%/%postname% The plugin isn't supported by the original author anymore due to being misused and causing headaches for those not careful with it. |
|
Aug 30 |
comment |
Create Terms on taxonomy by text field Is this going to be on the admin page? Or will this be on the front end? |
|
Aug 29 |
comment |
How to make the 'request' filter work? According to your code, you are trying to display posts that are in the category "Blog", is that correct? |
|
Aug 29 |
comment |
WPSE Plugin Repository: The plugins that came out of WP-Answers Awesome Plugin for rewrites. Helped me a lot to fine tune the rewrites for my plugin |
|
Aug 26 |
comment |
WORDPRESS permalinks and page store also, are rewrites activated on your site? |
|
Aug 26 |
comment |
Custom post type permalinks Its advised not to have something before the post name mainly because it messes with how WP handles pages. |
|
Aug 25 |
comment |
Posts created in a Custom Post Type are lost if published without a title @Andrew added a solution that should work, though it could use some work to be more transparent. Someone with more knowlede could probably give a better solution |
|
Aug 24 |
comment |
Posts created in a Custom Post Type are lost if published without a title Is the title field active on your custom post type? |
|
Aug 16 |
comment |
Custom Permalinks don't work on local LAMP installation oh, thanks! I thought that other answer did the job for you, though. |
|
Aug 7 |
comment |
URL Rewrite + Page + Custom Post Type = Unusual Redirect WordPress automatically redirects to whatever the permalink is. Go to the edit page of one of that post type and see if it matches what the url is redirected to. |
|
Aug 7 |
comment |
Difference between a theme and a plugin? A bit late but what about custom clauses and queries. Would those be part of the theme or a plugin? |
|
Aug 2 |
comment |
How would you require and automatically download dependent plugins? Okay, you make a good point. So I should air on the side of caution and ask the use to install the plugin. I would prefer a more seamless approach and not have the user worry about dependencies. I also thought about just bundling in the other plugin but then it wouldn't get updated if I did so. |
|
Jul 30 |
comment |
wp_insert_term - parent & child problem Glad I was able to help out |
|
Jul 25 |
comment |
How to only list the child terms of a taxonomy and not their parents? No problem. Glad it worked out for you. |
|
Jul 19 |
comment |
Using %postname% tag with a Custom Permastruct creates 400 Bad Request Errors from the server @bueltge Yeah. Using any of my own custom tags works no problem. Using %postname% at the end with a single word works but any other slug gives me the error illustrated above. |
|
Jun 30 |
comment |
Order posts (across the whole site) by metadata date I'd ask a new question |
|
Jun 28 |
comment |
What are some examples of well-written plugins that exemplify wordpress plugin best practices? Seconded. Full of nice tips an tricks. Just got this last week and learned so much more than what you can scrounge around the net and then some. |