Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • kabbo21

    (@kabbo21)

    Espiat 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…

    kabbo21

    (@kabbo21)

    Magento but this link and all post under WordPress.i install WordPress in Magento by fishpig SSH….

    kabbo21

    (@kabbo21)

    Sorry its code not link….

    kabbo21

    (@kabbo21)

    Wait 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

    kabbo21

    (@kabbo21)

    Thank you sir..many ,many thanks…..ummm really too much happy for your help sir..:)

    kabbo21

    (@kabbo21)

    when 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?

    kabbo21

    (@kabbo21)

    Sir

    <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….

    kabbo21

    (@kabbo21)

    okay sir..thanks

    kabbo21

    (@kabbo21)

    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; ?>
    kabbo21

    (@kabbo21)

    Sorry 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; ?>
    kabbo21

    (@kabbo21)

    bro 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; ?>
    kabbo21

    (@kabbo21)

    Bro kindly check this..Here is my function code this words under one box,where’s he show his function code…how to create this..

    kabbo21

    (@kabbo21)

    Can 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

    kabbo21

    (@kabbo21)

    Hi 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

Viewing 14 replies - 1 through 14 (of 14 total)