Pinboard Theme Documentation: How to Customize the Theme's Content Area

Viewing 12 posts - 16 through 27 (of 27 total)
  • #17162
    Brokenstraw
    Participant

    Hi Daniel. I’m new to wordpress, but I love your theme. Its very professional and allows solid customization. I’m having a lot of trouble getting pages to display content. The Pages continue to show: Content not found
    The content you are looking for could not be found.

    I’ve tried getting WordPress assistance to no avail. I really hope you can help. Thanks so much.
    http://www.brokenstrawdesign.com/workings/

    #17172
    Daniel Tara
    Keymaster

    Try saving your permalinks twice.

    #17239
    websmithc
    Participant

    I have a dedicated home.php for my homepage. How do I modify it to only show one category of entries? I still want the slider to show sticky posts, but I only want events category to show on the thumbnail entries.

    http://wilmorefmc.org

    Thanks for your help!

    • This reply was modified 10 years, 4 months ago by websmithc. Reason: added URL
    #17242
    websmithc
    Participant

    Feel free to delete my previous question, I worked it out by customizing the pinboard_filter_query function in my child theme to display one category.

    By the way, the homepage filter for the slider option should also set “post__not_in” sticky_posts. e.g.
    if( $query->is_home() && pinboard_get_option( ‘slider’ ) ) {
    $query->set( ‘ignore_sticky_posts’, 1 );
    $sticky = get_option( ‘sticky_posts’ ); // added
    $query->set(‘post__not_in’, $sticky ); // added

    … without it, the sticky posts appear in normal order with other posts.

    Thanks!

    #17288
    mark9
    Participant

    Hi Daniel,

    I have been using Pinboard for only a couple weeks but have seen a lot of very happy and satisfied users [like myself!]. The theme is free and probably you spend countless hours of your free time to support it. You are one of the best and most professional WP theme developers I have come across and am pretty sure that a lot of people would agree with that and would love to support and donate to you whenever they can. Would be great if I can send your way few bucks every time I have some money to spare.
    Could you please organize a way how we can donate to “One Designs”. Thanks, Mark

    #17747
    skwong
    Participant

    I don’t know where to post my question so I’m starting here.

    I have a static home page but would like to add posts to it. I have two posts, both made ‘public’ but when I try to ‘customize theme’ and have my home page be my posts page instead of static, it creates a ‘no content found’ problem. I also have this problem when fiddling with any number of other settings trying to get my posts to appear.

    If someone could point me in the right direction that would be wonderful. I don’t mind reading 😀

    http://www.silversageco.com

    #17756
    Daniel Tara
    Keymaster

    It’s a permalink issue. Try saving your permalinks twice under Settings > Permalinks.

    #17775
    skwong
    Participant

    Thank you Daniel,

    I tried various permalink settings and tried saving it twice in a row and I am still having issues. The posts show up on the post page but then when I click on them, the same ‘no content found’ comes up.

    I appreciate you help.

    This is what I would like to do:
    We have a static homepage right now with our mission statement and a slider for photos. I would like to keep our mission statement and other info thats currently on the front page AND have our posts show up (either below or in a sidebar). I would also like to see a dedicated posts page (The Latest from Silver Sage) that has pretty much nothing but the posts.

    I’m not sure if this is possible or how to do it. I am still looking through the forums.

    Thank you!

    http://www.silversageco.com

    #17778
    Daniel Tara
    Keymaster

    All your links appear to work fine for me.

    #21313
    pastajon
    Participant

    I’m wanting my imported YouTube posts’ featured images to show up as playable video on the home page. Right now my import plugin uses the YouTube thumbnail as the featured image. Can I get the video player to show up in place of the featured still image?

    I’ve tried using a plugin to accomplish this, but the plugin doesn’t seem compatible with the newest version of WordPress.

    My site is: pctoastmasters.com

    #21782
    mapiru91
    Participant

    Hi there,
    it is impossible to remove the search box from my header: I deleted the widget from the header area but the searchbox is still there ! Can you help me please ?

    #22155
    lisajey
    Participant

    Hey there – I have tried the Ajax thumbnails thing (didn’t work). I’ve tried to make my front page look cool – and it’s struggling. My problem is I need to have ads and such in the right side bar… and it’s looking too busy, as well as the fact that the side bar is too narrow for some of my ads. Also – the layout with the right side bar doesn’t go very wide. It looks like there is room for another column but it’s just not there… lots of white space. My site is http://www.mscheevious.com

    Thanks

Viewing 12 posts - 16 through 27 (of 27 total)

You must be logged in to reply to this topic.