opus13i
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Remove certain custom post types?That was the trick.
Thank you!
Oh snap! I figured it out.
$title = get_the_title(); $catrep = str_replace(' ', '-', $title); $blogCat = strtolower($catrep); $idObj = get_category_by_slug($blogCat); $id = $idObj->term_id; $args = array( 'post_type' => 'post', 'cat' => $id, 'paged' => ( get_query_var('paged') ? get_query_var('paged') : 1), 'posts_per_page' => '3'); $the_query = new WP_Query( $args );
Forum: Plugins
In reply to: [Postie] 'tmptitle' issue has returned.No luck, still the same.
Forum: Plugins
In reply to: [Postie] 'tmptitle' issue has returned.Hi, I am back in town now.
This is the log from today only: https://pastebin.com/HRZVL3UZ
A screenshot of what is being produced is here: https://i.imgur.com/ZdkYPne.png
Thanks for the help
Forum: Plugins
In reply to: [Postie] 'tmptitle' issue has returned.I had in my tinkerings
Forum: Plugins
In reply to: [Postie] 'tmptitle' issue has returned.No luck –it was already set as such.
Forum: Plugins
In reply to: [File Away] Documents aren't linked?Are there any known incompatibilities with multisite?
Forum: Plugins
In reply to: [File Away] Documents aren't linked?Hmm, this is strange.
I have disabled stats and reloaded the main page… only to be greeted with a White Screen of Death. All pages/posts are accessible, just the index is empty.
The other sub-sites work just fine, including other sub-sites that use fileaway.
Forum: Plugins
In reply to: [File Away] Documents aren't linked?Hi,
[fileaway makedir=”true” mod=”yes” fadetime=”500″ debug=”off” recursive=”on” directories=”on”]
And my console is clear (besides the page load event)
Forum: Plugins
In reply to: [File Away] Documents aren't linked?Forum: Plugins
In reply to: [Postie] 'tmptitle' issue has returned.Hi,
I have 5 emails in the email account that I have made sure are marked as ‘unread’
I see in this log that Postie is seeing these as read?
Thanks
Forum: Reviews
In reply to: [Duplicator / Cloner / Migrator *** PRO features for FREE ***] Does nothingQuick note: I had a ton of issues with Godaddy hosting when it came to using duplicator. They have unrealistically restrictive rules set up for their accounts, and are absolutely hopeless when it comes to figuring out what the issue actually is.
Forum: Plugins
In reply to: [Postie] I always see [image: Inline image 1] in the post contentohgoddammitreally.
It’s always a process thing, isn’t it.
Thanks again.
Forum: Plugins
In reply to: [Postie] I always see [image: Inline image 1] in the post contentUnfortunately no, now the image is being inserted into the body of the post, as well as being a featured image.
The goal is to have an image attachment as featured only, and not directly referenced in the body content.
Forum: Plugins
In reply to: [Postie] I always see [image: Inline image 1] in the post contentSent!