Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi TonyaOD,

    If I am not wrong are you looking for this kind of page.
    http://www.abode-valley-avoa.org/blog-spot/

    This page is a separate blog page used to display all the posts at one page with excerpt. For this you will need to create a custom page template. you can create something like this:

    <?
    /* Template Name: Blog Page Template */
    
    ?>
    
    <?php
    /**
     * The template for displaying all pages.
     *
     * This is the template that displays all pages by default.
     * Please note that this is the WordPress construct of pages
     * and that other 'pages' on your WordPress site will use a
     * different template.
     *
     * @package WordPress
     * @subpackage Twenty_Ten
     * @since Twenty Ten 1.0
     */
    
    get_header(); ?>
    
    		<div id="container">
    			<div id="content" role="main">
    
    			<?php
    			/* Run the loop to output the page.
    			 * If you want to overload this in a child theme then include a file
    			 * called loop-page.php and that will be used instead.
    			 */
    			get_template_part( 'loop', 'page' );
    			?>
    
    			<div id="allevents" class="bloglatestposts">
    			<?php if (function_exists('yg_recentposts')) { ?>
    			  <ul>
    			    <?php
    				$parameters = array(
    			    'limit' => 20, //Number of posts to show
    			    'excerpt' => 200,  //excerpt length (letters)
    			    'afterexcerpt' => '...',
    				'afterexcerptlink' => 1,
    				'separator' => '<br /><br />',
    			    'actcat' => false, //get posts current category
    			    'cats' => '12,13,14,15,16,17',  //Categories to get posts
    			    'cusfield' => 'thumbnail', //custom field name of thumbnail image
    			    'w' => 110,  //width
    			    'h' => 110, //height
    			    'firstimage' => true,  //get first image of post content
    				'showauthor' => 1,
    				'showtime' => 1,
    				'format' => 'M d,Y',
    				'spot' => 'spot2',
    			 	'atimage' => false,  //get first attached image of post
    			    'defimage' => 'http://localhost/abode/wp-content/uploads/2012/04/calendar.png', //default thumbnail image
    			    );
    			     yg_recentposts($parameters);
    			   ?>
    			  </ul>
    			<?php } ?>
    			</div>
    
    			</div><!-- #content -->
    
    		</div><!-- #container -->
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>

    Hi Dryicenz,

    You just login to your Site 5 host cpanel and then got to phpmyadmin.
    There you can find the database where your wordpress is installed. Click o the database name and click EXPORT then it will be downloaded as *.sql file. This is very important file which will be used to restore all the wordpress data to new bluehost server.

    Hope it helps. If you are facing trouble in doing that just let me know I can do it for you. Don’t worry I won’t charge anything, it is my passion to help.

    Thanks

    Hi,

    Can you provide your website URL please? I am sure there is a need to set your css correctly so, let me look after this.

    Thanks

    Please see the same query here.
    http://ww.wp.xz.cn/support/topic/search-only-posts-not-pages?replies=11

    Hope it helps:)

    Thread Starter HRanjan

    (@heman100k)

    Please help me Its urgent….also, I am not able to access admin dashbord because of the above error.

    Thread Starter HRanjan

    (@heman100k)

    my bad the correct link ishttp://www.fantasysmacktalk.com/

    Thread Starter HRanjan

    (@heman100k)

    Hi Dgulliver,

    I have used wp-phpbb-bridge to integrate it and did some customization with PHPBB3 forum also.

    Thanks for your response.

    Go to the categories under Posts section and there make different categories for different posts and then you will be able to add posts to different pages.

    Hope it helps!
    [sig removed – Moderator]

    go to the widget section under the Appearance on the left middle side of Admin panel. There look to the right of sidebar widget area. There you just drag Meta,Archive,Categories and drop on to the left section. This will remove all the unwanted links.

    In the future you can use/remove any widget like that.

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