graphicaincrsa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove "Continue Reading" button under postYou are an absolute star. Thank you so much for all your help
Forum: Fixing WordPress
In reply to: How to remove "Continue Reading" button under post/** * Footer credits */ function oblique_footer_credits() { echo '<a href="' . esc_url( __( 'http://wordpress.org/', 'oblique' ) ) . '" rel="nofollow">'; printf( __( 'Proudly powered by %s', 'oblique' ), 'WordPress' ); echo '</a>'; echo '<span class="sep"> | </span>'; printf( __( 'Theme: %2$s by %1$s.', 'oblique' ), 'Themeisle', '<a href="http://themeisle.com/themes/oblique/" rel="nofollow">Oblique</a>' ); } <em>[Moderator Note: Please post markup between backticks or use the code button. Your posted code may now have been damaged by the forum's parser.]</em> add_action( 'oblique_footer', 'oblique_footer_credits' );Forum: Fixing WordPress
In reply to: How to remove "Continue Reading" button under postGreat I found it. What do i need to change?
/** * Footer credits */ function oblique_footer_credits() { echo '<a href="//wordpress.org/', 'oblique' ) ) . '" rel="nofollow">'; printf( __( 'Proudly powered by %s', 'oblique' ), 'WordPress' ); echo '</a>'; echo '<span class="sep"> | </span>'; printf( __( 'Theme: %2$s by %1$s.', 'oblique' ), 'Themeisle', '<a href="http://themeisle.com/themes/oblique/" rel="nofollow">Oblique</a>' ); } add_action( 'oblique_footer', 'oblique_footer_credits' );[Moderator Note: Please post code between backticks or use the code button. Your posted code has now been damaged by the forum’s parser.]
Forum: Fixing WordPress
In reply to: How to remove "Continue Reading" button under postIs this correct?
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package Oblique */ ?> </div> </div><!-- #content --> <div class="svg-container footer-svg svg-block"> <?php oblique_svg_1(); ?> </div> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info container"> <?php do_action('oblique_footer'); ?> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>[Moderator Note: Please post markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Forum: Fixing WordPress
In reply to: How to remove "Continue Reading" button under postSorry my question is where do I find that code. Very new to Code
Forum: Fixing WordPress
In reply to: How to remove "Continue Reading" button under postWhere can i find these files?
Forum: Fixing WordPress
In reply to: How to remove "Continue Reading" button under postDo you have an example of this code that i can simply place in the Custom CSS Manager?
Forum: Fixing WordPress
In reply to: How to remove "Continue Reading" button under postOMG, Thank you so much. IT WORKED
Could I add any other code to remove the “Proudly powered by WordPress | Theme: Oblique by Themeisle.” text at the bottom of the page and replace with ” © 2016 Graphica I By Graphica”
Forum: Themes and Templates
In reply to: simple custom CSS is not making changes to my siteI tried that and its still there.
Should I deactivate the “Hide Header ” Plugin?
Forum: Themes and Templates
In reply to: simple custom CSS is not making changes to my siteHi workingwebsites. Im using a Custom CSS manager plugin. Im not editing the theme CSS as i don’t want to loose the changes when the theme updates
Hi Stephen. I placed that code into my Custom CSS manager and it seems to have descreased the gap but not completely. Is there something els i need to do to make all the white disappear?
See link below