PDA

View Full Version : Custom permalinks structure like wordpress



Mike Lucas
January 13, 2017, 05:10 PM
hi.,

it would be great if you guys could add a feature like wordpress has. where we can specify permalink structure for individual listings .

e.g. we can specify like these


domain.com/{listing-id}/{listing-title}


domain.com/{listing-title}-{listing-id}.html

and all the ads listings will get the URl in that format.

imho its not that difficult to implement something like this.

just create a custom function to build url, and depeding on the specified format, the url will be generated after providing post id , post title and so on.

in this way, all flynax customers wont compete with each other and every site can have special link structure and it will benefit for ranking too.

thanks

Mike Lucas
January 14, 2017, 04:55 AM
it can be even made simple if added short codes like


{country-shortcode}
{country-name}
{state-name}
{city-name}
{listing-date}
{listing-year}
{listing-month}
{listing-id}
{listing-title}


and input field in admin area to specify the custom link structure.

so ppl can specify like these


domain.com/{listing-year}/{listing-month}/{listing-date}/{listing-title}.html

domain.com/{listing-id}/{listing-title}.html

domain.com/{listing-title}-{listing-id}.html

domain.com/{listing-title}.html

domain.com/{listing-title}/{listing-id}

etc etc.