lropella
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Not Able to link WordPress Site with Google AuthorshipAnd I realized I left absolutely no information about my site…
WordPress Blog: https://www.thenewlywednotebook.com
Google+: https://plus.google.com/u/0/+LindsayRopella/posts
If anyone is willing to help me with this let me know and I can get you whatever additional information you may need from me. Thank you thank you!!
Forum: Fixing WordPress
In reply to: Page Links Not WorkingEsmi,
Oh shoot! Well thank you for letting me know I will have to do that in the future. Obviously, I’m very new to all this. ??
I have been in contact with the theme developer and they have been very helpful so I think this will all be resolved soon. Thank you all very much for your help.
Forum: Fixing WordPress
In reply to: Page Links Not WorkingOK! I’m sorry I posted too soon.
Now it says this when I try to click on a page link:
Parse error: syntax error, unexpected ‘<‘ in /home2/lropella/public_html/wp-content/themes/quarter/page.php on line 3
But I can’t find it. That means there is a < that isn’t supposed to be there, correct?
Here is my page.php code:
<?php <progress value="22" max="100"></progress> get_header(); ?> <div class="row"> <div class="nine columns"> <!-- POSTS LOOP --> <?php if ( have_posts() ) { while ( have_posts() ) : the_post(); ?> <div class="row"> <div class="twelve columns"> <article> <div <?php post_class(); ?>> <h2 class="post_title"><span><?php the_title(); ?></span></h2> <?php if ( has_post_thumbnail() ) { ?> <div class="featuredimage"><?php the_post_thumbnail( 'large' ); ?></div> <?php } ?> <?php the_content(); wp_link_pages('before=<div id="postpaging">Pages:&after=</div>&pagelink=%' ); ?> </div> </article> </div> </div> <?php endwhile; } ?> <!-- POSTS LOOP END --> </div> <!-- SIDEBAR --> <?php get_sidebar(); ?> </div> </div> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Page Links Not WorkingThank you both very much! I tried most of your suggestions and it still doesn’t seem to help at all. The only one I didn’t yet try is switching the theme to Twenty Thirteen. This is probably a silly question, but if I switch themes and then switch back to the original, will I have lost all of the code I added to that theme’s editor? Or will I be ok? I’m just scared to switch theme because I put a lot of time into altering the theme to make it exactly what I want.
I think you are right though – it’s probably some sort of issue with the theme or something I am missing on that end. I have sent a request to the theme’s developer. Hopefully they can offer some assistance soon.
Forum: Themes and Templates
In reply to: [Zenon Lite] Images not showing up on category pageThis worked perfectly! Thank you so much for your help and for the quick response. ??