tallydigtalbiz
Forum Replies Created
-
Sorry here is the site: https://bondapp.us/
Hi there, I was just wondering if this was resolved? I wasn’t sure where / how to check for this php edit.
Thanks
Forum: Plugins
In reply to: [Event Registration] Where can I edit to hide the "Show/Hide Details" link?Sorry, let me rephrase the question. I realize that you can set the settings to “No Display” for the event description. However, using Event Plugin (version 6.00.31) when set to “NO” the hyper-link still displays “show/hide” for the event details on the public facing page just above the registration form.
Is there a way to remove that “show/hide” hyper-link so no visitors can see it?
Sample page: https://floridapipetalk.com/online-registration/
Forum: Plugins
In reply to: [Event Registration] Where can I edit to hide the "Show/Hide Details" link?This is a GREAT question, I am wondering the same thing.
I am trying to display a select group of posts on one specific page using short code. I’ve tried placing code in various places and still get error message below.
————————————————-
page.php (code below)<?php
/**
* @package WordPress
* @subpackage KidsToys
*/$from=’page’;
include(“layout.php”);}?>
<?php if (function_exists(‘fpg_show’)) {
$args = array(
‘cat’ => ‘8’,/* comma separated list of category ids to include (put ‘-‘ in front of ids to exclude) */
‘tag’ => ‘discount-directory’ /* comma separated list tag slugs to include */);
echo fpg_show($args);
}?>
—————————————————
Result: (Error below)Parse error: syntax error, unexpected ‘}’ in /homepages/12/d154028271/htdocs/tallahasseekidsclub.com/wp-content/themes/kids_toys/page.php on line 12
—————————————————–
Any advice