anabelle
Forum Replies Created
-
Forum: Plugins
In reply to: Adding an extra field to the commentsIsn’t this supposed to be easy now that wordpress has comment meta in the database and correspondent hooks?
Forum: Plugins
In reply to: [Plugin: Category Meta plugin] Does Category Meta extend to other taxonomies?I solved it adding the following to my functions.php
add_action ( 'Colombia_add_form_fields', 'wptm_add_meta_textinput'); add_action ( 'Colombia_edit_form', 'wptm_add_meta_textinput');Colombia is the name of my custom taxonomy, please tell me if this is ideal.
Forum: Plugins
In reply to: [Plugin: Category Meta plugin] Does Category Meta extend to other taxonomies?Please help me,
I tested it with a normal category and it worked fine, but I just can’t get it working with a custom taxonomy.
What do you have to do so that input fields show in a custom taxonomy edit screen?
In case it helps the url looks something like this when editing:
/wp-admin/edit-tags.php?action=edit&taxonomy=Colombia&post_type=video&tag_ID=37
Forum: Fixing WordPress
In reply to: “imagecreatefromstring” errors uploading certain imagesDid you find how to solve this?
Forum: Plugins
In reply to: [Plugin: Category Meta plugin] Does Category Meta extend to other taxonomies?Thanks for your help. But i don’t understand where to call those hooks.
I added a custom type, registered a new taxonomy, and configured the plugin to add 3 new fields to my new taxonomy.
How do I call those hooks from my custom taxonomy edit page?
(note, I have not modified the edit taxonomy page, I just rgistered the taxonomy and trying to edit it from the default edit screent)
Thanks!
Forum: Plugins
In reply to: [Plugin: Category Meta plugin] Does Category Meta extend to other taxonomies?Why could it be, Input fields for the ones I created are not showing up on the edit screen.
Any Idea?
Forum: Fixing WordPress
In reply to: Convert Tags to Taxonomy TagsMe too!
Forum: Plugins
In reply to: [Plugin: Sociable] no á é í ó ú ñ supported in email subjectbump
Forum: Alpha/Beta/RC
In reply to: Hierarchical Custom Taxonomy PermalinksIm having this same issue.
Im using custom taxonomys for geo referencing.
An my permalinks now are like:
site.com/map/country
or
site.com/map/cityWhere I would actually like them to be:
site.com/map/country/city/Forum: Fixing WordPress
In reply to: Get Children and Loop Through Each ChildHow can you do this with categories?
So that the output is a list of child categories, and the posts from each one.
Forum: Fixing WordPress
In reply to: is_tax() and using a .diff patchI need this too.
Forum: Fixing WordPress
In reply to: How to Add Paging to Authors List Page LoopDid you find an answer? the exact same thing is happening to me.
Forum: Fixing WordPress
In reply to: Insert comment number before each comment author nameThis was really easy to do before wp_list_comments()
How can this be done now?
Forum: Plugins
In reply to: Filter and display attachmentsThanks 🙂
The pint is to use the date for other calculations.
Can this 404 be disabled? is there a hook?