Is it possible to show all page content by default?
]]>We’re in the process of trimming down the site and getting rid of unused pages etc.
Is it possible to delete/unpublish the show pages themselves while still keeping functionality for the widgets?
Thanks in advance
]]>Thanks for your support.
]]>I’m creating a theme that makes a menu out of every page that is made within the WordPress Dashboard. Now, I want my theme to show a page when this page is selected in the menu (e.g.: someone clicks “Contact” in the menu, and then the Contact page opens) and this seems downright impossible to do.
I tried to make an if / else statement but it didn’t seem to make any sense. I have very little experience with WordPress and PHP, so it might just be me. Anyway, this is the code that I have so far:
First, the menu (located in header.php):
<?php wp_nav_menu (array ('items_wrap' => '%3$s') ); ?>
This is what I have to call a page, but it only calls the most recent page I have made (located in index.php):
<?php query_posts('showposts=1&post_type=page); ?>
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>
<h2>
<?php the_title(); ?></a>
</h2>
<?php the_content(); ?>
<?php endwhile; " " ?>
<?php else: " " ?>
<?php endif; ?>
If someone could help me out, that’d be great! ^_^
]]>I just updated to Version 2.1.1 and afterward, the Show pages on the entire website were formatted incorrectly. Here’s an example:
https://wdrt.org/show/badaxetap/
Any information would be greatly appreciated!
-Terry
https://www.ads-software.com/plugins/radio-station/
]]>I have the same problem but only for my homepage. My site is in English and Spanish with the default language being English. When I select Spanish in the widget while on the homepage, the navigation bar changes languages and the other pages change, but the text on the homepage remains in English. When Spanish is selected in the widget I can go to the navigation bar and manually switch to the Spanish homepage, but the language should automatically change when I select Spanish in the widget so that I don’t have to manually switch.
This is the webpage for my business, so I need to resolve this issue as soon as possible. Here’s the link to my webpage: www.primaveralanguage.com.
Any help would be greatly appreciated!
https://www.ads-software.com/plugins/polylang/
]]>The background on my “show” page is transparent. For some reason when I create this page, since it isn’t a blog post or regular page, the typical white background doesn’t show up. I’m not sure which css is controlling this although it looks like is coming from the .wrap or content div – in which case I cannot change that because it will change all pages. Is there a way for me to fix this? sample page is here: https://excitementradio.com/show/old-school-hip-hop/
Thanks a lot!
https://www.ads-software.com/plugins/radio-station/
]]>My site: https://glutenfreerecipebox.com
Thanks!
]]>