alanpeto
Forum Replies Created
-
Forum: Plugins
In reply to: Recent Posts Without Featured (Sticky) PostsThank you!! Worked perfectly!
Forum: Plugins
In reply to: Recent Posts Without Featured (Sticky) PostsI’ve googled and searched more on this, and I get stuck at the limit of choosing between showing 5 posts (limiting) or excluding sticky posts. Would appreciate any help or direction ??
Forum: Fixing WordPress
In reply to: Multiple php the_post_thumbnail sizesI’m going to try this tomorrow and let you know ??
Forum: Fixing WordPress
In reply to: Multiple php the_post_thumbnail sizesI like the tag option! Have you done this before? I’m horrible at coding myself but can tinker around with help ??
Forum: Fixing WordPress
In reply to: Multiple php the_post_thumbnail sizesI love it…worked!! ??
That actually solved another problem of mine also! The only downside is if someone wants to add more categories they would need to update their single.php as well. But I’m set in mine, so this works perfect (although I’d be interested if there was another way also…I like to keep things automated).
Thank you again deepbevel!
Forum: Fixing WordPress
In reply to: Multiple php the_post_thumbnail sizesThanks deepbevel! I looked through it, but it looks like what I already have?? Is there a specific portion I should be looking at?
I already have functions.php specify the two versions of the image sizes I want. But how do you specify on single.php which one you want? When you add a featured image to the post, it doesn’t give you the option to specify…but inserting an image does (but that doesn’t make it a featured image).
I’m lost ??
Forum: Fixing WordPress
In reply to: WP Adding Strange Code to End of Permalink URLsThanks esmi! OK, found out what it was. I had manually put in the addthis code and this was the error. Here was the code in my single.php file minus my id:
<div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_tweet"></a> <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> <a class="addthis_counter addthis_pill_style"></a> <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a> </div> <script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid="></script> </div>
Thinking it had to do with the ‘data_track_addressbar’ feature they have (where you can see when someone copies and pastes the URL instead of using a share button. Thank you again for your help, you helped me look in the right direction ??
Forum: Fixing WordPress
In reply to: WP Adding Strange Code to End of Permalink URLsThank you esmi. I deactivated all plugins, but it still persists. What’s weird is the actual hyperlinks show correctly, it is only when you go to the article/page it then adds the code at the end.