Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter yennijb

    (@yennijb)

    I found it finally, this is located in functions.php (“Adamos Theme Functions”)

    /**
     * Implement the Custom Header feature
     */
    add_theme_support( 'custom-header' );
    function adamos_custom_header_setup() {
    $args = array(
    		'default-image'          => '',
    		'default-text-color'     => 'FFF',
    		'width'                  => 1400,
    		'height'                 => 500,
    		'flex-height'            => true,
    		'wp-head-callback'       => 'adamos_header_style',
    		'admin-head-callback'    => 'adamos_admin_header_style',
    		'admin-preview-callback' => 'adamos_admin_header_image',
    	);

    Thread Starter yennijb

    (@yennijb)

    Thank you 🙂

    That will work perfectly for the events page

    Now I just need to figure out how to get it to add all updates to the index/home page…but I think I can tackle that in the morning

    Thank you SO much…you are a lifesaver 😀

    Thread Starter yennijb

    (@yennijb)

    I’d just make a page myself in HTML…because i know it…enough to make a fairly good website….but she’s got to be able to update it….and just getting her through logging in and onto a post page is hell ^.^;

    Thread Starter yennijb

    (@yennijb)

    Either that…or at this point….just turning the event page into where all the posts go…as if it was just a blog page I guess…but with only events and meetings showing up there…

    and then turning the home page into a full everything that is posted sort of page

    but i can’t figure out how to make a page have the blog posts at all now…even without having there be static text at the top of the page

    Thread Starter yennijb

    (@yennijb)

    Sorry I’ve been racking my brain and staring at the screen for over 10 hours today(not just on this issue) so i forgot to actually describe what i wanted to do ^.^’

    I want to have events be able to be posted and show up on the event page…resources to be posted and added to their respective resource pages as well as showing up on the main resource page…

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