I use wordpress wp-page navi

you can type the page name you want in the header(that will be your default permalink) if you want to have a different permalink then you can just change the permalink on the right of the edit page where it says URL slug

Edit the output of a filter

i have created the following solution, it is working when you keep into the active theme functions.php. Refrence Page: includes\forms\class-wp-job-manager-form-submit-job.php Line: 791 add_filter(‘submit_job_form_save_job_data’, ‘remove_dublicated_post_name’, 10, 5); function remove_dublicated_post_name($job_data, $post_title, $post_content, $status, $values){ if( ! strpos( $job_data[‘post_name’] , sanitize_title($values[‘company’][‘company_name’] ) ){ // to remove dublicate company names $post_name_raw_arr = explode(“-“,$job_data[‘post_name’]); $post_name_unique_arr = array_unique($post_name_raw_arr ); $job_data[‘post_name’] = … Read more

WordPress slug confusion

In wordpress down the side you goto Settings then to permalinks. From there you select a custom structure and can put it how ever you want. When you are creating a page after you have added in a title you can press the edit button to change the permalink.

Problems fixing a REST API 404 after Moving my WordPress Directory and updating Permalink Structure

This sounds like it might be an issue with how the files for the main Apache2 configuration file and those found in the virtual host are written. Adding the following line to the file * /etc/apache2/sites-available/hostname-le-ssl.conf before <Directory /var/www/html/hostname/public_html/> AllowOverride All Then restart apache2. $ sudo systemctl restart apache2 The files in /etc/apache2/sites-available are symlinked … Read more

Customize URL for specific tags archive

@ederico-dondi On your tag listing page, WordPress is getting the content of the page from your url querystring. In your case, there is “tag” in your url so it will understand that you are on tag page. If you will remove tag then it will not show data of tag. for example. the below code … Read more

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