hitboy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Setting Frontpage to a Page Title problems..If I change my frontpage to a “page” instead of the default post page then the title stays blank.
if you compare the front page without a title
https://www.harapaulkim.com/and if you compare a page that isnt set as the frontpage you can see the title is working
https://www.harapaulkim.com/about_hara_kimForum: Themes and Templates
In reply to: Have timthumb working but..Ya I tried above and below the excerpt is there a way to combine it inside the <?php the_excerpt(); ?> as everything else doesnt work
Forum: Themes and Templates
In reply to: Have timthumb working but..anyone help please?
Forum: Plugins
In reply to: [Plugin: Advertising Manager] Does this plugin not work for 2.8Sorry didn’t know it was going where it wasn’t suppose to I was on the plugin page and just made a new post =(
Forum: Fixing WordPress
In reply to: Widgets disappearingI am having the same problems of the last 3 people
Forum: Fixing WordPress
In reply to: Categories Widget MissingI am having this exact problem and posted about it before got no responses. I’m surprised no one on this forum can help …
Forum: Fixing WordPress
In reply to: Categories widget is gone.Still need help..
Forum: Fixing WordPress
In reply to: Categories widget is gone.Anyone have any ideas?
Forum: Fixing WordPress
In reply to: Moved My WordPress now I have errors Please help!Anyone got any ideas Ive tried a few thigs with no luck any help would be gratefully thanked
Forum: Themes and Templates
In reply to: My tags arent workingIt worked thanks!!!
Forum: Themes and Templates
In reply to: My tags arent workingThis is what is in the php file right now which part would i take out?
<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : ?> <h3>Archive for the tag: <?php UTW_ShowCurrentTagSet('tagsetcommalist') ?></h3> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div class="post-date"><span class="post-month"><?php the_time('M') ?></span> <span class="post-day"><?php the_time('d') ?></span></div> <div class="entry"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a> <?php edit_post_link('<img alt="Edit" title="Edit This Entry" src="' . get_bloginfo('template_directory') . '/images/edit.png" />', '', ''); ?></h2> <span class="post-cat"><?php the_category(', ') ?></span> <span class="post-author"><?php the_author_posts_link() ?></span> <span class="post-tag"> <?php UTW_ShowTagsForCurrentPost("commalist", array('last'=>' and %taglink%', 'first'=>'tagged %taglink%',)) ?></span> <span class="post-comments"><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></span> </div><!-- [entry] --> <div class="post-content"> <?php the_content('Read the rest of this entry »'); ?> </div> </div><!-- [post] --> <?php endwhile; ?> <div class="navigation"> <span class="previous-entries"><?php next_posts_link('Previous Entries') ?></span> <span class="next-entries"><?php previous_posts_link('Next Entries') ?></span> </div> <?php else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php include (TEMPLATEPATH . "/searchform.php"); ?> <?php endif; ?> </div><!--/content --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: If I set the main page as a static page then…I just thought of something I could use a php file and just copy the original index file and name it something else Ill try it and tell u guys how it goes thanks!
Forum: Fixing WordPress
In reply to: Switching Blog Title with Post TitleI did some more messing around with it and still cant figure it out..
Forum: Fixing WordPress
In reply to: Switching Blog Title with Post TitleOk tried what you guys said but on my main page https://articles.hpkmedia.com/ it doesn’t include the tagline… only the blog title..
Also for the posts for example like this one https://articles.hpkmedia.com/writing/attract-more-readers-than-most-best-selling-authors.html
it puts a >> at the beginning how do I get rid of the “>>”
Thanks for the help!