Deminoodle_be
Forum Replies Created
-
Hi Rene,
Do you have any update on this?
No worries if you don’t have time, then we’ll look for another solution.Thanks,
SamHi Rene,
This would be amazing.
Let me know ??Thanks!
SamHi Rene,
Is this something that has been implemented yet?
Would be nice since I need it on a couple of sites.Thanks,
SamForum: Fixing WordPress
In reply to: Strange permalinksForum: Fixing WordPress
In reply to: Strange permalinks<?php register_post_type('trainingen', array( 'label' => 'Trainingen','description' => '','public' => true,'show_ui' => true,'show_in_menu' => true,'capability_type' => 'post','hierarchical' => false,'rewrite' => array('slug' => ''),'query_var' => true,'has_archive' => true,'exclude_from_search' => false,'supports' => array('title','editor','excerpt','trackbacks','custom-fields','comments','revisions','thumbnail','author','page-attributes',),'labels' => array ( 'name' => 'Trainingen', 'singular_name' => 'Training', 'menu_name' => 'Trainingen', 'add_new' => 'Add Training', 'add_new_item' => 'Add New Training', 'edit' => 'Edit', 'edit_item' => 'Edit Training', 'new_item' => 'New Training', 'view' => 'View Training', 'view_item' => 'View Training', 'search_items' => 'Search Trainingen', 'not_found' => 'No Trainingen Found', 'not_found_in_trash' => 'No Trainingen Found in Trash', 'parent' => 'Parent Training', ),) ); ?>
Forum: Fixing WordPress
In reply to: Strange permalinksNo, these are custom post types.. Also the trainingen doesn’t work.
https://new.quadrantcommunications.be/trainingen/verkooppresentaties-maken/
Really strange.. ??
Thanks!Forum: Fixing WordPress
In reply to: Strange permalinksThanks. Works fine. But now my testimonials don’t work anymore. That’s the only one..
https://new.quadrantcommunications.be/referenties/ad-ultima-zet-nieuwe-website-centraal/
Any solution for this?
Thanks!Forum: Plugins
In reply to: [Related Posts for WordPress] PHP code for Template add Custom FieldSeems to work with
$related_post->post_excerpt;
Thanks for your help ??
Forum: Plugins
In reply to: [Related Posts for WordPress] PHP code for Template add Custom FieldIs there any way to get the_excerpt from a related post?
Or maybe to truncate only the the text of the content?
Thanks!
Forum: Plugins
In reply to: [Related Posts for WordPress] PHP code for Template add Custom FieldAweome! Thanks bro!
Finally a plugin who does the ‘thing’ I need ??
Forum: Plugins
In reply to: [Related Posts for WordPress] PHP code for Template add Custom FieldMust this piece of code be place inside the loop?
Thanks ??