Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Forum: Plugins
    In reply to: feedwordpress not working
    Thread Starter simondamast

    (@simondamast)

    okay got 1 feed working.. the category setting an issue.. try changing it to tags only…. and put in a tag. Woked for one of the feeds no the other.

    Thread Starter simondamast

    (@simondamast)

    Looks good but you have to choose a post to display, can this be automated to show the most recent 2 or 3?

    Also my permalinks have been set to show the page title and not the ID, how would you over come this?

    finally ttried put in [[post-id]] but that shows up as html I tried with php tags and also nothing?

    Thanks

    Please tell me how you go the static and teh dynamic content to work on one page? I have tried a million different ways and I either get all my pages listed as dynamic content ie posts or I only get the posts and no static content….

    I have followed the instructions in moshublog but it all comes out the same. I have tried making the pages in the Reading settings the same ie static home page and the same page as the post page… and I have tried seperatly still nothing… Please help

    Thanks

    Thread Starter simondamast

    (@simondamast)

    its fixed thanks

    Thread Starter simondamast

    (@simondamast)

    I keep getting a

    Parse error: syntax error, unexpected T_INCLUDE in C:\wamp\www\wordpress\wp-content\themes\Simon\header.php on line 23

    error can anyone tell me why?Line 23 is the the line starting with “if”

    <html>
    
    <head>
    <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
    
    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
    
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    	<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
    
    	<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    	<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    	<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    	<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    	<?php wp_get_archives('type=monthly&format=link'); ?>
    	<?php //comments_popup_script(); // off by default ?>
    	<?php wp_head(); ?>
    
    <?php
    if(is_page('Welcome') include ( TEMPLATEPATH. '/Headertables/mainheader.php');
    elseif(is_page('rooms') include ( TEMPLATEPATH. '/headertables/roomsheader.php');
    else include (TEMPLATEPATH.'/headertables/mainheader.php');
    ?>
    Thread Starter simondamast

    (@simondamast)

    ok ic, but if the table is different for each page?

    Does that mean a seperate header.php for each page? Yes cause thats what you said earlier 🙂

    So now to understand is_page()?

    So I have a page.php file which calls the header.php (which has the table and the java) so how does it call a different header for each page? Obviously using is_page()? (thinking allowed) 🙂

    Does this sound right, anything I may have missed, or need to add?

    Thanks

    Thread Starter simondamast

    (@simondamast)

    So I’ve put the table into the content (using the admin backend) and inserted the thumbnail pictures.. where and how do I get the mouse over effect to work?

    At the momnet I head is as it was in the html doc as well as the html in the doc itself at the picture but unfortunatly it isn’t working??

    Any ideas?

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