Dene
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with WordPress 3.1.3Hi,
I’ve seen this issue as well. I’m able to resolve it by
Reactivating the Twenty 10 theme
Then, reactivating my custom themeFor some reason, that seems to sort it out. Hope that works for you as well.
Forum: Plugins
In reply to: [Sharedaddy] Sharedaddy – Display Share button before twitter, facebook likeMiklb – no worries – thanks for thinking about it anyway.
Forum: Plugins
In reply to: [Sharedaddy] Sharedaddy – Display Share button before twitter, facebook likeok. Thanks.
Forum: Plugins
In reply to: [Sharedaddy] [Plugin: Sharedaddy] Post Only setting not workingHi John
Thanks for the Sharedaddy plugin. It looks very nice.
Like Chuck, I only want the share options to show on posts not posts and pages. It just doesn’t make sense on pages like ‘FAQ’.
Within posts, I only want to display the Share on certain categories.
I have a large number of posts and pages. Most don’t need the Share Options.
It would be great for me if there was an option to turn the display ‘OFF’ by default then I could enable it for certain posts. Is that possible?
Thanks.
Dene
Forum: Plugins
In reply to: [plugin: Sharedaddy] showing up in post excerpts. please helpUnder ‘Settings; Shareing’ did you choose the ‘Show Sharing Buttons On’ option: ‘Post and Pages Only’?
You want the ‘Post and Pages Only’ option not ‘Post, Pages and Index Pages.
See
Sharingfor more details.
Forum: Fixing WordPress
In reply to: How to change Blogroll Category Order?Hi
You might try a plugin like My Link Order.
It lets you reorder the link categories so that ‘Online Roulette Pages’ could appear above “Blogroll”.
Good luck.
Forum: Fixing WordPress
In reply to: Excerpt Overrides Teaser Tag – Shows in PostHi Adam
Two things:
1) Excerpts for your theme – The excerpts for your theme are meant to display on the home page by the thumbnail image. But, it sounds like there may be some issues around the excerpts also appearing on the post when users aren’t expecting them to show. On the discussion board for your theme, the theme author says:
Read the section in the documentation under Custom Fields for the image excerpts – it’s all documented in the instructions.
2) To get the meta you are looking for, you might try an SEO plugin like All in One SEO.
Hope this helps. Good luck.
Dene
Forum: Fixing WordPress
In reply to: Does anyone know how i can do the followingHi
I’m not sure I understand your goal but if you are looking to redirect a link from an external site to a post, then you might try the
If you just want the user to select an image then be directed to a post or page, try adding the post url in the ‘link url’ section of the image.
If you are using a theme which generates post thumbnails on the home page, like the example you gave, then the redirect should be automatic.
Hopefully, one of these will help you out.
Good luck.
Forum: Fixing WordPress
In reply to: How to show only post tittleHi Aaron
From the wordpress dashboard, go to ‘Appearance; Editor’
Choose the ‘Main Index Template (index.php)’ file
Remove the line ‘<?php the_content(”); ?>’It’s the line right after:
<?php if ( (function_exists(‘has_post_thumbnail’))
You should be good to go.
If possible, backup your file before you make the change. just in case.
Good luck.
Dene
Forum: Fixing WordPress
In reply to: How to move category & date to bottom of postsLooks like you got it to work. Well done. What was it?
Forum: Fixing WordPress
In reply to: How to move category & date to bottom of postsHe is adorable and your photos are great.
From ‘Appearance; Editor’ select ‘Single.php’
Move :
<p class=”byline”>In <?php the_category(‘, ‘) ?> on <?php the_time(‘j F Y’) ?> <?php the_tags(‘tagged ‘, ‘, ‘, ”); ?> with <?php comments_number(‘no comments’, ‘1 comment’, ‘% comments’); ?></p>
From right below the ‘the_title’ to below ‘the_content’
So Change:
<div class=”post”>
<h3><?php the_title(); ?><?php edit_post_link(‘Edit’, ‘<span class=”edit”>’, ‘</span>’); ?></h3>
<p class=”byline”>In <?php the_category(‘, ‘) ?> on <?php the_time(‘j F Y’) ?> <?php the_tags(‘tagged ‘, ‘, ‘, ”); ?> with <?php comments_number(‘no comments’, ‘1 comment’, ‘% comments’); ?></p>
<?php the_content(); ?>
</div><!– end post –>
to
<div class=”post”>
<h3><?php the_title(); ?><?php edit_post_link(‘Edit’, ‘<span class=”edit”>’, ‘</span>’); ?></h3>
<?php the_content(); ?>
<p class=”byline”>In <?php the_category(‘, ‘) ?> on <?php the_time(‘j F Y’) ?> <?php the_tags(‘tagged ‘, ‘, ‘, ”); ?> with <?php comments_number(‘no comments’, ‘1 comment’, ‘% comments’); ?></p>
</div><!– end post –>
You may also need to do the same to the ‘archive.php’.
Good luck
Forum: Fixing WordPress
In reply to: Cannot make thumbnails in media gallary load OR on live pageHi,
Are you using a custom field to generate the thumbnail?
If so, what url are you specifing for the image in the custom field?
If I select your image, I’m taken to a crazy url:What is the full url for your images? I can’t seem to find it at:
https://vicentewolfblog.com/wp-content/uploads/2010/01/MBR-4.jpg
or
https://vicentewolfblog.com/blog/wp-content/upload/2010/01/MBR-4.jpg
Forum: Fixing WordPress
In reply to: How to do a Permalink?Hi, I’m not sure I understand your question but I’ll try to help by answering it two different ways:
1) Are you looking to create a custom permalink structure? If so, go to ‘Settings; Permalinks’. Choose ‘Custom Structure’.
Enter ‘%postname%/’ in the value beside ‘Custom Structure’.
2) If you want the user to click on an image in your post, then be taken to a view of the image, then enter the location of the image url as the ‘Link URL’ when you insert the image into the post from the media library.
You can choose to open the image in a separate tab via the ‘Advanced Settings; Target – Open link in a new window’ when you insert the image from the media library.
Hopefully, one of these answers will solve your problem.
If that isn’t what you are looking to do, please give more info.
Good luck.
Forum: Fixing WordPress
In reply to: nickname/link problem after changing usernameThere are some posts on Adam Breckler’s site about privacy settings causing the ‘facebook user’ issue.
Starting at about comment 23 or so.Other than that, what happens if you re add the old admin account and use it as your public name (with the new userid) or go the other way and use the old admin as your user but the new id as your public name?
The Public name setting is under ‘Users; Options; Display name publicly as’
Forum: Fixing WordPress
In reply to: nickname/link problem after changing usernameWhat happens when you select ‘edit’ on the comment then update the user name? Does that fix the issue? I realize it might be a bit time consuming to edit them individually but don’t think you can do a quick edit on comment name changes.