Karim Marucchi
Forum Replies Created
-
Forum: Plugins
In reply to: [Social] Social 3.1 update Facebook pages missing?Update:
Crowd Favorite is still awaiting final app permissions from Facebook and anticipate that they will be provided soon. We are ready move forward with testing as soon as we get notification.Cheers
Forum: Plugins
In reply to: [Social] Social 3.1 update Facebook pages missing?Hello all,
Crowd Favorite is aware of the issue and we are working to resolve it. Social 3.1 updated the API used to communicate with Facebook.
Thank you for the reports.
Forum: Themes and Templates
In reply to: using single.php to filter normal and custom post typesSolved it with:
https://codex.www.ads-software.com/Custom_Post_Types#Single_templateBut if anyone want to correct my php, please… ??
Forum: Themes and Templates
In reply to: Diplaying custom post type specific to taxonomyHi,
yes this can be done, the deeper the cross links the more complex, but yes it can.
Pirazo
Forum: Themes and Templates
In reply to: how to call new template up through page editHello,
For the pages, refer to:
https://codex.www.ads-software.com/Pages#Creating_your_own_Page_TemplatesFor the sidebars:
https://codex.www.ads-software.com/Customizing_Your_Sidebar#New_way_of_adding_sidebarsExamples were used:
https://www.veloware.comForum: Fixing WordPress
In reply to: Correct php syntax for custom field “if – else”Hello Again Nublooo,
That worked perfectly, THANK YOU! I will as you suggested, keep the first instance, i am just trying to learn this.
and yes, in general I agree, just trying to drive the designers crazy too…
Forum: Fixing WordPress
In reply to: Correct php syntax for custom field “if – else”nublooo, thank you for the explanation, I am new and learning.
Last part to this question, (just to know)
My reason for asking how to get the code to work without opening and closing 3 instances, is to try and make it “neat” in Dreamweaver. Leaving it 3 instances creates havoc in Dreamweaver for “Wysiwyg”
Is there a correct way to make this a 1 instance call? I have been looking at the codex, and php.net, but am slowly learning.
Thanks for the info and time.
Forum: Fixing WordPress
In reply to: How To List a Page’s Subpages Within that PageAccording to your link above your page ID is “8” so change :
<?php wp_list_pages(‘child_of=1’); ?>
to
<?php wp_list_pages(‘child_of=8’); ?>