Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter AscotUK

    (@ascotuk)

    Thanks for your quick reply. I wouldn’t know where to start with custom javascript code so I guess I will need to try another way

    Thread Starter AscotUK

    (@ascotuk)

    Found the answer myself – seems to be the norm on this forum.

    Had to edit the Index.php file in wp-content/themes/d5-business-line to remove the following lines:

    <div class=”up-bottom-border”>
    <p class=”postmetadata”>Posted in <?php the_category(‘, ‘) ?> | <?php edit_post_link(‘Edit’, ”, ‘ | ‘); ?> <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?> <?php the_tags(‘
    Tags: ‘, ‘, ‘, ‘
    ‘); ?></p>

    Also, a few lines above, edited out the part which inserts who posted, so that it just displays the date.

    Many thanks for your prompt reply – looks a neat solution, will try that out this evening!

    Let me just echo what everyone else says – great plugin and top class support too!

    Hi, complete wordpress novice here.

    I am using an events database in multiple ways on different pages and have a question about the filter by date functionality – I can get events from past dates displayed, and future dates, but how can I get it to display only rows from today’s date? I tried editing the plugin by adding a bit of code to include a “now” variable as well as “future” and “past”, and changed the if statement later in the code to a “nested if” – but that hasnt worked so my 20 year old programming skills need some assistance.

    Sorry to hijack this thread but on another page I want to display every event in the current month. I am also using the DataTables ColumnFilterWidgets – so I wondered if there was a way to feed a default value into that (for both problems)? So that a user could have, say all of the current month’s events listed as a default but then select next month’s? Or just the current days events, but then select another date?

    Sorry if this is obvious but have had a good old search for the answer!

Viewing 4 replies - 1 through 4 (of 4 total)