3 replies
  • WEB DESIGN
  • |
hello,

While designing php site, how to make the title of the blog post as permalink?
I want domain.com/blog/blog post title.... instead of .../blog/viewpost?id=4.
when creating like previous a new page is created. This may be difficult. I want seo friendly blog post permalink. Pls help
#blog #permalink #post
  • Profile picture of the author EcommerceGear
    If it is Wordpress, things will be fairly straight. Simply install twenty13 or other free theme and
    {{ DiscussionBoard.errors[10539733].message }}
  • Profile picture of the author EcommerceGear
    get the code from single.php or post.php file. In case of some CMS (or custom code) other than PHP, you will have to manually write the code. Better take that code snippet from stackoverflow.com or somwhere else.
    {{ DiscussionBoard.errors[10539748].message }}
  • Profile picture of the author NKM Dony
    Create single.php file and where you can build link there..like
    <a href=''<?php get the permalink(); ?>''></a>
    Can be title,,,can be images
    {{ DiscussionBoard.errors[10820095].message }}

Trending Topics