louissoriano
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Custom Post Type Main Text EditorNevermind, I just inserted a normal loop on my page. That did the trick. Thanks.
Forum: Plugins
In reply to: [Smart Slider 2] Layer order problemThank you very much for your reply. I am creating a support ticket plus screenshots right now.
Looking forward to hearing from you.
Forum: Plugins
In reply to: [Gallery Slideshow] Adjust transition to fastnevermind i found the solution
options=”timeout=4000″Forum: Plugins
In reply to: [Fast Secure Contact Form] Change order of SELECT A CONTACT fieldOk
Forum: Plugins
In reply to: [Fast Secure Contact Form] Change order of SELECT A CONTACT fieldOk thanks for your reply and more power to this great plugin.
Forum: Fixing WordPress
In reply to: WordPress dashboard admin has no bodyThanks so much for the reply. The re-naming of theme and resetting of plugins didn’t work. I will try re-uploading the files and see if this solves the problem and let you know.
Forum: Fixing WordPress
In reply to: List subpages even if on a subpage without listing the parent titleThanks so much. Unfortunately I’m getting some fatal errors when I inserted the code.
Forum: Fixing WordPress
In reply to: List subpages even if on a subpage without listing the parent titleThanks. Actually Below is what I am trying to achieve:
I’m having some problem with my menu and was hoping if someone could help me? I’m kinda new to wordpress and still don’t know how to actually edit php pages.
I have a menu:
PARENT
PARENT
PARENT
– Child-1
— grandchild(1)
— grandchild(1)
– Child-2
— grandchild(2)
— grandchild(2)
PARENTWould it be possible to show just the grandchild(1) of Child-1 if you are inside Child-1? And I was hoping to show all the grandchild(1) listing if you are inside grandchild(1) only.
And if you are inside Child-2 the menu would just list grandchild(2)?
The code I got from this site is this:
<?php
if($post->post_parent)
$children = wp_list_pages(“title_li=&child_of=”.$post->post_parent.”&echo=0″);
else
$children = wp_list_pages(“title_li=&child_of=”.$post->ID.”&echo=0″);
if ($children) { ?>-
<?php echo $children; ?>
<?php } ?>
But the code above is also showing the Child-1 and Child-2 title. Is it possible to not show the title of Child-1 and Child-2? Thank you very much for your time and reply.
Here is my site:
https://www.dentalmarketing.com.au/brighter-smile-dental/wp/?page_id=25Forum: Fixing WordPress
In reply to: Show third level menu only.Here is the link to my site:
https://www.dentalmarketing.com.au/brighter-smile-dental/wp/?page_id=25[duplicate: https://www.ads-software.com/support/topic/list-subpages-even-if-on-a-subpage-without-listing-the-parent-title?replies=3
please start only one topic per problem, and continue with your original thread.
topic closed per forum rules]Forum: Fixing WordPress
In reply to: Inserting current_page class out of query postThanks mate! Will try this!
Forum: Fixing WordPress
In reply to: Inserting current_page class out of query postNo I didn’t. I think I would need help on that too. Sorry am new to wordpress ??
Forum: Fixing WordPress
In reply to: Inserting current_page class out of query postI’m afraid the list is not coming out when the code is inserted, but will try to figure this out, thank you for this ??
Forum: Fixing WordPress
In reply to: Inserting current_page class out of query postThank you so much, will try this and will set this to resolved ??
Forum: Fixing WordPress
In reply to: wp query pagination always redirecting to index.phpI was able to fix the problem temporarily by modifying the admin in Reading to Blog pages show at most = 1. But I know it’s possible just to use query by indicating in how many category posts to show. Please let me know for more solutions on this problem. Thanks
Forum: Fixing WordPress
In reply to: wp query pagination always redirecting to index.phpActually is it possible to direct the “more” link from this page
https://www.avalonsalondayspa.com/category/nail-salon/
which is category-8.php instead of directing it to index.php template?