SteveXK
Forum Replies Created
-
Forum: Plugins
In reply to: [Ads by datafeedr.com] Random ads not changing on Firefox and IEThanks so much Eric, for the help and the quick reply, the below with the javascript is what I needed.
Thinking about adding a store to the site… Is there a filter that can be installed so that I am only selling USA made goods?
Either way I want to buy you a beer or coffee, How do I do that?[dfads params=’groups=16255&limit=1&return_javascript=1′]
[dfads params=’groups=16254&limit=1&return_javascript=1′]Thanks again,
Steve MossForum: Plugins
In reply to: [Ads by datafeedr.com] Random ads not changing on Firefox and IEForum: Plugins
In reply to: [Ads by datafeedr.com] Random ads not changing on Firefox and IEJust an update: If this particular plugin uses a special cookie, WPEngine needs to know the exact name of the cookie in order to exclude it.
Forum: Plugins
In reply to: [Tag Pages] Page tag linking to archives page.Thank you,Bjorn for the reply.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 404 File Not found? See here!The removed the closing ?> , works fine now!
<?php
function exclude_widget_categories($args){
$exclude = “14744”; // The IDs of the excluding categories
$args[“exclude”] = $exclude;
return $args;
}
add_filter(“widget_categories_args”,”exclude_widget_categories”);Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 404 File Not found? See here!I did not want to use a plugin to exclude a category so I pasted:
‘<?php
function exclude_widget_categories($args){
$exclude = “14744”; // The IDs of the excluding categories
$args[“exclude”] = $exclude;
return $args;
}
add_filter(“widget_categories_args”,”exclude_widget_categories”);
?>’
into my functions.php file.
I got a: XML Parsing Error: XML or text declaration not at start of entity error when I viewed the https://www.b4usa.com/sitemap.xml link.
All is well now because I am using a plugin, but I would like to use the code and get rid of the plugin. Do you have any advice?
Thanks in advance,Forum: Plugins
In reply to: Need Associated text for Gravatar / No PluginRepeat with backticks.
Code at this time:
<div id="author-avatar"> <?php echo get_avatar( $comment, '60' ); ?> <div id="author-avatar">