WordPress bloginfo URLs

Feb 09, 2023

The bloginfo() function is a WordPress function that displays information about the current WordPress site. The parameters you provided are all options for the bloginfo() function that retrieve different URLs for the site.

Here is a brief explanation of each parameter:

  • pingback_url: This parameter retrieves the URL for the pingback XML-RPC file. Pingbacks are a type of notification that is sent when another website links to your site.
  • rdf_url: This parameter retrieves the URL for the RDF/RSS 1.0 feed. RDF (Resource Description Framework) is a standard used to describe resources on the web, and RDF/RSS 1.0 is a format for syndicating web content using RDF.
  • rss_url: This parameter retrieves the URL for the RSS 0.92 feed. RSS (Really Simple Syndication) is a format for syndicating web content, and RSS 0.92 is an older version of the format.
  • atom_url: This parameter retrieves the URL for the Atom feed. Atom is another format for syndicating web content.
  • url: This parameter retrieves the URL for the home page of the site.
  • wpurl: This parameter retrieves the URL for the WordPress installation folder. This may be different from the home page URL if WordPress is installed in a subdirectory rather than the root directory of the domain.

You can use these parameters to generate links to the various feeds and pages on your site, or to include them in your template files to display the URLs on the site.

Ready to start?

Contact our CTO or fill out the form

    By entering your email, you agree with our Terms of use and Privacy policy