Get the url of a page template without using the page slug and ID
Get the url of a page template without using the page slug and ID
Get the url of a page template without using the page slug and ID
Try using this filter to fully modify the link and it’s text: apply_filters( ‘cancel_comment_reply_link’, $formatted_link, $link, $text ); You can modify the proper value depending on your needs. You might also be able to use a preg_replace() to modify the link and add your /blog/ value to it. To remove the link entirely, use: add_filter( … Read more
Have you try too remove all tag from content then add li ? $content=”<li>”.strip_tags(get_field(‘artist’)).'</li>’;
have a look at the plugin https://wordpress.org/plugins/r3df-multisite-blog-slug-remover/ this removes the main site /blog slug.
Yes, you can use the Read More filter: https://codex.wordpress.org/Customizing_the_Read_More#Modify_The_Read_More_Link_Text Per the discussion below, in this case, there’s a plugin called Page Links To that may solve your problem. You would create a post in WP but set its permalink to the external URL you want to link to, so it would appear on the front … Read more
Internal Links that Automatically Update
How to filter the image embed code based on link type
I can’t edit my homepage – the page editor is just blank [closed]
Resolved, i’ve manually added the “external” css class to menu link, as suggested here https://github.com/ChrisWojcik/single-page-nav/issues/1 Actually, that didn’t work, the problem is still the page wich is intended to be single pag navigation, which is preventink external link from opening, because I think the smooth to-section movement is not coded for managing also external link
Custom Links menu items include in Search Results