Skip to content

Instantly share code, notes, and snippets.

View freelancingcare's full-sized avatar

Freelancing Care freelancingcare

View GitHub Profile
@freelancingcare
freelancingcare / wordpress-code-example.php
Last active June 5, 2020 08:40
Wordpress Code Referance From Practical Use
Root url for website
---------------------------------------------------------
<?php site_url(); ?>
<?php bloginfo('url'); ?>
title of specific post/page
---------------------------------------------------------
<?php wp_title(); ?>
Title of site