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
- How can I find plugins’ slug?
- How do I exclude plugins from getting automatically updated?
- Link to Download Latest WordPress PLUGIN Version
- How exactly does Bad Behavior plugin work?
- nonces in custom oop plugin
- Wp die causing 500 Internal Server Error?
- Manually add order item with fixed product_id in WooCommerce
- Why isn’t admin_notices displaying my text? [Simple Plugin, Beginner]
- How to password protect a category page / not posts?
- Call Ajax URL in Plugin
- Using Microsift Word/Outlook for content publishing to WordPress
- How can I add user profile fields to my mailpress mailout
- How do I send the contents of a form to deliver to the already existing custom field in the wordpress theme
- How to hide featured images of all posts falling under the same category in wordpress?
- Multisite – Cloning CPT pages + content (including ACF Flexible Content) from site to site
- upload multiple images using wp_handle_upload
- https rewrite not working for All in one security Brute force > rename login url
- Insert Plugin on a custom page
- WordPress Theme/Plugin Install (about FTP Connection)
- Power Menus plugin destroys menu after adding new item
- how to debug shipping module / class
- single.php fires more than once after clicking on any post to view with different post id each time
- how to show selected options drop down menu values in attributes field in after saving post.php
- Buffered output in chunks and shortcode – how do I achieve that?