yennijb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Adamos] Altering height of header imageI 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', );Forum: Fixing WordPress
In reply to: Displaying posts from Categories on appropriate pagesThank 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 😀
Forum: Fixing WordPress
In reply to: Displaying posts from Categories on appropriate pagesI’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 ^.^;
Forum: Fixing WordPress
In reply to: Displaying posts from Categories on appropriate pagesEither 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
Forum: Fixing WordPress
In reply to: Displaying posts from Categories on appropriate pagesSorry 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…