[Support request] How to add text area for tag and categories?

Home Forums Support [Support request] How to add text area for tag and categories?

Home Forums Support How to add text area for tag and categories?

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #1979155
    Anna

    This is theme also good for me https://generatepress.com/site-library/

    But i need moved category description down page after sidebars.

    Text area

    For I can write seo text.

    Help me please.

    #1979160
    Anna

    One month can’t found solution for this is simple idea.

    #1979627
    Elvin
    Staff
    Customer Support

    If you want to move the category description below the sidebar on mobile you can try this PHP snippet modification of the one I’ve previously provided.

    add_action( 'wp', function() {
        remove_action( 'generate_after_archive_title', 'generate_do_archive_description' );
    
        if ( is_archive() ) {
        add_action( 'generate_before_footer', 'generate_do_archive_description' );
        }
    } );
    #1980342
    Anna

    You mean here?

    Function

    After

    Paste

    #1980754
    Leo
    Staff
    Customer Support

    No – it’s a bad idea to modify the theme’s core files as they will be erased during updates.

    Try one of these methods here:
    Adding PHP: https://docs.generatepress.com/article/adding-php/

    #2010858
    Anna

    Hello Dears.

    I’m not developer.( I’m two year use your theme and very liked she. Now I would like create simple job board.

    I need:

    1. Category and Tag Descriptions on down page (about this Is topic).
    2. Create front form for users can add classified. How like this https://eskort.work/submit-a-job/
    3. Few custom fields inside post.

    Can you pls help me? How much will be cost tell me please.
    I’m ask you because your team really professionals. Help me pls create simple board. If you agreed I will send exactly details what I need (screenshots).

    Best Regards
    Alena

    #2011381
    Anna

    Sorry for my poor English. If you some dont understand, tell me pls I will send screenshots and video how like I wanted. Im now use new test site https://xxxsite.tempurl.host/category/uncategorized/

    #2011466
    Leo
    Staff
    Customer Support

    Unfortunately this will require a custom solution and we don’t offer custom development services here.

    Your best bet is to contact someone at Codeable. See the Custom WordPress Development at the bottom of this page:
    https://generatepress.com/what-support-includes/

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.