add bar in paging in the URL

To enforce a trailing-slash policy you need to set this in your .htaccess file. RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*[^/])$ /$1/ [L,R=301] or <IfModule mod_rewrite.c> RewriteCond %{REQUEST_URI} /+[^\.]+$ RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L] </IfModule> I haven’t tested either or these, but google never lies…

Keeping original URL

If you’re worried about localhost vs. remote after migration then make your links relative. In the case where you are using the standard wp_nav_menu like; wp_nav_menu( array( ‘menu’ => ‘test’ )); Filter the HTML from wp_nav_menu to make all the links relative. add_filter( ‘wp_nav_menu’, function( $nav_menu, $args ){ // get the current site $site_url = … Read more

Turn a URL into content preview

It is definitely possible. However, you would need to develop that functionality either in a plugin or adding it to the functions.php file of the active wordpress theme. Are you asking for a functioning example or someone to code it for you?

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)