teejayuu
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to Remove lost password link to woocommerce accountHi diggeridoo,
where did you put this function?
Forum: Fixing WordPress
In reply to: Band siteThanks dzawacki, I’m not sure I explained myself clearly. What I’m looking for is a plug-in/widget that will automatically contain the most recent song added to my son’s soundcloud account.
Forum: Plugins
In reply to: Why does my plugin show on the admin page?Thanks Samboll. Would that mean everyone who uses my plug-in would need to install these as well.
I may not be describing myself all that well – I already use a plug-in called FAQ by VaamYob. Part of the install I had to create a page and in place the tag <!–faq–> in the body of the post. This displays the plug-in a list of FAQ’s if the plug-in is active. I am trying to do a similar thing, but am quite new to WordPress Plug-ins.
Forum: Plugins
In reply to: Why does my plugin show on the admin page?whooami, I have tried to do this in a Page. I have even tried it with TinyMce turned off, but every time I go back the html has not been saved.
Forum: Plugins
In reply to: New pluginSorry wrong link https://www.teejayuu.co.uk/2007/01/17/teejays-site-news/
Forum: Plugins
In reply to: First plugin help pleaseThabks Kafkaesqui – all sorted
Forum: Plugins
In reply to: First plugin help pleaseSorry, I forgot to echo the get_option($option) hook, so this is partly working. I am now only getting the first word of the phrase. Any ideas?
Forum: Plugins
In reply to: How to use hooks to display info between header and postsKafkaesqui – thanks this is just what I’m looking for and it works perfectly.
Thanks to all who have contributed as I have learned a lot over these last few hours.
Forum: Plugins
In reply to: How to use hooks to display info between header and postsThank you PozHonks. Using the
<?php if ((function_exists('my_function')) { my_function('The information to display') } ?>
works fine, but using<!-- my_function -->
show nothing. Any ideas?Forum: Plugins
In reply to: How to use hooks to display info between header and postsTag? How would I write a tag in the theme page? Do you mean call the the function from the theme page, and would it just be a procedural call i.e.
<?php get_header(); ?>
my_function('The information to display');
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>Forum: Requests and Feedback
In reply to: Why close my topicSorry, it wasn’t intentional to duplicate the post.
Forum: Plugins
In reply to: MyGallery PluginForgot to create the ‘myfotos’ folder – oops
Forum: Fixing WordPress
In reply to: calendar shows unwanted icon for nextThanks billh. The #next element in the css (and the next.gif) is used for navigating the posts. There is also a #previous element which is used for navigation of the posts and this does not show in the calendar view.
In previous themes I have tried all calendar elements start wp-calendar. I have tried copying and pasting these to the new theme but I still get the next icon showing.
If I actually add a next and previous gif to the relevant wp-calendar elements I get 1 previous and 2 next, so as you suspect it is something in the core WP files, although I don’t see why as it doesn’t happen using any other themes.
I have tried renaming the gif (and css references to it) in case it conflicts with ‘reserved words’ but it is still there.
Forum: Fixing WordPress
In reply to: Calendar shows only previous monthSorry Moshu – having a senior moment and haven’t tried posting for June. Thanks for taking the trouble to check
Cheers
Forum: Themes and Templates
In reply to: Calendar in dxx only shows on front pageThanks maerk
I have found the closing curly bracket and moved the command outside it which solves the problem. If you want to check my sidebar code it is at
https://pastebin.com/739046Thanks tj