I searched forum already, but posts are two years old, and the recommendations don’t seem to work with my theme. (FLEXX, iThemes)…
I opened my “index.php” inside the “blog” folder… but all that is there is this:
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);
/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
?>
Do I need to go into a different folder in order to hide the date on a sticky post? ie the wp-content or theme folder?
Thanks…
Christine