Overflow
Forum Replies Created
-
Forum: Plugins
In reply to: [MobilePress] Custom Post Type Permalink – 404 page not foundWell I solved it.
Because The mobile theme is a completely different set of files, it does not have access to the custom post type I defined in my functions file in my desktop version template. So I followed Otto’s suggestion to put all themes functions into a plugin (was really easy) so that any template can have access to the CPT and use the accordingly. Tutorial can be found here > http://ottopress.com/2011/creating-a-site-specific-snippets-plugin/
Forum: Fixing WordPress
In reply to: Custom post type permalinks not workingWhenever I’ve had this problem, I’ve just had to remember to reset my permalinks. You probably made your Custom Post Type after you set your permalink structure, so you gotta reset them…
Just go to Settings > Permalinks > go back to the default, SAVE, then go back to your custom structure, SAVE… you should be back up and running.
Forum: Plugins
In reply to: Thousands of CategoriesI’m sure there are opinions on this…
Forum: Fixing WordPress
In reply to: Adding a Photo to Blog Post Without Embedding In TextForum: Fixing WordPress
In reply to: Broken images … ?It’s not in the blog directory. It’s here. (as is your wp installation)
Forum: Fixing WordPress
In reply to: How to output menu li items without spaces?No, muudles1, it won’t. Not unless your CSS file tells it to.
But I digress.
Forum: Fixing WordPress
In reply to: Set Featured Image -> From URL. How?There is no option like you described. The only way you get the “from url” is if you go through the add media, not set featured image.
Forum: Fixing WordPress
In reply to: How to output menu li items without spaces?There is no difference in the code above. If you’re talking about styling, use your css file.
Forum: Themes and Templates
In reply to: List tags from Custom Post TypeGreat, thanks.
I feel like that should be listed under the “Related” on the bottom of each codex page that deals with any thing like the_tags or the_category
Forum: Themes and Templates
In reply to: Catch that image Function but with thumbnailsThis is probably the function you want.
http://johnford.is/programmatically-pull-attachments-from-wordpress-posts/
Forum: Networking WordPress
In reply to: Multisite giving wrong htaccess codeWell, it’s technically in the root I guess. But it’s in a subfolder in my Godaddy account to which the domain is pointing too. I’m on shared hosting…
It’s where WordPress creates it when I change the permalinks.
Thanks for responding. I’ve tried to contact you through your website, not sure if it’s going through.
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] Captions not appearing on iphone/ipadSantacruisin, can you give us some examples? I’m getting the caption, but when I don’t want the caption it shows the title and I don’t want that.
Basically, If I put a caption I want it to show, but if not it should be blank.
It’s a portfolio theme so I want to show a description on the first slide then not on the others… just pictures.
thanks is advance.
thanks
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] AEC and WP Mobile PackSolution:
Use the plugin, “WordPress Mobile Edition”It is compatible with “WP Super Cache” and “Ajax Event Calendar”
When installing you’ll have to move the theme it comes with out of the plugin folder and into your themes folder. If you want to use another theme or a custom theme, open up “wp-mobile.php” in the plugin folder and change the following line at the top
define('CF_MOBILE_THEME', 'carrington-mobile-1.0.2');
to
define('CF_MOBILE_THEME', 'custom_theme_folder_name');