Erin
Forum Replies Created
-
I am looking to restore ALL images, not one by one. Please advise how to restore ALL of them with 1 click. I have THOUSANDS of images, so going through every single one to restore would be impossible.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Notifications doesn’t worksI also have this problem. Even though all of my settings match what is shown in the video (and the notification box is checked by default), new commenters are not being added to my subscription page AND they are not being notified of responses via email. HELP!
Hi! I can now view the source code in the browser, but I am wondering if the Google Analytics code is also in one of the plug in files. From what specific file does the source code of the website pull the GA information? It must be created from somewhere within the website, right?
Sorry, I meant to say how to find the source code.
Thanks! I guess I am just unclear how to you the source code. Where do I need to look? In my theme? In my root directory? Can you provide me any direction?
I’m sorry but I do not understand WHERE the code is. Is it in a theme file? The plug in editor? I cannot find where in my theme files the code is inserted. I even called my host, and they could not locate it either. In what file do I find the code???
I’m not trying to be difficult–I’ve just spent an hour trying to resolve this with no luck and really appreciate your help!Hi! I understand that these are the instructions from Google. However, I am unable to locate where the plug in put the Google analytics code in my site. I searched through everything theme file, and cannot find it. I put my analytics ID into the plug in setting page, but that is the only place where I can find any GA info.
Hi! PLEASE HELP!
I have updated to the most recent version of the plug in AND enabled demographic data, but Google still gives me the error message, “Your Demographics and Interest Reports have been enabled, but your Analytics tracking code does not include the necessary support to show them. Learn more about the simple, one-line, one-time change to your tracking code to add this support.”Can you help??
Forum: Fixing WordPress
In reply to: Remove Featured Image From Appearing Inside PostHere is my content.php if that is helpful
<?php
/**
* @package WordPress
* @subpackage Yoko
*/
?><article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<div class=”entry-details”>
<?php if ( has_post_thumbnail() ): ?>
“><?php the_post_thumbnail(‘thumbnail’); ?>
<?php endif; ?>
<p><?php echo get_the_date(); ?>
<?php _e( ‘by’, ‘yoko’ ); ?> <?php the_author() ?>
<?php comments_popup_link( __( ‘0 comments’, ‘yoko’ ), __( ‘1 Comment’, ‘yoko’ ), __( ‘% Comments’, ‘yoko’ ) ); ?></p>
</div><!– end entry-details –><header class=”entry-header”>
<h2 class=”entry-title”>” title=”<?php printf( esc_attr__( ‘Permalink to %s’, ‘yoko’ ), the_title_attribute( ‘echo=0’ ) ); ?>” rel=”bookmark”><?php the_title(); ?></h2>
</header><!– end entry-header –><div class=”entry-content”>
<?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?>
<?php the_excerpt(); ?>
<?php else : ?>
<?php the_content( __( ‘Continue Reading →’, ‘yoko’ ) ); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”>’ . __( ‘Pages:’, ‘yoko’ ), ‘after’ => ‘</div>’ ) ); ?>
<?php endif; ?><footer class=”entry-meta”>
<p><?php if ( count( get_the_category() ) ) : ?>
<?php printf( __( ‘Categories: %2$s’, ‘yoko’ ), ‘entry-utility-prep entry-utility-prep-cat-links’, get_the_category_list( ‘, ‘ ) ); ?> |
<?php endif; ?>
<?php $tags_list = get_the_tag_list( ”, ‘, ‘ );
if ( $tags_list ): ?>
<?php printf( __( ‘Tags: %2$s’, ‘yoko’ ), ‘entry-utility-prep entry-utility-prep-tag-links’, $tags_list ); ?> |
<?php endif; ?>
“><?php _e( ‘Permalink ‘, ‘yoko’ ); ?>
<?php edit_post_link( __( ‘Edit →’, ‘yoko’ ), ‘| <span class=”edit-link”>’, ‘</span>’ ); ?></p>
</footer><!– end entry-meta –>
</div><!– end entry-content –></article><!– end post-<?php the_ID(); ?> –>
Forum: Fixing WordPress
In reply to: Remove Featured Image From Appearing Inside PostHi,
I do not have any reference to my thumbnail in my single.php file, but want to remove the featured images. Please help! Where can I edit, add code?The original issue happened because I added code in my functions.php that added featured images to all of my posts. However, after seeing how they look in the post, I HATE them. I deleted the code out of my fuctions.php, but it left all the images. How can I remove them without editing every single post? HELP PLEASE! I am using the Yoko theme. Here is an example of a post with the issue:
https://www.thelawstudentswife.com/2013/09/pizza-dough/The blog I need help with is https://www.thelawstudentswife.com.
Forum: Fixing WordPress
In reply to: Users unable to leave commentsYes, I just upgraded as well. Anyone know if this is a known issue or ways to resolve?