How can I change the order of plugins at the end of each post?

  • Susana

    #8238

    On my page (http://www.creartiendavirtual.com.es) … how can I change the order of the plugins that appear at the end of each post? like sharing buttons, related post and rating stars?… I would love to put first the stars and then the share buttons and finally the related posts… please help me…

    thanks

    Susana

    #40752

    I know this is duplicated… because Kenneth John Odle told me: “Link to page where we can see this live?. Moved to Support. Please post in the correct section next time.”.

    So I added the link to my page and I moved my question here… And now you tell me this is duplicated?… Please can you help me or I have to put the same question somewhere else?

    Thanks

    Anonymous

    #40753

    He moved your thread to support section. You could’ve replied with link to your site in that post itself.

    The actual solution for this is to change the priority of those filters plugged into the_content. For that you have to figure out the name of the functions that are plugged into the_content filter, remove them, and then re add those filters with desired order. See this post.

    Another (dirty) solution is to change the appearance using CSS. Add this to Custom CSS.

    .entry-content #fcbk_share {
    margin-top: 35px;
    }
    .entry-content .rw-ui-container {
    margin-top: -810px;
    }

    Susana

    #40754

    thanks Prasanna!

    If do you like the design of http://www.creartiendavirtual.com, you can download the icons, for free, in this link: http://creartiendavirtual.com.es/preparate-porque-hoy-si-que-te-voy-a-dar-la-chapa/

    thank you so much!

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.