COMPLETE Create filter for user changeable slug and custom post type names

Easy Property Listings WordPress Real Estate Plugin Forums Feature Requests COMPLETE Create filter for user changeable slug and custom post type names

Viewing 1 post (of 1 total)

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

  • Author
    Posts
  • #897
    Merv Barrett
    Keymaster

    Changing Property name and slug to Casa/ other
    Also we are adding a filter to change the Custom Post type names eg: “property”, “rental”, “land” etc

    For noe you can edit the file in easy-property-listings/lib/post-types/post-types-property.php

    Modify the labels from LINE 17 $labels = array(….)
    to line 30

    Modify the custom post slug name (pretty url) /property/ to /casa/

    change
    ‘rewrite’ => array( ‘slug’ => ‘property’ ),
    to
    ‘rewrite’ => array( ‘slug’ => ‘casa’ ),

These forums are closed to new replies / tickets. Please open a support ticket from our new Support page.

Viewing 1 post (of 1 total)
  • The topic ‘COMPLETE Create filter for user changeable slug and custom post type names’ is closed to new replies.