kabbo21
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Multiple taxonomy with next_post_linkEspiat kindly help me,its WordPress problem,cause i install wordpress in magento cmc by Fisgpig SSH,if you can then you can give me your email address,i will send you SSH,and admin password…but still now i have this problem,…page link is in there…displaying-a-list-of-wordpress-recent-posts-in-magento
please help me…
Forum: Developing with WordPress
In reply to: Multiple taxonomy with next_post_linkMagento but this link and all post under WordPress.i install WordPress in Magento by fishpig SSH….
Forum: Developing with WordPress
In reply to: Multiple taxonomy with next_post_linkSorry its code not link….
Forum: Developing with WordPress
In reply to: Multiple taxonomy with next_post_linkWait sir,..
<?php /** * @category Fishpig * @package Fishpig_Wordpress * @license https://fishpig.co.uk/license.txt * @author Ben Tideswell <[email protected]> */ ?> <?php $posts = $this->getPosts() ?> <?php if (count($posts) > 0): ?> <div class="block-content"> <?php foreach($posts as $post): ?> <?php $post->setExcerptSize($this->getExcerptLength()) ?> <?php if ($this->canDisplayExcerpt()): ?> <a href="<?php echo $post->getPermalink() ?>"> <p class="post-excerpt"> <?php $content = $post->getPostExcerpt(); $content = strip_tags($content); echo substr($content, 0, 250); ?> </p> <p style="text-align: right;">Read More</p> </a> <?php endif; ?> <?php endforeach; ?> <script type="text/javascript">decorateList('<?php echo $this->getListId() ?>')</script> <?php if ($this->canShowPager()): ?> <?php echo $this->getPagerHtml() ?> <?php endif; ?> </div> <?php endif; ?>
This is the actual link which one now stay in my site,The read more button is not working..please fixed it..please
Forum: Developing with WordPress
In reply to: Multiple taxonomy with next_post_linkThank you sir..many ,many thanks…..ummm really too much happy for your help sir..:)
Forum: Developing with WordPress
In reply to: Multiple taxonomy with next_post_linkwhen anyone click read more button then its generating some data from one link,and that’s link included by href .but now is in there have no any link option or href.so how i include link for READ MORE button?
Forum: Developing with WordPress
In reply to: Multiple taxonomy with next_post_linkSir
<p style="text-align: right;"><?php the_content('Read more...'); ?></p> </a> <?php endif; ?>
is in this line have one link for generating content from that’s link,and this link included by href!but i don’t understand where i including thats link again and how?
please….Forum: Everything else WordPress
In reply to: Strange links are appearing in blog!okay sir..thanks
Forum: Everything else WordPress
In reply to: Strange links are appearing in blog!please help me…i have some problem with this code..in this code’s Read more option is not works under the post,kindly fixed this issue…
Read more option genarate file from one links,which link included by href,but now missing,help me plz..
function code is here<?php /** * @category Fishpig * @package Fishpig_Wordpress * @license https://fishpig.co.uk/license.txt * @author Ben Tideswell <[email protected]> */ ?> <?php $posts = $this->getPosts() ?> <?php if (count($posts) > 0): ?> <div class="block-content"> <?php foreach($posts as $post): ?> <?php $post->setExcerptSize($this->getExcerptLength()) ?> <?php if ($this->canDisplayExcerpt()): ?> <a href="<?php echo $post->getPermalink() ?>"> <p class="post-excerpt"> <?php $content = $post->getPostExcerpt(); $content = strip_tags($content); echo substr($content, 0, 250); ?> </p> <p style="text-align: right;">Read More</p> </a> <?php endif; ?> <?php endforeach; ?> <script type="text/javascript">decorateList('<?php echo $this->getListId() ?>')</script> <?php if ($this->canShowPager()): ?> <?php echo $this->getPagerHtml() ?> <?php endif; ?> </div> <?php endif; ?>
Forum: Developing with WordPress
In reply to: Multiple taxonomy with next_post_linkSorry this is actual code where is not working “read more”option kindly help me pleaseeeeeeee
<?php /** * @category Fishpig * @package Fishpig_Wordpress * @license https://fishpig.co.uk/license.txt * @author Ben Tideswell <[email protected]> */ ?> <?php $posts = $this->getPosts() ?> <?php if (count($posts) > 0): ?> <div class="block-content"> <?php foreach($posts as $post): ?> <?php $post->setExcerptSize($this->getExcerptLength()) ?> <?php if ($this->canDisplayExcerpt()): ?> <a href="<?php echo $post->getPermalink() ?>"> <p class="post-excerpt"> <?php $content = $post->getPostExcerpt(); $content = strip_tags($content); echo substr($content, 0, 250); ?> </p> <p style="text-align: right;">Read More</p> </a> <?php endif; ?> <?php endforeach; ?> <script type="text/javascript">decorateList('<?php echo $this->getListId() ?>')</script> <?php if ($this->canShowPager()): ?> <?php echo $this->getPagerHtml() ?> <?php endif; ?> </div> <?php endif; ?>
Forum: Developing with WordPress
In reply to: Multiple taxonomy with next_post_linkbro kindly check this code,is in there read more option is not working::
here is code
<?php /** * @category Fishpig * @package Fishpig_Wordpress * @license https://fishpig.co.uk/license.txt * @author Ben Tideswell <[email protected]> */ ?> <?php $posts = $this->getPosts() ?> <?php if (count($posts) > 0): ?> <div class="block-content"> <?php foreach($posts as $post): ?> <?php $post->setExcerptSize($this->getExcerptLength()) ?> <?php if ($this->canDisplayExcerpt()): ?> <a href="<?php echo $post->getPermalink() ?>"> <p class="post-excerpt"> <?php $content = $post->getPostExcerpt(); $content = strip_tags($content); echo substr($content, 0, 250); ?> </p> <p style="text-align: right;">>Read More</p> <?php endif; ?> <?php endforeach; ?> <script type="text/javascript">decorateList('<?php echo $this->getListId() ?>')</script> <?php if ($this->canShowPager()): ?> <?php echo $this->getPagerHtml() ?> <?php endif; ?> </div> <?php endif; ?>
Forum: Developing with WordPress
In reply to: Multiple taxonomy with next_post_linkBro kindly check this..Here is my function code this words under one box,where’s he show his function code…how to create this..
Forum: Developing with WordPress
In reply to: Multiple taxonomy with next_post_linkCan You help me sir…kindly give me one info first how i make box like as
“tripled” comments for code box,i have no knowladge about this,then may be i will showing you proper code…please
Forum: Developing with WordPress
In reply to: Multiple taxonomy with next_post_linkHi i have problem with this code,the READ MORE option is not working my wordpress site,full code is here…kindly plz help me..its urgent..
<?php
/**
* @category Fishpig
* @package Fishpig_Wordpress
* @license https://fishpig.co.uk/license.txt
* @author Ben Tideswell <[email protected]>
*/
?>
<?php $posts = $this->getPosts() ?>
<?php if (count($posts) > 0): ?>
<div class=”block-content”>
<?php foreach($posts as $post): ?>
<?php $post->setExcerptSize($this->getExcerptLength()) ?>
<?php if ($this->canDisplayExcerpt()): ?>
getPermalink() ?>”>
<p class=”post-excerpt”>
<?php $content = $post->getPostExcerpt(); $content = strip_tags($content); echo substr($content, 0, 250); ?>
</p>
<p style=”text-align: right;”>Read More</p>
<?php endif; ?>
<?php endforeach; ?>
<script type=”text/javascript”>decorateList(‘<?php echo $this->getListId() ?>’)</script>
<?php if ($this->canShowPager()): ?>
<?php echo $this->getPagerHtml() ?>
<?php endif; ?>
</div>
<?php endif; ?>Please