Opened 16 months ago

Last modified 15 months ago

#19902 new feature request

blog_url() and get_blog_url() template tags — at Version 3

Reported by: johnjamesjacoby Owned by:
Priority: normal Milestone: Awaiting Review
Component: Template Version: 3.3.1
Severity: normal Keywords: has-patch 2nd-opinion
Cc:

Description (last modified by johnjamesjacoby)

With usage of WordPress as a CMS increasing, the blog is not always the focal point. It would be great if there were template tags available to get the blog url, basically a wrapper for getting the options if it's set to a WordPress page, and defaulting to home_url( '/' ) if not.

Patched against r19759 (trunk)

Change History (4)

comment:1 follow-up: ↓ 2   nacin16 months ago

Since we already have site_url(), let's try to pick a name that is less confusing. Perhaps blog_page_url() or something.

This might be a duplicate of another ticket, but I'm not locating anything.

comment:2 in reply to: ↑ 1   johnjamesjacoby16 months ago

Replying to nacin:

Since we already have site_url(), let's try to pick a name that is less confusing. Perhaps blog_page_url() or something.

Agree the nomenclature gets increasingly confusing. Possible permutations:

  • get_/blog_url()
  • get_/blog_link()
  • get_/blog_permalink()
  • get_/blog_page_url()
  • get_/blog_page_link()
  • get_/blog_page_permalink()
Last edited 16 months ago by johnjamesjacoby (previous) (diff)
  • Description modified (diff)
Note: See TracTickets for help on using tickets.