I think both issues can be solved by altering what’s happening inside the loop. The code you’ve posted are the arguments that are used for the query. There is a while
loop which then goes through the results of the query and displays them. Try to find while ($wp_query->have_posts()): $wp_query->the_post();
. Between this and endwhile;
the results are displayed. There you’ll find echo get_the_author()
. If you remove that, the author won’t be displayed. You can also alter the styling of the headers there.
Related Posts:
- How to add code just below opening body tag in Genesis framework
- Adding ads after a certain number of paragraphs within Genesis themework
- How do I turn a 404 page into an automatic search with the info from the url?
- WordPress Hide Show Content script and activate/deactivate script on screensize
- Genesis menu position change
- Is it possible to roll back to a previous customization of Genesis?
- How can I eliminate the inline styles included by default with the Genesis framewrok?
- Portfolio-template won’t show items
- Move Archive Title to Entry Title – Genesis
- Modify Genesis Custom Header CSS
- How to remove the Navigation Bar (prim. and sec.) from the Homepage for the Genesis Framework?
- Notice: Undefined variable: thumbnail [closed]
- Issue echoing the site’s title in Genesis child theme
- Passing a Variable to a Function Hooked to Genesis Entry Content
- Genesis loading of html5shiv for IE8
- How to enable full column width in Genesis layout options
- Genesis framework : how to display the primary sidebar manually?
- How to create and set a separate template file for articles in Genesis framework? (WordPress)
- genesis grid loop only showing one column
- Plugin for user comments, star ratings, badge, activity
- Insert custom metatag in all the internal pages of the site, less in the homepage
- Cropping a thumbnail with a Genesis child theme
- Genesis themes: how do alter the markup of post meta on archive pages? [closed]
- Getting Genesis Entry Headers Back on Post Tiltes
- Genesis page template with Powerpress
- New Genesis child theme or revise current Genesis child theme [closed]
- How to change title “Search Results for:….” in search results page of genesis?
- How to display post title on top of image with Genesis Featured Posts
- How to create a page template that display posts with a certain category in the Genesis Framework?
- Genesis Style Selector causes PHP warning [closed]
- Undefined offset: 0 in > […] /wp-includes/capabilities.php on line 1067
- Any advantage of using wp_scripts and is_IE when enqueuing scripts
- Genesis – Customize search form
- Adding a search form inside a div
- Modify the post/entry wrapper markup in genesis childtheme [closed]
- Genesis Child and Custom Post Type
- Using Custom Templates for Custom Post Types for the Genesis Theme Framework?
- Displaying Custom Fields on Post with Genesis Child Theme
- get_post_meta not working inside loop
- How to keep my custom theme changes after updating genesis child theme
- Remove Archive Headline and Archive Intro Text fields on category and tag archive pages in WordPress Admin with Genesis framework
- Removing http:// from esc url() for wordpress customizer code
- Unable to show ACF’s Image Custom Field properly in Genesis Framework [closed]
- WordPress Genesis Child Theme Filter divs
- Including Custom Post Type posts in a page template contextually (or should I widget?)
- Custom Blog Post Listing in Genesis Sample Child Theme
- Custom Fields Code not echoing whats in the value field
- Log in link not showing, Comment Issue
- WordPress Genesis custom taxonomy archive shows 3 repeats of each post
- Genesis: How to add content after aside and before the content-sidebar wrap
- Problem with WordPress query on page using custom fields
- WordPress Genesis not excluding category from blog
- Select full Image Size on widget “Genesis – Featured Posts”
- How to change the layout of a product page
- Genesis multiple category custom loop 404s after first page
- Derive child theme from separate theme
- if statement for wordpress default featured image on single post
- How to remove Date from Meta Description on SERP?
- Display video on homepage for users who have not logged in
- Move Genesis Single Page/Single Post Title
- Add an Outside Wrapper to my Header and Make it Full Width
- Show specific category posts on Genesis framework home page
- How to sell an album for download
- Use custom template on custom post type
- display text on the same line
- Genesis Framework: How to exclude a specific author from archive custom loop
- Using two loops in one WordPress template
- Genesis / custom template page / setting the page title and meta desc
- Randomize Color Scheme Selection in Theme
- Custom Sidebar in Editor (not Widget) for Custom Post Type in Genesis
- Excluded category from loop
- Posts limit on homepage (genesis framework)
- changing genesis_before_while in new theme framework
- Uncaught TypeError: Cannot read property ‘replace’ of undefined
- Using Shortcode Result In Custom HTML Block (Using Google Sheet JQuery Result As NumScroller data-max)
- Link custom post type to page
- Is_single not working properly in genesis
- I would like to have a quote page just to show quotes
- author.php not showing content if Author has no Posts
- Move woocommerce shop page image to left
- How do I add footer widgets to the StudioPress Monochrome Pro theme?
- WP Query works outside a function, not inside a function
- 404 Pagination issue for only one category
- Menu disappears with custom post type link
- remove_action conditionally for Custom Post Type – not working
- using theme check plugin to remove waring and errors from my theme
- Need help setting up a search form for wordpress [duplicate]
- Syling Custom Fields echo’s from from functions.php
- Custom Category Page Not Working [duplicate]
- adding navigation to genesis themes
- how to use the_excerpt for two post queries?
- Want to display page content after password prompt without page reload
- What to do when child theme is out of date with parent theme
- Why is my hamburger menu not shown? [closed]
- $do_not_duplicate is not working in genesis theme
- Display Featured Image
- display last post modified date in genesis child themes
- Query posts by Custom Meta (checkbox) & Genesis Grid Loop
- Custom Post Type Pagination For Genesis Child Theme [closed]
- How do i add logo in wordpress studiopress (glam theme)?