Josh Mountain
Forum Replies Created
-
Forum: Plugins
In reply to: Display 3 Recent Posts in Single.phpStill need some help with this ??
Forum: Plugins
In reply to: SEF (Search Engine Friendly Urls) Not workingCan you please link to your site?
Forum: Themes and Templates
In reply to: Display Recent Posts in Single.phpWith wp_get_archives can I still pull custom values such as
<?php echo c2c_get_custom('pic'); ?>
Forum: Themes and Templates
In reply to: Display Recent Posts in Single.phpOk, I changed my first loop line to this:
<?php query_posts('showposts=3'); while (have_posts()) : the_post(); ?>
and now it displays the 3 most recent posts in the header properly, however now the main post on the page is being displayed as the most recent post. How do I set it back to display the proper post for the single page?
Thanks!
Forum: Themes and Templates
In reply to: Display Recent Posts in Single.phpWould still really appreciate any help, thanks!
Forum: Themes and Templates
In reply to: Display Recent Posts in Single.phpStill looking for some assistance with this, thanks!
Forum: Themes and Templates
In reply to: Link in Header —- i’m completely new to thisTo remove the link, find this line of code in header.php:
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
Remove that line completely and that should remove the title and link.
Forum: Themes and Templates
In reply to: Is the Theme Viewer OK ?They have to be made manually? I assumed it would just take the screenshot.png from the theme folder and use it as a thumbnail.
Forum: Themes and Templates
In reply to: ThemesHi lekxaphi,
This could be a couple of different things. Could you link us to your blog so we can see the error? If not, what page is it trying to take you to when you click these links?
Forum: Themes and Templates
In reply to: How to remove »I am assuming you are trying to remove it from the title of the page?
Go into the /wp-content/themes/default/header.php and the fine the » in that file. This is the html symbol for that sign. Remove this or replace it with something else like –
Also, find wp_title(); shortly after that. Replace it with wp_title(”); or if you want to add something else: wp_title(‘ – ‘);
Hope this helps!
Forum: Themes and Templates
In reply to: Where is the link template in 2.1Really? I can’t find anything about the blogroll links in there, and there is no reference to an li or ul yet they are outputed on the page.
Forum: Everything else WordPress
In reply to: Offering free wordpress hostingThank you so much!!!