The site you linked isn’t a WordPress.
You can make custom WordPress URL’s using WordPress’s URL Rewrite API. See https://codex.wordpress.org/Rewrite_API/add_rewrite_rule#Example , e.g.:
function custom_rewrite_basic() {
add_rewrite_rule('^anythinghere/([0-9]+)/?', 'index.php?page_id=$matches[1]', 'top');
}
add_action('init', 'custom_rewrite_basic');
This makes a new URL format like yoursite.com/anythinghere/95
If that doesn’t meet your needs you can also edit .htaccess
Editing your question to include a specific example of a URL you’d like to make and where it should go in regular WordPress URL’s will allow a more specific answer. For example, your question could include a format of a URL you want: e.g.: yoursite.com/foo/bar/hello.php?id=1234567 and a description of where you want the URL to go: “I want this URL to go to post ID 1234567”
Related Posts:
- Can YOAST SEO fields be removed from custom post type [duplicate]
- Should a SEO plugin be necessary? [closed]
- How are plugins in the WordPress plugin directory ranked?
- A plugin for having rel=”nofollow” in posts?
- How to add nofollow on all external links without plugin?
- WordPress web page struggling with performance
- add_filter the_content in functions.php not working
- XML sitemap over product variations
- Regenerate images with automatic ALT and TITLE attributes
- Trying to count the total number of paragraphs inside a blog article
- How to set a custom title per language?
- Installing WordPress only for a separate page – ‘mydomain.com/blog’
- unregistered user can write in blog page – possible? how to?
- Portfolio + Blog: multisite or plugin?
- google conversion code
- qTranslate conflicts with SEO-plugins [closed]
- Yoast SEO plugin “could detect no serious SEO problems” on dashboard
- WordPress Sitemap including pages that aren’t there
- SEO Friendly URL on dynamic product page produced via shortcode
- install robots.txt to wordpress website admin
- Is there a PressThis that doesn’t hotlink?
- Check if SEO plugin installed
- WordPress Plugin manipulate have_posts()
- Show Sitename on Yoast SEO Title tag [closed]
- Is it possible to send blog posts via email to subscribers?
- Help in using SEO Plugins: SEO Ultimate And Yoast SEO Plugin
- Yoast SEO settings unavailable in an archive page from wordpress plugin
- How to replace website?
- how to connect the author profile with google webmaster tools in multiuser blog?
- Yoast Force Rewrite Crashed Site [closed]
- Is changing post from category in a large blog a good practice?
- XML Sitemap Generator can’t notify google and bing
- Why is Google Search Console getting X-Robots-Tag noindex?
- How to remove index meta tag
- How to integrate together a website currently hosted WordPress.com and a custom web application currently hosted on Azure?
- Blog previews on custom page with more buttons
- Customizing a blog page layout
- Site shows URL instead of “meta title” after deleted few plugins (not any SEO plugin was deleted)
- Plugin for TinyMCE to create reference to other posts
- Preserve Search engine index while shifting to new Domain
- Add posts from other WordPress blog to the current one
- How do I fill the Home Description?
- WordPress Sitemap for MSSQL
- custom wordpress theme and yoast seo injecting text in body
- WordPress built-in compression of images? How well does it compare to Photoshop or Shortpixel?
- Remove Keywords From Webpage But Still Use for SEO
- Does anyone know why my SEO and title become one?
- How to add a “Who’s who” on a wordpress blog post?
- My wordpress local urls is still displayed even moved to live
- Writing SEO for Homepage when homepage is set to display latest posts
- SEO Site Title appearing in google search despite not being added
- Facebook sharing image error with facebook debug
- How to fix blog article view and share #’s?
- How to make cover image in post block expand to entire screen?
- How to upload PDF from Front-End and post automatically?
- How to order blog posts by no. of likes?
- Allowing Comments on Posts
- Same Title on two different post type with single custom taxonomy
- Yoast Seo Plugin meta title not showoing [closed]
- How to markup wordpress site using Schema.org?
- Automatization for automatization
- Problem with Duplicate Meta / tag description in Webmaster Tool [duplicate]
- Does Google detect files in the WordPress plugin directory
- How to Set Limit with WordPress Get Bookmarks Shortcode
- Strange Search Query Appearing on Google Index – “/?q=Save+Us+From+Berlusconi”
- Automatically set posts to NoIndex depending on category?
- Do shortcodes affect page indexing by search engines?
- Why my site loads too Slow? [closed]
- getting image alt text via ACF plugin in WordPress [closed]
- How should I force WordPress to give proper name for the uploading images?
- Possible to change meta data single quotes to dobule quotes in yoast wordpress seo? [closed]
- Change from blogger to wordpress
- Seo Problems in My meta Discription [closed]
- De-index plugin files
- how to make yoast seo read text from custom fields in custom post type
- Page with redirect
- wp-login 404 page not redirecting to homepage [closed]
- How to remove default blog page?
- Rank Math Seo register custom xml url
- WORDPRESS ,Can’t load image of post when sharing post via facebook [closed]
- ‘Global’ settings page for multisite plugin
- How do I cleanly override a plugin’s CSS with a child theme?
- PHP code on Visual Composer Plugin
- How to make a list of companies’ information and display them to user, using custom post types and a custom taxonomy?
- resize only height using wp_get_image_editor
- View the source code of a 3rd party plugin? [closed]
- How to crop image from center using wp_image_editor
- Deactivate plugin upon deactivation of another plugin
- How to find out what blocks are added by a plugin
- How can I see the error generated by plugin activation?
- How to add a random image to a post from gallery and only show one?
- Stuck on image in an Advanced Custom Field loop
- license check in plugin
- With WordPress + Visual Composer, how to restrict a user to change some content in a page?
- Translating long texts with html formatting
- Map Custom Registration Fields to WordPress User Roles
- Making Mathjax dynamic so it renders input without page refresh
- Front-end only $_POST and $_POST requests handling in WordPress plugin
- WordPress plugin/theme or other wayout to create portable pages?
- How to create user that has permission to create new sites on WordPress with multisite option enabled?