| bio | website | friendlywebconsulting.com |
|---|---|---|
| location | Austin, TX | |
| age | ||
| visits | member for | 2 years, 9 months |
| seen | 15 hours ago | |
| stats | profile views | 167 |
I'm a geek, married to a geek, born of a geek. I love working on WordPress sites and finding cool new stuff on the internets.
|
Jun 3 |
answered | Different Main Navigation per category |
|
Mar 25 |
awarded | Commentator |
|
Mar 25 |
comment |
Custom post type / custom fields It wasn't the solutions, it was that I had 99% of what I wanted working already with WPAlchemy and didn't have the time to start again. Post2Post & ZigConnect seem like they would work, but neither came with all the things I already had working with WPAlchemy - full TinyMCE textareas w/upload image buttons, separate img upload functionality, easy display of all the content of those fields and more I'm forgetting now. Since this wasn't a feature requested by the client I had to move on. Thx again & good luck with your plugin - happy to help test if you ever need it! |
|
Mar 24 |
answered | What is the best way to figure out which template file that a “pretty permalink” is using? |
|
Mar 24 |
accepted | Custom post type / custom fields |
|
Mar 24 |
comment |
Custom post type / custom fields In the end I didn't find any solution that worked for me, but I hate leaving a question "unanswered". :) One day when I have a bunch of time I'll start from scratch with one of the many options offered here and see if I can get it to work - it just took too much re-engineering to go back from the point where I was at in my previous budget. |
|
Mar 9 |
revised |
Home page is getting current-menu-item even if it's not home additional info |
|
Mar 8 |
comment |
Custom post type / custom fields The problem is, I need each Office to include a full name, short name and URL (for the display side of things). Is that possible with Taxonomies? I thought they were like tags. |
|
Mar 8 |
answered | Site does not work right, pages not showing up, even for root admin |
|
Mar 8 |
asked | Custom post type / custom fields |
|
Feb 28 |
answered | Home page is getting current-menu-item even if it's not home |
|
Feb 28 |
comment |
Add new image size to media uploader so users can insert into post? Thanks!! This is even better than the plugin solution I found in terms of the situation I was in - writing a custom theme & not wanting to rely on external plugins. |
|
Feb 28 |
accepted | Add new image size to media uploader so users can insert into post? |
|
Feb 28 |
awarded | Teacher |
|
Feb 25 |
awarded | Scholar |
|
Feb 25 |
awarded | Editor |
|
Feb 25 |
revised |
Add new image size to media uploader so users can insert into post? deleted 124 characters in body |
|
Feb 24 |
comment |
image upload/edit is broken: “Image data does not exist. Please re-upload the image.” Usually this happens when you upload very large images, due to PHP timing out. Try uploading an image with a small image size and see if that works. If so, you'll have to up the PHP memory limit in .htaccess or wp-config. |
|
Feb 24 |
answered | Add new image size to media uploader so users can insert into post? |
|
Feb 9 |
comment |
Own code on index.php wordpress theme file, help with the rewrite rules Well, if you use a Page with a custom template, you'll get to www.myblog.com/pagename just fine (assuming you have pretty Permalinks enabled in Settings > Permalinks). Since your pagination depends on the custom code you've written, you could then shorten it down at least so it would read www.myblog.com/pagename?p=1 etc. I don't think that Google will detract in any way for having that bit of pagination in the URL - it will just see /pagename. |