Copywrite
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change authorThanks, the authors are there due to the plugin. We deactivated the plugin and the author names stay, we’ll just change the author id in the DB when needed
Forum: Plugins
In reply to: Jquery.js being blocked when unzipping pluginjquery.js is the file. We have just got rid of it and linked instead to the google jquery.js but I don’t know if this is the best solution- should be be using the
<?php wp_enqueue_script(“jquery”); ?>
instead? We tried to get it the tag work but were having troubleForum: Plugins
In reply to: Jquery.js being blocked when unzipping pluginNo it is in a folder called js in the plugin folder. Do I just include this code instead in another plugin file?: <?php wp_enqueue_script(“jquery”); ?>
<?php wp_head(); ?>
Interesting post thanks for the info travisavery ??
Forum: Fixing WordPress
In reply to: How to not show certain posts on the home pageThanks emsi that seems quite complicated, basically I have the posts as sticky posts at the moment as they are in categories. Can I not just get a plugin to do this for me? Thanks
Forum: Fixing WordPress
In reply to: Playing videos fine now how to add working code to postThanks Peetra, the code I added is for a specific video. So if I put that code in the functions.php it would always show the users bentvid.mp4 in this specific case. How can I make it show any video I upload?
Maybe I should just put the javascript that load the player in functions.php?
Forum: Fixing WordPress
In reply to: Playing videos fine now how to add working code to postI have downloaded several plugins that I am going to try but I was wondering what other people use/advise? Thanks
Forum: Fixing WordPress
In reply to: How do I block the tags and archive sections of my wp site?thanks deepbevel I am just following a tutorial about wordpress and they say to block the tagsa and archive sections so that must be it. Thanks!
Forum: Fixing WordPress
In reply to: Do not show comments when the page is mydomain.com/contactComments is not selected in the screen options so it must be that the php is overriding it. Geekfolder your solution works perfectly. Thanks all
Forum: Fixing WordPress
In reply to: Do not show comments when the page is mydomain.com/contactI think the solution is for me to create a template page for the contact form (formcontact.php or something similiar). I’ll copy my page.php but just get rid of the comments php. Good way to do it?!
OK thanks.
The idea is not having to create a page in the dashboard – I just have a file that I upload with my theme. I have 60 pages that got deleted so I want to get rid of this step. Shall I just change my page.php file and save it in a new folder as contact?
Forum: Fixing WordPress
In reply to: Syntax error when adding link with site urlThanks Jonas I worked it out
$default_footer_content = "<a href='#'>Contact Us</a> | <a href='#'>Terms of Use</a> | <a href='#'>Trademarks</a> | <a href='#'>Privacy Statement</a><br />© 2009 - ".date('Y')." <a href='bloginfo('siteurl');'>".get_bloginfo('name')."</a>. All Rights Reserved.";
Forum: Themes and Templates
In reply to: Code for year not showingThanks for the explanation alchymyth works great now
Forum: Plugins
In reply to: Google , facebook like and tweet this- what plugin/s?Thanks Christine I’m going to check it out!