murraystewart
Forum Replies Created
-
Forum: Plugins
In reply to: [iTunes Podcast Review Manager] Line feeds on reviewsI am using
=IMPORTHTML(A1,”table”, 1)
Where A1 is
https://base.podalytics.com/check
I have been linking to a shortcode included page to avoid issues around passwords for the dashboard display.Forum: Plugins
In reply to: [iTunes Podcast Review Manager] Line feeds on reviewsSorry Doug for not getting back to you on this. If I take the result data from a table of reviews via an import into Google sheets the actual review comment comes with a number of \n tags and limits the column width of the returned data. I would like to remove these tags in the rendered data so that the full review appears as a single line.
Forum: Plugins
In reply to: [iTunes Podcast Review Manager] error message on multisite installationNot sure what happened . I did a Multisite install and somehow th plugin showed up 3 times. Deleted all and reinstalled, now all working.
Is there a way to have the short code display responsive to resize to screen resolution changes?
Forum: Networking WordPress
In reply to: Limit blogs by roleThe only Limit blogs plugin i have found, only allows one level limit. Is there one around that lets you set multiple limits based on role?
Forum: Themes and Templates
In reply to: Including header in printYeah that is the direction I am heading, but I’m a code dummy… and not sure what and where to insert it in the header.php..
Forum: Fixing WordPress
In reply to: Image and text alignment issueAbsolute bloody legend Curtiss, done and perfect. you are a high speed champion, but don’t worry I won’t tell anyone….(;)}
Joggi,
Please excuse my dumbness but I am no php wizz, Where exactly should I paste it in the Header.php and will it add a calendar to every new page created?MY 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” <?php language_attributes(); ?>>
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
<title><?php if (is_home () ) { bloginfo(‘name’); } elseif ( is_category() ) { single_cat_title(); if(get_bloginfo(‘name’) != “”) echo ‘ – ‘ ; bloginfo(‘name’); }
elseif (is_single() ) { single_post_title(); }
elseif (is_page() ) { bloginfo(‘name’); if(get_bloginfo(‘name’) != “”) echo ‘: ‘; single_post_title(); }
else { wp_title(”,true); } ?></title>
<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/script.js”></script>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<!–[if IE 6]><link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/style.ie6.css” type=”text/css” media=”screen” /><![endif]–>
<!–[if IE 7]><link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/style.ie7.css” type=”text/css” media=”screen” /><![endif]–>
<link rel=”alternate” type=”application/rss+xml” title=”<?php printf(__(‘%s RSS Feed’, ‘kubrick’), get_bloginfo(‘name’)); ?>” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php printf(__(‘%s Atom Feed’, ‘kubrick’), get_bloginfo(‘name’)); ?>” href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
</head>
<body>
<div id=”art-main”>
<div class=”art-Sheet”>
<div class=”art-Sheet-tl”></div>
<div class=”art-Sheet-tr”></div>
<div class=”art-Sheet-bl”></div>
<div class=”art-Sheet-br”></div>
<div class=”art-Sheet-tc”></div>
<div class=”art-Sheet-bc”></div>
<div class=”art-Sheet-cl”></div>
<div class=”art-Sheet-cr”></div>
<div class=”art-Sheet-cc”></div>
<div class=”art-Sheet-body”>
<div class=”art-Header”>
<div class=”art-Header-png”></div>
<div class=”art-Header-jpeg”></div></div>
<div class=”art-nav”>
<div class=”l”></div>
<div class=”r”></div>
<ul class=”art-menu”>
<?php art_menu_items(); ?></div>