silvine
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Forum: Fixing WordPress
In reply to: My profile won't updateMy hosting company caches my site.
Forum: Plugins
In reply to: [Genesis eNews Extended] Mailchimp not workingThanks
Forum: Fixing WordPress
In reply to: Best way to name images before migrating a siteThanks
Forum: Fixing WordPress
In reply to: Blog Title Appearing Twice in External LinksHi,
When I paste this link http://workreadplay.com/marketing-on-vine/ into LinkedIn the issue occurs. It also occurs when I save this link to apps like Pocket and Instapaper.
I use the Yoast SEO plugin. Could this cause this issue?
Thanks for the help.
Forum: Themes and Templates
In reply to: Child Theme Doesn't Look Like ParentOk, thanks anyway.
Forum: Your WordPress
In reply to: Need a Second Opinion About my BlogThanks
Forum: Your WordPress
In reply to: Need a Second Opinion About my BlogThanks for the feedback.
I changed the theme, reduced the image sizes and broke the text up.
I am working on a fix for the buttons.
Forum: Your WordPress
In reply to: Need a Second Opinion About my BlogSorry, my bad!
Forum: Fixing WordPress
In reply to: Need Help Setting up a Dated ArchiveCode below. That would be good but I’m only online a few months.
<?php get_header(); ?> <section id="primary" class="site-content"> <div id="content" role="main"> <div id="container"> <div id="content" role="main"> <?php the_post(); ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php wp_get_archives('type=alpha'); ?> <ul> <select name="archive-dropdown" onchange="document.location.href=this.options[this.selectedIndex].value;"> <option value=""><?php echo esc_attr( __( 'Select Month' ) ); ?></option> <?php wp_get_archives( array( 'type' => 'monthly', 'format' => 'option', 'show_post_count' => 1 ) ); ?> </select> </ul> </div><!-- #content --> </div><!-- #container --> <?php get_sidebar(); ?> <?php get_footer(); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>
Viewing 9 replies - 1 through 9 (of 9 total)