HTML Bookmarks and HTML Anchors and (WordPress) Page Jumps

Posted on Posted on September 29, 2021, 9:04 am by Kyle Christopher Blanchard (@kylecblanchard).

Modified on Modified on September 29, 2021, 9:08 am by Kyle Christopher Blanchard (@kylecblanchard).

Permalink Permalink/"permanent link" — HTML Bookmarks and HTML Anchors and (WordPress) Page Jumps (https://kylecblanchard.link/kylecblanchard/2021/09/29/wordpress/html-bookmarks-and-html-anchors-and-wordpress-page-jumps/)

HTML Bookmarks and HTML Anchors and (WordPress) Page Jumps

These things allow you to link to defined, set attribute link locations as places within a webpage, blog post, blog page, or element of HTML code. You can then link to those anchors to navigate up and down throughout your article.

Read more about HTML anchors (in this linked page referred to as HTML Bookmarks) at https://www.w3schools.com/html/html_links_bookmarks.asp (the link opens in a new tab).

https://www.w3schools.com/html/html_links_bookmarks.asp screenshot
https://www.w3schools.com/html/html_links_bookmarks.asp screenshot

Find more on the “HTML <a> Tag” at https://www.w3schools.com/tags/tag_a.asp (the link opens in a new tab).

In WordPress, HTML anchors are termed “Page Jumps.” Read the WordPress.org article on “Page Jumps” (the link opens in a new tab).

https://wordpress.org/support/article/page-jumps/ screenshot
https://wordpress.org/support/article/page-jumps/ screenshot


I’ve Added the Pretty Links Plugin and Am Excited to Get Started With It

Posted on Posted on September 29, 2021, 7:25 am by Kyle Christopher Blanchard (@kylecblanchard).

Modified on Modified on September 29, 2021, 8:39 am by Kyle Christopher Blanchard (@kylecblanchard).

Permalink Permalink/"permanent link" — I’ve Added the Pretty Links Plugin and Am Excited to Get Started With It (https://kylecblanchard.link/kylecblanchard/2021/09/29/wordpress/ive-added-the-pretty-links-plugin-and-am-excited-to-get-started-with-it/)

I’ve recently added the Pretty Links (the link opens in a new tab) WordPress plugin.

Pretty Links (https://prettylinks.com/) screenshot
Pretty Links (https://prettylinks.com/) screenshot

You can find Pretty Links for use on your WordPress at https://wordpress.org/plugins/pretty-link/ (the link opens in a new tab). I am quite excited to get started using it.







“Redirect Javascript” Search Answer from StackOverflow Page “How do I redirect to another webpage?”

Posted on Posted on September 26, 2021, 2:39 pm by Kyle Christopher Blanchard (@kylecblanchard).

Modified on Modified on September 27, 2021, 2:44 pm by Kyle Christopher Blanchard (@kylecblanchard).

Permalink Permalink/"permanent link" — “Redirect Javascript” Search Answer from StackOverflow Page “How do I redirect to another webpage?” (https://kylecblanchard.link/kylecblanchard/2021/09/26/stackoverflow/redirect-javascript-search-answer-from-stackoverflow-page-how-do-i-redirect-to-another-webpage/)

Reader (and note to future self),

I have been looking for a way to use the “?” (question mark) and trail with a string while writing a web link. My purpose is in trying to send the clicked link elsewhere. However, I am not wanting to code a permanent redirect as in redirecting to a moved address or site location, nor am I using it to pass search terms and their results from a search database (i.e., https://stackoverflow.com/search?q=redirect+javascript). I am not at this time of writing needing it to trackback affiliate links or such, just wanting to use the method mainly because of its looking so proper; and that so many other websites use redirects and navigation methods that use the question mark (“?”) seamlessly within visiting their site and its pages.

I found a StackOverflow (the link opens in a new tab) article question and its answers that seem to be what I’ve been searching for in this instance.

Screenshot | Source: https://stackoverflow.com/questions/503093/how-do-i-redirect-to-another-webpage
Screenshot | Source: https://stackoverflow.com/questions/503093/how-do-i-redirect-to-another-webpage

In the page of results, I found when looking for “redirect javascript” the page “How do I redirect to another webpage?” and the section which seems to be what I am looking for is the answer section that starts and says, “So, the question is how to make a redirect page, and not how to redirect to a website?
You only need to use JavaScript for this. Here is some tiny code that will create a dynamic redirect page.”

Screenshot | Source: https://stackoverflow.com/questions/503093/how-do-i-redirect-to-another-webpage
Screenshot | Source: https://stackoverflow.com/questions/503093/how-do-i-redirect-to-another-webpage
Screenshot | Source: https://stackoverflow.com/questions/503093/how-do-i-redirect-to-another-webpage
Screenshot | Source: https://stackoverflow.com/questions/503093/how-do-i-redirect-to-another-webpage

(“How do I redirect to another webpage?” https://stackoverflow.com/questions/503093/how-do-i-redirect-to-another-webpage – the link opens in a new tab)

The modified code I am using then is:

	<script>
    // <!-- https://stackoverflow.com/questions/503093/how-do-i-redirect-to-another-webpage | "How do I redirect to another webpage?" -->
	// So, the question is how to make a redirect page, and not how to redirect to a website?
	// You only need to use JavaScript for this. Here is some tiny code that will create a dynamic redirect page.
	//	< script>
    //	var url = window.location.search.split('url=')[1]; // Get the URL after ?url=
    //	if( url ) window.location.replace(url);
	//  </ script>
	// So say you just put this snippet into a redirect/index.html file on your website you can use it like so.
	// http://www.mywebsite.com/redirect?url=http://stackoverflow.com
	// And if you go to that link it will automatically redirect you to stackoverflow.com.
	var url = window.location.search.split('url=')[1]; // Get the URL after ?url=
    if( url ) window.location.replace(url);
	</script>

It seems as if I have run across this article in the past, because, when I looked to bookmark the link in Chrome while reading it, the bookmark symbol already showed it in my bookmarks. So I changed its location in my bookmarks to find it more quickly the next time I need to refer to this aid.





Posted on Posted on September 12, 2021, 8:39 am by Kyle Christopher Blanchard (@kylecblanchard).

Modified on Modified on September 12, 2021, 8:39 am by Kyle Christopher Blanchard (@kylecblanchard).

Permalink Permalink/"permanent link" —  (https://kylecblanchard.link/kylecblanchard/2021/09/12/uncategorized/3928/)

Listen to The Prose Edda (Annotated) by Snorri Sturluson on Audible. https://www.audible.com/pd/B07ZRXRNB1?source_code=ASSOR150021921000R





Ida Aftermath Update: One (I i)

Posted on Posted on September 4, 2021, 9:08 am by Kyle Christopher Blanchard (@kylecblanchard).

Modified on Modified on September 4, 2021, 9:08 am by Kyle Christopher Blanchard (@kylecblanchard).

Permalink Permalink/"permanent link" — Ida Aftermath Update: One (I i) (https://kylecblanchard.link/kylecblanchard/2021/09/04/uncategorized/ida-aftermath-update-one-i-i/)

Hello, reader.

Ida Aftermath Update: One (I i)

Here, in Thibodaux (Lafourche Parish), LA, still only generator/Generac power. Ida surely left a mark. 



Still no power for me here.

Posted on Posted on September 2, 2021, 4:40 pm by Kyle Christopher Blanchard (@kylecblanchard).

Modified on Modified on September 2, 2021, 4:40 pm by Kyle Christopher Blanchard (@kylecblanchard).

Permalink Permalink/"permanent link" — Still no power for me here. (https://kylecblanchard.link/kylecblanchard/2021/09/02/uncategorized/still-no-power-for-me-here/)

Still no power for me here.