forked from LiveCarta/LiveCartaWP
updateed subscribe form links in footer
new logo in livecarta footer WP update instruction
This commit is contained in:
10
devops/update.txt
Normal file
10
devops/update.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
1 Backup all files
|
||||
2 Backup Database
|
||||
3 Download latest version of WP https://wordpress.org/latest.tar.gz
|
||||
4 Go to WP document root e.g. /var/www/WordPress/htdocs
|
||||
5 Delete the old wp-includes and wp-admin directories
|
||||
6 Do NOT delete your existing wp-content folder. Do NOT delete any files or folders in your existing wp-content directory !!!
|
||||
7 Copy all files from latest.tar.gz archive to WP document root. (overwrite all)
|
||||
8 chown -R jenkins:jenkins /var/www/WordPress
|
||||
9 chmod -R 755 /var/www/WordPress
|
||||
10 Run Jenkins job to update all files from repository
|
||||
@@ -45,7 +45,7 @@ require_once 'inc/walker-nav-menu.php';
|
||||
<div class="title">Subscribe</div>
|
||||
<div class="sub-input">
|
||||
<div id="mc_embed_signup">
|
||||
<form action="https://lawcarta.us12.list-manage.com/subscribe/post?u=f1055fdbaf5889ec432f2821f&id=fbabc18ead" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
|
||||
<form action="https://lawcarta.us12.list-manage.com/subscribe/post?u=f1055fdbaf5889ec432f2821f&id=fbabc18ead" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
|
||||
<div id="mc_embed_signup_scroll">
|
||||
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter your Email" required="">
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
@@ -39,7 +39,7 @@
|
||||
<div class="title">Subscribe</div>
|
||||
<div class="sub-input">
|
||||
<div id="mc_embed_signup">
|
||||
<form action="https://lawcarta.us12.list-manage.com/subscribe/post?u=f1055fdbaf5889ec432f2821f&id=25a4c0d555" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
|
||||
<form action="https://lawcarta.us12.list-manage.com/subscribe/post?u=f1055fdbaf5889ec432f2821f&id=25a4c0d555" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
|
||||
<div id="mc_embed_signup_scroll">
|
||||
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter your Email" required>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<a href="#" class="logo">
|
||||
<img src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>" alt="LiveCarta livecarta">
|
||||
<img src="<?= get_theme_file_uri('/assets/img/livercarta-footer.png'); ?>" alt="LiveCarta livecarta">
|
||||
</a>
|
||||
<p>© <?=date("Y"); ?> <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user