bodhidude
Forum Replies Created
-
Forum: Themes and Templates
In reply to: display latest post with image on homepageah yes post thumbnails, thank you
Forum: Plugins
In reply to: [Exec-PHP] error with php code executed with this pluginOh sorry this is for the Exec-php plugin
Forum: Plugins
In reply to: [Exec-PHP] error with php code executed with this pluginPS – it doesn’t matter what php I put in the widget, it always produces this error.
Forum: Plugins
In reply to: e-learning online module pluginI’m looking for the same thing, we’re you able to find anything that worked for you?
Forum: Plugins
In reply to: simple online course module for wordpressanyone?
Forum: Themes and Templates
In reply to: need loop displaying single post from one categoryresolved it with this:
<?php if (have_posts()) : ?>
<?php $paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1; query_posts(“category_name=somecat&paged=$paged”); ?>
<?php while (have_posts()) : the_post(); ?>Forum: Themes and Templates
In reply to: need loop displaying single post from one categorycan anyone help with this?
Forum: Themes and Templates
In reply to: need loop displaying single post from one categoryoooops ok here is the code for the loop….
https://wordpress.pastebin.com/YEfer5jT
any help would be very much appreciated.Forum: Themes and Templates
In reply to: need loop displaying single post from one categoryHey thank for your response…..unfortunately its still not working. I put wp_reset_query after endwhile; and I lost my post nav buttons, I tried putting it after the post nav buttons and I still just get one post, this is the loop for this page:
[Code moderated as per the Forum Rules. Please use the pastebin]
Thanks for your help, this has been a real problem.
Forum: Themes and Templates
In reply to: help with custom loop showing 1 post from 1 catcan anyone recommend the best way to have a page that shows only the latest post from 1 category and includes nav buttons to let the user move through the rest of the posts one at a time?
Forum: Themes and Templates
In reply to: can't remove space around table in footerthanks Hedronist
Forum: Themes and Templates
In reply to: can't remove space around table in footeryeah thanks still trying to break my table habit
Forum: Themes and Templates
In reply to: Help troubleshooting CSS flyoutsthank you ??
this plugin doesn’t use shortcodes, you need to create a template for the calendar page based on the examples provided with the plugin, it pretty easy…..
I initially had that question but they do include that in the readme file. Looks like this plugin uses templates and they provide several tenplates with different views in the views folder which you can copy to your theme directory and activate as a template for the desired calendar page, which gives you the calendar on that page. Of course you likely want to customize the ready made templates pages for your site/style.