Forum Replies Created

Viewing 15 replies - 1 through 15 (of 56 total)
  • Thread Starter ABID KHAN

    (@abid-khan)

    Anyone?

    My blog page is offline for about two months. Any one who could help?

    Thread Starter ABID KHAN

    (@abid-khan)

    Blog-except.php is actually the page template I’m using for my blog page. And the code

    <?php the_excerpt(); ?>

    picks the except of the post to show s the content of the posts on blog page. As I mentioned in the post that I used Advanced Except Plugin to stop showing excerpt (under categories archives) but I want to show excerpt of desired length on blog page using blog excerpt.php. Due to

    <?php the_excerpt(); ?>

    code it picks excerpt which is zero so it show only titles of the posts on the blog page. After replacing the said code with the code provided in earlier comments, it started giving error. So where is wrong. Please help.

    Thread Starter ABID KHAN

    (@abid-khan)

    Dear friend,

    This is the error message in getting after pasting the code:

    Parse error: syntax error, unexpected T_IF in /home/u902547838/public_html/wp-content/themes/responsive-child-theme/blog-excerpt.php on line 60

    Following is the code of blog-except.Php

    <?php
    
    // Exit if accessed directly
    if ( !defined('ABSPATH')) exit;
    
    /**
     * Blog Template
     *
       Template Name: Blog Excerpt (summary)
     *
     * @file           blog-excerpt.php
     * @package        Responsive
     * @author         Emil Uzelac
     * @copyright      2003 - 2012 ThemeID
     * @license        license.txt
     * @version        Release: 1.0
     * @filesource     wp-content/themes/responsive/blog-excerpt.php
     * @link           https://codex.www.ads-software.com/Templates
     * @since          available since Release 1.0
     */
    ?>
    <?php get_header(); ?>
    
            <div id="content-blog" class="grid col-620">
    <?php
        if ( get_query_var('paged') )
    	    $paged = get_query_var('paged');
    	elseif ( get_query_var('page') )
    	    $paged = get_query_var('page');
    	else
    		$paged = 1;
    		query_posts("post_type=post&paged=$paged");
    ?> 
    
    <?php if (have_posts()) : ?>
    
    		<?php while (have_posts()) : the_post(); ?>
    
                <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    
                    <h1 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'responsive'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h1>
    
                    <div class="post-meta">
                    <?php responsive_post_meta_data(); ?>
    
    				    <?php if ( comments_open() ) : ?>
                            <span class="comments-link">
                            <span class="mdash">&mdash;</span>
                        <?php comments_popup_link(__('No Comments &darr;', 'responsive'), __('1 Comment &darr;', 'responsive'), __('% Comments &darr;', 'responsive')); ?>
                            </span>
                        <?php endif; ?>
                    </div><!-- end of .post-meta -->
    
                    <div class="post-entry">
                        <?php if ( has_post_thumbnail()) : ?>
                            <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" >
                        <?php the_post_thumbnail(); ?>
                            </a>
                        <?php endif; ?>
                        <?php the_excerpt(); ?>
                        <?php wp_link_pages(array('before' => '<div class="pagination">' . __('Pages:', 'responsive'), 'after' => '</div>')); ?>
                    </div><!-- end of .post-entry -->
    
                    <div class="post-data">
    				    <?php the_tags(__('Tagged with:', 'responsive') . ' ', ', ', '<br />'); ?>
    					<?php printf(__('Posted in %s', 'responsive'), get_the_category_list(', ')); ?>
                    </div><!-- end of .post-data -->             
    
                <div class="post-edit"><?php edit_post_link(__('Edit', 'responsive')); ?></div>
                </div><!-- end of #post-<?php the_ID(); ?> -->
    
            <?php endwhile; ?> 
    
            <?php if (  $wp_query->max_num_pages > 1 ) : ?>
            <div class="navigation">
    			<div class="previous"><?php next_posts_link( __( '‹ Older posts', 'responsive' ) ); ?></div>
                <div class="next"><?php previous_posts_link( __( 'Newer posts ›', 'responsive' ) ); ?></div>
    		</div><!-- end of .navigation -->
            <?php endif; ?>
    
    	    <?php else : ?>
    
            <h1 class="title-404"><?php _e('404 — Fancy meeting you here!', 'responsive'); ?></h1>
            <p><?php _e('Don't panic, we'll get through this together. Let's explore our options here.', 'responsive'); ?></p>
            <h6><?php _e( 'You can return', 'responsive' ); ?> <a href="<?php echo home_url(); ?>/" title="<?php esc_attr_e( 'Home', 'responsive' ); ?>"><?php _e( '&larr; Home', 'responsive' ); ?></a> <?php _e( 'or search for the page you were looking for', 'responsive' ); ?></h6>
            <?php get_search_form(); ?>
    
    <?php endif; ?>  
    
            </div><!-- end of #content-blog -->
    
    <?php get_sidebar('right'); ?>
    <?php get_footer(); ?>

    And I replaced

    <?php the_excerpt(); ?>

    with the code provided in above comments. Can you please guide me where is wrong?

    Thread Starter ABID KHAN

    (@abid-khan)

    OK thanks Tony. Let me see.

    Thread Starter ABID KHAN

    (@abid-khan)

    Thread Starter ABID KHAN

    (@abid-khan)

    I made a lot page with name “blog” and page attribute is “blog (full post)” as when I select “blog except” it show zero word except as i used advanced excerpts plugin to show zero word except. Now please tell me that which file would it be which will affect “blog”page. Sorry for requesting so much detail as newbie in php.

    Thread Starter ABID KHAN

    (@abid-khan)

    Thanks for reply

    Please guide me where to put the script?

    Thread Starter ABID KHAN

    (@abid-khan)

    Thanks for reply. It worked. I changed the permalink and it worked. thanks a lot.

    Thread Starter ABID KHAN

    (@abid-khan)

    Yes I can login and do everything in my dashboard even I can view all my posts, pages, can edit them and can publish them as well. But can’t view those pages. ??

    Thread Starter ABID KHAN

    (@abid-khan)

    Thread Starter ABID KHAN

    (@abid-khan)

    Please see the following image, I’m getting this error each time. I don’t know what is going on but when i enter some smaller length of email like sdlf@skdjfsd.com and same name and other fields, it sends the email but when I put actual email address of mine to verify the working of form as shown in image, it gives the following error message. Please help me.

    Thread Starter ABID KHAN

    (@abid-khan)

    Hi Samhagin,

    Thanks for reply. I’m waiting for update of wp float.

    Regards
    ABID KHAN

    Thread Starter ABID KHAN

    (@abid-khan)

    OK thanks a lot for the assistance provided.

    Thread Starter ABID KHAN

    (@abid-khan)

    Hello,

    PLease tell me one last thing, There is an option in subscribe2 settings Send email from:, please tell me that if I select here a user with a gmail email address, then in this case, will the subscribe2 use my webshost server mail resources or gmail?

    Thread Starter ABID KHAN

    (@abid-khan)

    OK thanks. What about those files which had been deleted like plugins but had been uploaded in previous backup. Will they be deleted in new backup?

Viewing 15 replies - 1 through 15 (of 56 total)