ipunkbali
Forum Replies Created
-
me too. Can anyone help please??
Forum: Fixing WordPress
In reply to: How to add friend’s site to my wordpress nav bar/page?thanks alot.
Forum: Fixing WordPress
In reply to: Memory exhausted in functions.php when add mediaIm not an expert but I had that problem before. I contacted my hosting company and they fix it. Tell ’em your problem.
Forum: Fixing WordPress
In reply to: How to hide wordpress page?thank you!
Forum: Plugins
In reply to: Seeking Plugin that operates LIKE “Yahoo! Answers” or Unasked.comme too, im looking for this type of plugin. nothing comes with free. huhhh
But if u’re a good coder, u may want to try bbpress.org , almost like question and answer, but kinda mix with forum.
Forum: Fixing WordPress
In reply to: How to remove sidebar title?why is nobody helping me? 🙁
Forum: Fixing WordPress
In reply to: How to remove sidebar title?Removing the word “translate website” will only remove the letters, not the bar, I want to show only the flags.
thanks.
Forum: Fixing WordPress
In reply to: How to remove sidebar title?this is my website http://www.justinbieberzone.com
i want to remove the head title ” translator website”and this is the code
}function widget_global_translator_init() {
if(!function_exists(‘register_sidebar_widget’)) { return; }
function widget_global_translator($args) {
extract($args);
echo $before_widget . $before_title . “Translate Website” . $after_title;
gltr_build_flags_bar();
echo $after_widget;
}
register_sidebar_widget(‘Global Translator’,’widget_global_translator’);}
thanks
Forum: Plugins
In reply to: “global translator” plugin question.?
Forum: Plugins
In reply to: “global translator” plugin question.forgot, heres the site http://www.justinbieberzone.com
forgot:
Thats why i put at least 8-10 keyword tags in each article. and each tags consist like 3-5 words, so its mmore like a sentence tags.
Yes, google is indexing my tags. Isn’t that a good thing? or should i worry about this? To be honest those tags attract many visitors to my blog. Thats why i put at least 8-10 keyword tags in each article.
What SEO plugin u suggest? thanks
Forum: Fixing WordPress
In reply to: How do I remove these 2 images?thanks alot, now its gone.
what about the other image on sidebar that says Newwpthemes? the site is http://www.palltech.com
this is my sidebar code
<div class=”span-8 last”><div class=”sidebar”>
<?php if(get_theme_option(‘socialnetworks’) != ”) {
?>
<div class=”addthis_toolbox”>
<div class=”custom_images”>
<img src=”<?php bloginfo(‘template_directory’); ?>/images/socialicons/twitter.png” width=”32″ height=”32″ alt=”Twitter” />
<img src=”<?php bloginfo(‘template_directory’); ?>/images/socialicons/delicious.png” width=”32″ height=”32″ alt=”Delicious” />
<img src=”<?php bloginfo(‘template_directory’); ?>/images/socialicons/facebook.png” width=”32″ height=”32″ alt=”Facebook” />
<img src=”<?php bloginfo(‘template_directory’); ?>/images/socialicons/digg.png” width=”32″ height=”32″ alt=”Digg” />
<img src=”<?php bloginfo(‘template_directory’); ?>/images/socialicons/stumbleupon.png” width=”32″ height=”32″ alt=”Stumbleupon” />
<img src=”<?php bloginfo(‘template_directory’); ?>/images/socialicons/favorites.png” width=”32″ height=”32″ alt=”Favorites” />
<img src=”<?php bloginfo(‘template_directory’); ?>/images/socialicons/more.png” width=”32″ height=”32″ alt=”More” />
</div>
<script type=”text/javascript” src=”http://s7.addthis.com/js/250/addthis_widget.js?pub=xa-4a65e1d93cd75e94″></script>
</div>
<?php
}
?><?php if(get_theme_option(‘ads_125’) != ”) {
?><?php } ?>
-
<?php
- <h2><?php _e(‘Recent Posts’); ?></h2>
- <h2>Archives</h2>
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>-
<?php wp_get_archives(‘type=monthly’); ?>
-
<h2>Calendar</h2>
<?php get_calendar(); ?> - <h2>Meta</h2>
<?php wp_list_categories(‘hide_empty=0&show_count=1&title_li=<h2>Categories</h2>’); ?>
<li id=”tag_cloud”><h2>Tags</h2>
<div>
<?php wp_tag_cloud(‘largest=16&format=flat&number=20’); ?>
</div><?php wp_list_bookmarks(); ?>
<?php include (TEMPLATEPATH . ‘/recent-comments.php’); ?>
<?php if (function_exists(‘get_recent_comments’)) { get_recent_comments(); } ?>-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- <abbr title=”XHTML Friends Network”>XFN</abbr>
- WordPress
<?php wp_meta(); ?>
<?php endif; ?>
<?php if(get_theme_option(‘ad_sidebar1_bottom’) != ”) {
?>
<div class=”sidebaradbox”>
<?php echo get_theme_option(‘ad_sidebar1_bottom’); ?>
</div>
<?php
}
?>
</div>
</div>Forum: Fixing WordPress
In reply to: How do I remove these 2 images?which one to be removed? this is my index.php
<?php get_header(); ?>
<div class=”span-24″ id=”contentwrap”>
<div class=”span-16″>
<div id=”content”>
<?php if(is_home()) { include (TEMPLATEPATH . ‘/featured.php’); } ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?><div <?php post_class() ?> id=”post-<?php the_ID(); ?>”>
<div class=”postdate”><?php the_time(‘F jS, Y’) ?></div>
<h2 class=”title”>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title(); ?></h2>
<div class=”entry”>
<?php if ( function_exists(“has_post_thumbnail”) && has_post_thumbnail() ) { the_post_thumbnail(array(200,160), array(“class” => “alignleft post_thumbnail”)); } ?>
<?php the_content(”); ?>
</div>
<div class=”readmorecontent”>
” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”>Read More »
</div>
</div><!–/post-<?php the_ID(); ?>–><?php endwhile; ?>
<div class=”navigation”>
<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); } else { ?>
<div class=”alignleft”><?php next_posts_link(‘« Older Entries’) ?></div>
<div class=”alignright”><?php previous_posts_link(‘Newer Entries »’) ?></div>
<?php } ?>
</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 get_search_form(); ?><?php endif; ?>
</div>
</div><?php get_sidebars(); ?>
</div>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Adding “Read More” on my site? need helpI read them, but i stil dont get it. newbie here.
all i see is this code everywhere in my template
<?php the_excerpt(‘Read the rest »’); ?>
</div>i remove the raquo but still not working.