Pankas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Archive All Blog PostsGood job Tara! Have a good one!
Forum: Fixing WordPress
In reply to: Archive All Blog PostsThanks Tara. I know you meant Dashboard/Tools/Export.
Forum: Fixing WordPress
In reply to: Archive All Blog PostsThanks for your response, Tara, but I just want to backup only the blog posts. The reason is I want to redesign the site and upload them over there after it is ready. Meanwhile, I can work with new theme in different site name for this website. This way, it would reduce the site downtime when it is off line.
I hope you get the picture that I’m going after.
Forum: Fixing WordPress
In reply to: Permalink ErrorThanks James
Forum: Fixing WordPress
In reply to: Permalink ErrorJames,
I am sorry. That is just my example.
Here is the real one,this is the permalink https://www.photoscannerinfo.com/epson-gt-2500/, but on the browser it shows this one instead, https://www.photoscannerinfo.com/wp-admin/post.php?post=114&action=edit. Pay close attention to what is shown on the browser when you click the second one.Thanks for your fast response
Forum: Fixing WordPress
In reply to: RSS ErrorHere it is https://kaffirlimeleaves.com.
Forum: Fixing WordPress
In reply to: Footer.phpThanks SS_Minnow.
You just made my day.Forum: Fixing WordPress
In reply to: Add code to blog templateThanks Michaelh,
Somehow I could not find the open<body> and close<body>.
BTW, here is the code I need to insert to the blog template, <script type=’text/javascript’ src=’https://track4.mybloglog.com/js/jsserv.php?mblID=2010022705535309′></script>It is used to track my blog.
Forum: Fixing WordPress
In reply to: Code for excerptThanks, esmi.
Finally, I got it.
I found that the WP “custom excerpts” works fine for me. I can control how many words to display.Forum: Fixing WordPress
In reply to: Code for excerptesmi,
Thanks for the code, <?php the_excerpt();?>. I tried it and it works fine, but I want add more to this.
Now where can I find a custom excerpt plugin? Would the WP “excerpt editor” plugin do the job in this case?Forum: Fixing WordPress
In reply to: Code for excerptesmi,
Can I display 100 words and let the reader click if he wants to continue reading?
<?php the_excerpt(100, ‘[Read More…]’);?>Forum: Fixing WordPress
In reply to: Code for excerptesmi,
Is the line correct?Forum: Fixing WordPress
In reply to: Sidebar 2 problemI deleted the unnecessary codes. It is working fine now. Thanks for your suggestion, micahcooksey.
Forum: Fixing WordPress
In reply to: Sidebar 2 problemI have sidebar1.php and sidebar2.php. However, I did not find the code as you described.
Here is what my sidebar2.php file looks like:<div class=”art-sidebar2″>
<?php if (!art_sidebar(2)): ?>
<div class=”art-Block”>
<div class=”art-Block-body”>
<div class=”art-BlockHeader”>
<div class=”l”></div>
<div class=”r”></div>
<div class=”art-header-tag-icon”>
<div class=”t”><?php _e(‘Categories’, ‘kubrick’); ?></div>
</div>
</div><div class=”art-BlockContent”>
<div class=”art-BlockContent-tl”></div>
<div class=”art-BlockContent-tr”></div>
<div class=”art-BlockContent-bl”></div>
<div class=”art-BlockContent-br”></div>
<div class=”art-BlockContent-tc”></div>
<div class=”art-BlockContent-bc”></div>
<div class=”art-BlockContent-cl”></div>
<div class=”art-BlockContent-cr”></div>
<div class=”art-BlockContent-cc”></div>
<div class=”art-BlockContent-body”>-
<?php wp_list_categories(‘show_count=1&title_li=’); ?>
</div>
</div></div>
</div>
<div class=”art-Block”>
<div class=”art-Block-body”>
<div class=”art-BlockHeader”>
<div class=”l”></div>
<div class=”r”></div>
<div class=”art-header-tag-icon”>
<div class=”t”><?php _e(‘Links:’, ‘kubrick’); ?></div>
</div>
</div><div class=”art-BlockContent”>
<div class=”art-BlockContent-tl”></div>
<div class=”art-BlockContent-tr”></div>
<div class=”art-BlockContent-bl”></div>
<div class=”art-BlockContent-br”></div>
<div class=”art-BlockContent-tc”></div>
<div class=”art-BlockContent-bc”></div>
<div class=”art-BlockContent-cl”></div>
<div class=”art-BlockContent-cr”></div>
<div class=”art-BlockContent-cc”></div>
<div class=”art-BlockContent-body”>-
<?php wp_list_bookmarks(‘title_li=&categorize=0’); ?>
</div>
</div></div>
</div><?php endif ?>
</div>Those 2 items that I have now are “Categories and Link”.
Forum: Fixing WordPress
In reply to: Sidebar 2 problemLet me reiterate this problem. After I reinstalled it, I noticed that there were more widgets than what there were supposed to. Then I removed all the widgets that I added. There I found that there were 2 that I did not add. Something weird did happend after reinstalled the theme, D’Computers 1.0. What is the culprit behind this strange thing?