cptrainer01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sub-pages not showing name in browser address barDisregard my last comment. I got that sorted out. Thanks James.
Forum: Fixing WordPress
In reply to: Sub-pages not showing name in browser address barOk, thanks. Would that also explain the | after Stevie Mac New York on the home page title tab? It reads “Stevie Mac New York |” instead of just “Stevie Mac New York”.
Forum: Fixing WordPress
In reply to: Sub-pages not showing name in browser address barI used it for the music my customer insisted on having. If I remove it, I’m assuming from your comment, that that will resolve it?
Forum: Fixing WordPress
In reply to: Domain forwarding & FlashGot it fixed! I just updated the URL in the General settings.
Forum: Fixing WordPress
In reply to: Domain forwarding & FlashUPDATE – I can log in now. Flash images are still NOT loading. The swf file works. The images are just not loading.
Forum: Hacks
In reply to: Featured image won't link to URLI solved this. I had to add a “text” widget to the menu and write the html needed to link the images.
If anyone runs into this issue feel free to contact me at cptrainer01@yahoo.com for more details on how to solve it. It was a real pain for me.
Forum: Hacks
In reply to: Featured image won't link to URLThanks for the reply Rev. Voodoo. I’ll look into creating a metabox. One more thing, I used the code you suggested adding to the functions.php file in the following thread: Making POST THUMBNAIL link to post – http://wordpress.org/support/topic/making-post-thumbnail-link-to-post?replies=13
It worked BUT the slider on the same page as the thumbnail images ceased to exist. So, is there a line in the code you recommended on the above post that I can remove to keep the desired featured images working without effecting the slider above them?
Forum: Hacks
In reply to: Featured image won't link to URLI added the following bit of code and tested it, but it didn’t work. : (
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Hacks
In reply to: Featured image won't link to URLThanks for the reply Rev. I found the_post_thumbnail in page-blog.php. I don’t know what code needs to be added to it to enable linking.
Here’s what I see right now:
<?php echo '<span class="featured-thumbnail-small">'; the_post_thumbnail('small-post-thumbnail'); echo '</span>'; ?> <!-- loades the post's featured thumbnail, requires WordPress 3.0+ -->[Please post code snippets between backticks or use the code button.]
Forum: Themes and Templates
In reply to: Can't hyperlink featured imageI’m not using the TinyMCE editor. I’m setting the URL at the “Link URL” section in the image properties. I’m not using a plugin. I’m editing the “intro” page of my template. At the bottom of the template are 3 featured images. I linked the images to different pages. But they keep auto editing the link.
In summary: I change the link, save and update the page. Then I open the featured image properties again and the old link is in the “Link URL” field.
I’m not sure if this is built into the template functions.