rsanderst1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Eleven] Disappearing Fourth Footer WidgetYes, below is the code for the child theme’s footer.php file.
<?php
/**
* Template for displaying the footer
*
* Contains the closing of the id=main div and all content after
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
?><footer id=”colophon” role=”contentinfo”>
<?php
/*
* A sidebar in the footer? Yep. You can can customize
* your footer with three columns of widgets.
*/
if ( ! is_404() )
get_sidebar( ‘footer’ );
?><div id=”site-generator”>
<?php do_action( ‘twentyeleven_credits’ ); ?>
” title=”<?php esc_attr_e( ‘Semantic Personal Publishing Platform’, ‘twentyeleven’ ); ?>”><?php printf( __(‘Copyright for %s’, ‘twentyeleven’ ), ‘BusinessPlanMyWay’ ); ?>
</div></footer><!– #colophon –>
</div><!– #page –><?php wp_footer(); ?>
<!– SEOGears –> <script type=”text/javascript”> var pkBaseURL = ((“https:” == document.location.protocol) ? “https://analytics.seogears.com/” : “https://analytics.seogears.com/”); document.write(unescape(“%3Cscript src='” + pkBaseURL + “piwik.js’ type=’text/javascript’%3E%3C/script%3E”)); </script><script type=”text/javascript”> try { var piwikTracker = Piwik.getTracker(pkBaseURL + “piwik.php”, 6275); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); } catch( err ) {} </script><noscript><p><img src=”https://analytics.seogears.com/piwik.php?idsite=” style=”border:0″ alt=”” /></p></noscript> <!– End SEOGears Tracking Code –>
</body>
</html>Forum: Themes and Templates
In reply to: [Twenty Eleven] Disappearing Fourth Footer WidgetYes, https://www.businessplanmyway.com
Thank you,
RobertForum: Fixing WordPress
In reply to: Fourth Widget Missing from the Footer on Twenty ElevenA child theme was originally created, which allowed us to customize the template. As I stated previously, we had four footer widgets but now it is back to three again. The code to register the fourth is still in the function.php file and the code for the CSS file is also still present. I’ve looked at the footer.php file and there is nothing there except for the generic code. I am not sure if there was customized code in this file. However, I’ve added code to the footer.php file and I am getting an error message. I am not sure what is wrong. Can you help?
Thank you,
Robert
There are seven sitemaps that were generated by Yoast SEO, but the one I submitted was: https://www.businessplanmyway.com/page-sitemap.xml.
Because they are none listed. I’ve listed a XML sitemap to Google twice and it doesn’t accept the link.
A child theme has already been created. I would not worry about the missing information except that Google can not read my website to properly prepare sitelinks under the domain, making more difficult to find. Do you have a source I can turn to read more information on the subject?
Forum: Plugins
In reply to: [Yoast SEO] SEO Yoast and Google Structured TestingI seem to be having the same problem, only my problem is with:
Missing: author
Missing: updated
I’ve seen several posts regarding this issue but either my code is different from the posts, or the fixed code does not work.
How can I fix this code in single.php or function.php, not sure.
This is the code for the search box. But, I am unsure what to replace it with.
`<?php
// Has the text been hidden?
if ( ‘blank’ == get_header_textcolor() ) :
?>
<div class=”only-search<?php if ( $header_image ) : ?> with-image<?php endif; ?>”>
<?php get_search_form(); ?>
</div>
<?php
else :
?>
<?php get_search_form(); ?>
<?php endif; ?>Hello Esmi,
As I stated previously, I have already created a child theme within the adult theme. I am simply looking for code that would allow me to replace the search box with a company phone number. Can you help?