I just created my first proper theme and I'm having trouble working out the last bug, I have a custom 'portfolio' post type with its own custom taxonomy (portfolio-category). However, every/any time I install the theme on a different install of wordpress (all latest 3.5) the taxonomie is broken, does not display where it is supposed to. This is after adding new 'portfolio categories' and saving.
Pastebin of my taxonomy code from functions.php and the code I call it in (for an isotope filter).
If anyone could help me I'll love them forever <3
Thanks!
Sorry, forgot pastebin link http://pastebin.com/eVqndBZP
You forgot the pastebin link but by past experience you probably just need to go to permalinks and press save.
Also see http://codex.wordpress.org/Rewrite_API/flush_rules
Related
I am working on my own plugin in wordpress, and i want to hook to comments in order to remove written comments, but still allow user to write them using the 'Leave a Reply' form, as displayed in the following image. (I will be displaying the comments at a different location)
Any ideas?
Thank you!
Forgive the newbie question but i'm starting up a new blog using wordpress and, having installed a template and begun the very initial steps of setting it up, i've got an issue with not being able to configure the 'featured areas' to be able to pull in the blog posts.
The URL is http://theformula1blog.com/
Have looked around and tried to configure this way but not been able to get it to work. Ideally i'd have the most three recent posts in the featured areas and then potentially a couple more below them.
Any tip would be appreciated as i start to play with WP and get to grips with configuring it.
You can make blog post as featured from admin area, So in database post's flag will be set as featured. Now on home page template you can add where condition for featured flag.
I'm still new to wordpress so forgive me if this is a simple question.
I'm using the ['Radio Station' plugin] on my wordpress site, however the 'show' pages do not feature a side-bar. I've tried to create a child theme, and amend the coding of the 'single-show.php' page, but I'm not sure whether the basis of the page is either a post or page.
The only thing i've managed to suceed in is adding the side bar which shows right-aligned under the rest of the 'whole page' content.
Ideally, I'd like the 'show' type pages to look like the 'post' type pages.
This question was posted six years ago from the date of my reply. We've taken over the plugin from it's original developer. You can find the latest version at https://wordpress.org/plugins/radio-station. We also have a PRO version at https://radiostation.pro. Both free and PRO resolve the issue noted in this post.
I was having trouble with the WishList Members plugin that's already installed on an installation of wordpress I'm working on. I built a new custom theme, but the posts that are members only don't show up after I log in. It says "Posts not found." If I switch back to the previous theme all of the content shows up with no problem and I noted that all of the URLs are the same. Just seeing if I need to add in the registration key to the new theme or if there was something else I was missing.
Thanks in advance for any help!
-Frank
So I more or less figured out the answer to this. If you're making your own theme in wordpress there's a lot that goes on behind the scenes with the prepackaged themes. Basically, if you just turn your custom theme into a child theme of one of these themes yours will inherit all of the functionality needed for plugins that don't seem to work right. I hope this helps someone down the road if ever they have the same problem as me.
-Frank
Has anyone noticed that in Version 2.9.2 of wordpress.org there is no facility to choose a page template?
Or has the tag used in the template file changed?
I hope someone can help.
Thanks.
Temporarily switch to another theme and then reactivate your original theme. This does some kind of "reset" in custom templates.
I've had this problem as well. Don't remember though which Wordpress version started with this bug.
Assuming you have more than one page template defined in your theme then you should be able to choose it from the 'Attributes' section on the page editing page. I can confirm that's the case on a couple of my sites that run on WP 2.9.2. What do you see when you expand the 'Attributes' section?