arthurdent2003
Forum Replies Created
-
Forum: Hacks
In reply to: ajax pagination in posts – working, but not like it should…just had the wrong jquery version included…shame on me…;-)
Forum: Hacks
In reply to: Text from custom field – split in partsHi Abdussamad,
thanks for the hint!
AD
Forum: Plugins
In reply to: [Plugin: Custom Post Template] Metabox dropdown in "Custom post types"ok – thanks anyway!
*push* has noone the same problem and maybe a fix?
thanks and sorry for pushing ??
Forum: Plugins
In reply to: [Plugin: Custom Post Template] Metabox dropdown in "Custom post types"Dear Simon,
is there any way to automatically only use custom post type (e.g.) “Love” -> with Custom Post Template “Love”, custom post type “Peace” -> with Custom Post Template and so on.
So that it automatically uses the specific cptemplate with specific post type?
I uses this code – but I always have to make a choice:
function my_cpt_post_types($post_types) { $post_types[]='love'; $post_types[]='peace'; $post_types[]='war'; return $post_types; } add_filter( 'cpt_post_types', 'my_cpt_post_types' );
thx!
AD
Forum: Fixing WordPress
In reply to: Getting "the_author" as tag or customfield meta?Hi Crutis,
thanks for the reply. But can I get the value from “the_author” to be automatically the “value” of the custom field. I just want to let a guest author put in his Name in the author field – that’s “the_author” – but not into two different fields. So my idea is to get the value from the existing “the_author” meta…
Thanks!
AD
Forum: Plugins
In reply to: [Search Everything] [Plugin: Search Everything] Fix for author searchdoesn’t work for me…thanks so far…
Forum: Fixing WordPress
In reply to: search url change from "term1 term2" to "term1&term2=anyone?
same question here!
had to call the custom_field…. ??
Forum: Fixing WordPress
In reply to: hide post thumbnail with custom field?Hi alchymyth,
thank you for the reply! Works!
AD
Forum: Plugins
In reply to: [Plugin: Custom Post Template] Metabox dropdown in "Custom post types"hi simon,
thank you! I’ll give it a try.
ADForum: Plugins
In reply to: [Plugin: Custom Post Template] Metabox dropdown in "Custom post types"anyone?
bump again….
Hi Dave! Great thank you!!
AD