Marcomail
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: where i put an include ??other ideas ?
Forum: Fixing WordPress
In reply to: where i put an include ??with the include i ahve some trouble..for example.
In the index.php if i put the include before this i can’t show the rating
<?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>
If i put the include at the bottom of the index.php rating is showed…why there are all this conflict ?
Forum: Fixing WordPress
In reply to: where i put an include ??But it’s not the same ? I don’t understand beacuse it doesn’t work on header. this is the code of include:
[long code removed – always post long code to a pastebin service]
Forum: Fixing WordPress
In reply to: where i put an include ??it’s strange…i put in the header the include and ond’t work…i put the same in the index.php of template and it works
<? include(‘./tts/in.php’); ?>
why ?
This is the header.php
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats please –>
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style><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(); ?></head>
<body>
<div id=”main” >
<div id=”containerleft”>
<div id=”logon”></div>
<div id=”body”>
<?php get_sidebar(); ?>
<div id=”box”>
-
<?php wp_list_cats(‘sort_column=id&optioncount=1&exclude=6’); ?>
</div>
<div id=”content”>
<!– end header –>Forum: Fixing WordPress
In reply to: ssi include into worpress 2.01 postI run wordpress on dreamhost
They say run php as CGI and virtual function is not avaible.
My request is the same of the person. Thanks Otto
Forum: Fixing WordPress
In reply to: ssi include into worpress 2.01 postSome ideas ?
Forum: Fixing WordPress
In reply to: ssi include into worpress 2.01 postanyone ? It’s possible virtual function is disable from the hosting ?
Forum: Fixing WordPress
In reply to: ssi include into worpress 2.01 post<?php virtual (‘/cgi-bin/bib/buyitbomb.cgi?keywords=belt&db=17971&mode=all&boundary=word&format=ssi&results=10&start=0&s=1’); ?>
not work, don’t work virtual in the template files…help me
Forum: Fixing WordPress
In reply to: Include a CGI fileBut i can include it in my wordpress pages ?
Forum: Fixing WordPress
In reply to: Include a CGI filehelp mee, i have included this
<?php include(‘path/path/path/files.cgi’); ?>
in the index.php but it doesn’t work ??
Forum: Plugins
In reply to: Don’t show a category in main pageThanks Otto ??
i prefer use the integrate function on WP, how can do the same thing with the loop function ?
Forum: Plugins
In reply to: Don’t show a category in main pageI have tried with optioncount=1 but it didn’t work ??
so i have deleted it, i would like only hide a category in the main page…install a plugin for doing it it’s too expand.
I would like if it’s possible do the same with the loop function:
<?php query_posts(‘category_name=special_cat&showposts=10’); ?>
<?php while (have_posts()) : the_post(); ?>
<!– Do special_cat stuff… –>
<?php endwhile;?>Do you ahve any idea ?
Forum: Plugins
In reply to: Don’t show a category in main pagefor the precision optioncount=1
Forum: Plugins
In reply to: Don’t show a category in main pageI have a problem, it doesn’t work with “optioncount”
Forum: Plugins
In reply to: Category Visibility Plugin – Fixed a bugI can’t see the category list in my homepage…this is the function:
<div id=”box”>
-
<?php wp_list_cats(‘sort_column=id&optioncount=1’); ?>
</div>
it’s not in the sidebar