• Resolved allansjackson

    (@allansjackson)


    Hi There
    My client would like to have their buttons smaller in the sidebar. Is this possible?

    Also, Can anyone tell me whether the PRO version will show dynamic data from custom fields rather than, say, drawing an excerpt from the post content? I would love to display the event name and date from the customs posts rather than the default.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Tom

    (@edge22)

    Hi there,

    You could do something like this:

    #wpsp-105 .wpsp-read-more a {
        font-size: 80%;
    }

    Not sure if you can replace the excerpt itself, but you can disable it and then use one of the built in WPSP hooks to add your custom field data: https://wpshowposts.com/support/search/get_post_meta/

    Hope this helps ??

    Thread Starter allansjackson

    (@allansjackson)

    Hi Again Tom
    I’m having a lot of trouble understanding this. I have created Pods custom fields and I can get them to display on the pods template with the code:

    <p>View on [pods field=”listing_site”] </p>

    I’m not at all clear where I would put the code to get WP Show Posts to show them in a post grid. Also, how would I get the entry titles to be a non-clickable headings?

    Thanks very much.

    Thread Starter allansjackson

    (@allansjackson)

    <p>View on <a href="{@listing_link}"> [pods field="listing_site"] </a></p>

    Plugin Author Tom

    (@edge22)

    Hi there,

    You’d have to hook into the post with some PHP.

    Where do you want that content to appear?

    To remove the links, you can do something like this: https://github.com/tomusborne/wp-show-posts/issues/9#issuecomment-355468250

    Thread Starter allansjackson

    (@allansjackson)

    Hi Tom
    I have had a look at the linked info pages and there is some useful-looking code there but I’m no clearer on where to put it. You say hook into the post with some php. In GP no problem because of the hooks facility but where does the code go in WPSP?

    Is there there a tutorial anywhere which describes the process and the hooks available? I’m afraid it’s a dummy’s question but, if you don’t know where the first rung of the ladder is, the rest is inaccessible ??
    Thanks
    Allan

    Thread Starter allansjackson

    (@allansjackson)

    Got it, thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Button size – Free version’ is closed to new replies.