harrymfa
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme Updater] [Plugin: Theme Updater] Alert appears to update all themesI just confirmed it works with this update. Thanks.
Forum: Networking WordPress
In reply to: permalink problem on nginxDefining ‘MULTISITE’, false in the wp-config.php file fixed it for me.
Forum: Fixing WordPress
In reply to: echo single bookmarkDoes anybody know how to find the single bookmark number?
get_bookmark( $singlebookmark );Specially when I have a couple of different bookmark categories.
Thanks again. I tried this code but it didn’t return anything. I think I tried something similar to it earlier with the same result. The first code you provided me did return the images of each category but with not markup between them.
Thank you. Ideally I would like the images with links, and the title of each. I will try to work something out with this code.
Forum: Themes and Templates
In reply to: Create a page for custom post type URLUpdate: I commented out the rewrite argument on the post type and somehow the page showing the items from that post type appeared once I typed the URL http://mysite/posttype
This however, was short lived, as the next time I typed the URL it went back to the 404 page. I didn’t change anything. Nothing I have done with the rewrite argument since has worked.