herold
Forum Replies Created
-
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] Dynamic ContentThank you – will look into it…
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] Dynamic ContentEven better is it possible to include php code?
Forum: Plugins
In reply to: [Autoptimize] Missing Javascript Element in SidebarHello Frank,
Thank you for the support and the custom solution, which works perfect.
Forum: Everything else WordPress
In reply to: WordPress Success Leads to High Risk of HackingYes, I did. I have several security measurements in place and I also have a security plugin installed. However, I am referring in general to the fact that when a software reaches a high market saturation it automatically becomes a target. Simply by the fact that it makes it easier to propagate.
One issue I would like to see resolved in a future update is the problem with the admin name. Even if you choose to use a different name it can be exposed by searching for the author page.
I see – that solves the mystery as I have an advanced content type.
No need, just create a copy of a WordPress page and give it a name e.g. Pods Template. Then target it with the plugin by selecting it via WordPress template. Basically it should work the same way as with any template – it’s not related to pods at all.
Can you make a test page (WordPress template) that includes the output of a pod and see if you get the same result? This way we know that it is Pod related and not just on my end. Much appreciated…
On the admin bar it shows the following:
– is_main_network()
– Template:Forum: Plugins
In reply to: [Font Awesome 4 Menus] Add Icon Select Button in EditorThanks for looking at this. Maybe there is a way to automate this.
Under the Theme window I see no name for a template.
There are lot’s of queries and information.Let me know exactly what you are looking for.
Ok, here are few queries. Let me know if you need anything else:
SELECT
ID`
FROMwp_posts
WHEREpost_title
= ‘Show Principles’
ANDpost_type
= ‘_pods_template’
ANDpost_status
IN ( ‘publish’ )
ORDER BY (post_status
= ‘publish’ ) DESC,ID
DESCSELECT
ID
FROMwp_posts
WHEREpost_title
= ‘principles’
ANDpost_type
= ‘_pods_page’
ANDpost_status
IN ( ‘publish’ )
ORDER BY (post_status
= ‘publish’ ) DESC,ID
DESCSELECT *
FROM wp_posts
WHERE ID = 1111
LIMIT 1`Yes, I am using a WordPress template. Simply by making a copy from page.php and giving it a name in the header and also changing the output from content() to pods_content.
Thank you for the update and looking into it. Any idea why a WordPress template selection doesn’t work? I have a simple template that I copied from the page template and changed to content output to pages, however when I am selecting it in your plugin it does not work.
Having that option would work for me as I could simply create as much templates as I needed for different pod contents.
No luck. I think it would be great if we could work on this together.