music_man
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hiding home linkSo there is no way in which to have the homepage link highlighted!?
Forum: Fixing WordPress
In reply to: Hiding home linkAny ideas?
Forum: Fixing WordPress
In reply to: Hiding home linkThere is a function that hides the homepage link, when I comment it out it displays but it doesn’t add the currentpage class (which I need there).
Forum: Fixing WordPress
In reply to: Hiding home linkHow can I have that static home page and have it display the home link?
Forum: Fixing WordPress
In reply to: page order and sidebar widgetI am having this problem too. I am using sidebar widgets and I think that overrides what I have for sidebar.php.
I was wondering how I could edit the page widget so that I could make a field in the widget option for page order?
Cheers
Forum: Fixing WordPress
In reply to: Not showing single pageFound this: https://blog.firetree.net/2006/01/31/eventcalendar-303
Now fixed. Thanks.
Forum: Fixing WordPress
In reply to: Not showing single pageNo. I am not sure if it is a logic or a code problem. Should I contact the author?
Forum: Fixing WordPress
In reply to: Not showing single pageBump?
Forum: Fixing WordPress
In reply to: Not showing single pageAny help please?
Forum: Fixing WordPress
In reply to: Not showing single pageI have that tag in my source code for the main page.
Say I have an event coming up called “webdesign workshop” in a weeks time. I head over to writing a post, set the timestamp to a weeks time and set the category to Events (which is what is set for the event calendar plugin).
Now when it is posted I expect to see it come up under <?php ec3_get_events(5); ?>. So I see that it comes up. Good. Now when I click on the event there I expect to go to the corresponding post. This is where the problem lies.
There is also a problem whereby I can view all the upcoming events (that is, with a later timestamp) in category view but if I click on one it does not show up.
I don’t know if this is the fault of the plugin. I think the ability to see it when in admin is purely because I can see every post.
This is an urgent problem that I cannot fix. I need some help please.
Forum: Fixing WordPress
In reply to: Not showing single pageSo what am I supposed to do?
Forum: Fixing WordPress
In reply to: Not showing single pagespecial tag?
Forum: Fixing WordPress
In reply to: Not showing all of categoryI don’t know how to fix this!
Forum: Plugins
In reply to: Newsletter pluginI had a look at the plugin and modified email_users_post_notification_block.inc
if (( isset( $_GET[‘post’] ) ) || $action = ‘post’) {
This is a little workaround that gets the button there but I am not sure if it works quite well enough.
I would like to make it so that when you push the Notify button it publishes it as well. I wonder how that could be integrated.
Forum: Plugins
In reply to: Newsletter pluginThe notify button only comes up when I edit a post and ot when I write one from scratch. Also when I send an email out it says “Result of the mailing” but nothing after that, just a WordPress logo.