Skip to content

How to set wordpress category publish ?

Hi, could you please tell how to set wordpress category when i publish articles ? Actually, all articles are published in the same category. Thanks for your help

Comments

  • SvenSven www.GSA-Online.de
    The category is not set at all.
  • TheGypsyTheGypsy Madrid
    edited March 2020
    Sven knows it better but in the project settings in the Data tab there is a category option. You may check that out to see if it does what you need.
  • SvenSven www.GSA-Online.de
    @TheGypsy I think this is about GSA Content Generator not SER. In SER it is setting the category.
  • Indeed I haven't checked the post category... In that case no idea :(
  • KaineKaine thebestindexer.com
    @Sven You should seriously think about making a software only suitable for blogging. Which would be perfectly suited to manage a huge PNB :)
  • I'm bugging him with the same idea for a while now but probably it's hard to scope the real interest in such software.
    Thanked by 1Kaine
  • edited March 2020
    There are some importer WP Plugins like WP Smart/WordPress Importer - only problem is that this tool delete all html parts.

    Any idea what is the best WP Importer tool to inser GSA CG content into WP with:

    • import image links as dowload image in the media library
    • import html (normal wp import make this fine)
    • setup category


  • SvenSven www.GSA-Online.de
    Maybe this is what you are searching for... https://github.com/wppd/txtaspost
    Thanked by 1bigo
  • SER can handle categories but you may need to be creative to achieve what you want. SER is not exactly made for this but I have some projects set up to post to a PBN.
    There is a wordpress plugin that saves hotlinked images to the media library and use them in the posts. I don't know how long will it work but currently it does.
    https://wordpress.org/plugins/auto-upload-images/

    Thanked by 1bigo
  • edited March 2020
    TheGypsy  cool plugin, thank you. that is what i am searching for. it works with post and pages.

    so with this tool i dont need a WP xml with separated image url like <wp:attachment_url>,<wp:postmeta>,<wp:meta_key>,<wp:meta_value>

    thank you :)

  • edited March 2020
    @sven thank your for txtaspost plugin idea. that looks fine only for posts not for pages.

    that is my idea to make a Lifesaver - a update from your wp xml export :-)


    i dont need <wp:tag>, but i think other people
    <wp:category> i think need every wp user
    Thanked by 1wolfvanween
  • SvenSven www.GSA-Online.de
    for what template?
  • Wordpress XML please :-)
  • SvenSven www.GSA-Online.de
    you have it in next update
    Thanked by 2bigo wolfvanween
  • Hi Sven, it will be great if we can add a text at top or bottom on all selected article. What do you think ?
  • SvenSven www.GSA-Online.de
    why not simply adding that to the article itself then?
  • I would like to add it in mass. For example, generate 50 markov unique articles for one category and add a same readable article (wrote by myself) at the top on each cloaked markov article.

    To explain, i would like to do that on each article:

    [cloak_show_article_for_visitor]
    same readable article wrote by myself
    [/cloak_show_article_for_visitor]

    [cloak_show_article_for_google]
    markov unique article
    [/cloak_show_article_for_google]


    Maybe try to duplicate Kentooz wordpress plugin to put different text to different place. 

    I am trying but i am not developer and it puts the same text Two times at the same place.
  • SvenSven www.GSA-Online.de
    Maybe a better method would be to take one export template and modify it in a way to get this added at bottom.
  • Thanks for your help Sven.

    I just need to modify one template here ?:

    AppData\Roaming\GSA Content Generator\Export_Templates    =====> Wordpress (TXT as POST plugin import) like this:

    [cloak_show_article_for_visitor]
    readable article
    [/ cloak_show_article_for_visitor]

    [cloak_show_article_for_google]

    ;template for https://github.com/wppd/txtaspost and GSA Content Generator - www.gsa-online.de
    [setup]
     
    ;where to save this (empty or not existing = ask user)
    folder=
     
    ;the default filename
    filename=%title_plain%
     
    ;the file extention
    extention=txt
     
    ;ask for filename (deafult = 1)
    ask for filename=0
     
    ;do not ask for folder
    ask for folder=1
     
    ;append of overwrite (empty = ask user)
    append=0
     
    ;the format of each article to save
    format article=%title%\n%keyword%\n%body%
     
    ;by default, a new line in article is not replaced
    ;format new line=\\n
     
    ;how to modify the paragraph!? where %s% is the paragraph
    ;format paragraph=%s%\n\n
    ;format paragraph=<p>%s%</p>
     
    ;set it to save multiple articles into one file, else we will create a new one for each
    ;seperator=\n
     
    ;unspin the data to a readable text without spin syntax
    unspin=1
     
    ;remove html code completely?
    remove html=0

    [/ cloak_show_article_for_google]






  • I wrote a mistake sorry :-)
  • SvenSven www.GSA-Online.de
    better use pastebin.
  • Sven, is spintax works with export template, like this ?:

    %title%\n%keyword%\n{The {word1|word2|word3} and {word1|word2|word3|word4} are {word1|word2}}%body%
  • SvenSven www.GSA-Online.de
    yes should work fine.
Sign In or Register to comment.