Novembee
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: Footer displays differently when login/logoutI’m surprised that it seems to display the copyright phrase even when I log out.. I literary did not do anything..!
Oh well, that’s great.
Thank you so much bravokeyl for dropping by my question and taking your time. I appreciate you!
Forum: Themes and Templates
In reply to: Footer displays differently when login/logoutI’m sorry for late replay..
Here is the footer.php in my child theme
<?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 */ ?> </div><!-- #main --> <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( 'threeatranslation_credits' ); ?> <a href="<?php echo esc_url( __( 'http://threeatranslation.com/', 'threeatranslation' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'threeatranslation' ); ?>"><?php printf( __( 'Copyright (C) 2014 Three A Translation All rights reserved.', 'threeatranslation' ), 'threeatranslation' ); ?></a> </div> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>Forum: Themes and Templates
In reply to: Footer displays differently when login/logoutHi bravokeyl,
I’m using Twenty Eleven theme and my site is here: http://threeatranslation.com/Forum: Plugins
In reply to: [All In One Favicon] Review translationThank you kobak! I could work with your advice!!
Forum: Plugins
In reply to: [Calculated Fields Form] Count the number of words in an uploaded fileThank you for your reply!!
I’ll try that way. Could you help me what equation would work? I probably add a calculatedField labeled ‘Word Count’ to only show the number of words in the TextArea.
Viewing 5 replies - 1 through 5 (of 5 total)