Wordpress Generate Press Featured Pic Remove From Page

tunescool

BANNED
Joined
Jul 23, 2011
Messages
1,262
Reaction score
3,338
i have two different generate presses. one i use a plugin Easy Query which puts posts or pages on the main page, just a pic and the title. the pic is the featured image in the post

the other one i use a pic i upload in the posts content for an image in the post. i want to change this wordpress so i have the front page like the other with Easy Query. but if i add a featured image it puts the pic on top of the post

bf508a790389023.png


where can i take it out, theres nothing for featured image in the Single Page template

Code:
get_header(); ?>

    <div id="primary" <?php generate_content_class();?>>
        <main id="main" <?php generate_main_class(); ?>>
            <?php
            /**
             * generate_before_main_content hook.
             *
             * @since 0.1
             */
            do_action( 'generate_before_main_content' );

            while ( have_posts() ) : the_post();

                get_template_part( 'content', 'page' );

                // If comments are open or we have at least one comment, load up the comment template.
                if ( comments_open() || '0' != get_comments_number() ) : ?>

                    <div class="comments-area">
                        <?php comments_template(); ?>
                    </div>

                <?php endif;

            endwhile;

            /**
             * generate_after_main_content hook.
             *
             * @since 0.1
             */
            do_action( 'generate_after_main_content' );
            ?>
        </main><!-- #main -->
    </div><!-- #primary -->

    <?php
    /**
     * generate_after_primary_content_area hook.
     *
     * @since 2.0
     */
     do_action( 'generate_after_primary_content_area' );

     generate_construct_sidebars();

get_footer();

this is the content-page template

Code:
<?php
/**
 * The template used for displaying page content in page.php
 *
 * @package GeneratePress
 */

if ( ! defined( 'ABSPATH' ) ) {
    exit; // Exit if accessed directly.
}
?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?> <?php generate_article_schema( 'CreativeWork' ); ?>>
    <div class="inside-article">
        <?php
        /**
         * generate_before_content hook.
         *
         * @since 0.1
         *
         * @hooked generate_featured_page_header_inside_single - 10
         */
        do_action( 'generate_before_content' );

        if ( generate_show_title() ) : ?>

            <header class="entry-header">
                <?php the_title( '<h1 class="entry-title" itemprop="headline">', '</h1>' ); ?>
            </header><!-- .entry-header -->

        <?php endif;

        /**
         * generate_after_entry_header hook.
         *
         * @since 0.1
         *
         * @hooked generate_post_image - 10
         */
        do_action( 'generate_after_entry_header' );
        ?>

        <div class="entry-content" itemprop="text">
            <?php
            the_content();

            wp_link_pages( array(
                'before' => '<div class="page-links">' . __( 'Pages:', 'generatepress' ),
                'after'  => '</div>',
            ) );
            ?>
        </div><!-- .entry-content -->

        <?php
        /**
         * generate_after_content hook.
         *
         * @since 0.1
         */
        do_action( 'generate_after_content' );
        ?>
    </div><!-- .inside-article -->
</article><!-- #post-## -->
 
Why not directly ask on their support forum, will probably be faster.
 
That is outrageous, what happened? Did you call them a bunch of dickheads and faggots and they took offence? Unbelievable, you should ask for your money back or take down their Amazon listings.
First, you're on ignore for your scary avatar. Secondly, I forgot so please if you can't hold my hand, do keyword research, build and pay for web 2.0 and link building please don't bother me.

P.S If you have dope I am cool with you.
 
I know it doesn’t contribute much, but please.

It is “GeneratePress” and “WordPress”

Thx!

I’ll ask Tom what happend and see what can be done.

But knowing Tom you either really have pushed the boundries of human decency or simply do not have a valid license.
 
Well, it sucks that they won't let you in for contact support. That's just bad service, even if you've had some red flags. You should totally start looking for another platform.
 
Back
Top