Related Topics

Backend check all demo / unused content is removed pages posts comments post categories post tags custom post types and

Frontend check all frontend pages check content for old company names, demo content, etc check all links, etc mobile responsive,

When website is under attacks such as carding Ensure Stripe Credit Cards is used and not Paypal Credit Card

Can we please ensure that all custom CSS used on a website is categorised using the custom CSS Plugin. As

Hi All Please ensure we update the below on all pages that we make on all future websites. We need

Website Copyright – Format and Automated Current Year

Format

Company Name © yyyy | Site by All in IT Solutions

Auto-updating year

Paste this code into a new PHP snippet using WP Code Plugin (add new from wordpress repository)

				
					function display_current_year() {
return date('Y');
}
add_shortcode('current_year', 'display_current_year');
				
			

Then you can add the below shortcode wrapped in suqare brackets [ ]:

 

				
					current_year
				
			

The format would then be:

Company Name ©️ [current_year] | Site by All in IT Solutions

Actions Coming Soon

Leave a Reply