Gallery2 showing the internal page in Wordpress
ismamartinez
Joined: 2008-02-06
Posts: 1 |
Posted: Wed, 2008-02-06 20:15 |
Hi, i'm so sorry for disturbing you but after a few hours trying to know why the system is not showing the albums i've decided to ask it here. The site is: www.fichajes.com Your Gallery2 Content will be Displayed Here. If you delete this page, WPG2 will revert to linking directly to your Gallery2 main page. I'm pretty sure i have to write some code there but if it's that i've been unable to find what. Please, can you help me? Thanks! |
|
Posts: 1378
Actually you do not need to write any code, the WPG2 uses an internal Wordpress Hook to grab the Gallery2 content and output rather than the text you are seeing. The fact you are seeing the text indicates that something is interfering with that hook. What Wordpress plugins do you have running, we have had some reports of some plugins interfering with his hook we are using..
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo
Posts: 3
I am having the same problem ... i think its a wp issue
i am working on my own theme for wp:
what i have
i am using
<?php
query_posts('page_id=11');
global $more;
$more = 0;
while (have_posts()) : the_post();
the_content('Read the full post »');
endwhile;
?>
to display the page that should hold the gallery well i get the message:
WPG2 Internal Page
Your Gallery2 Content will be Displayed Here.
If you delete this page, WPG2 will revert to linking directly to your Gallery2 main page.
i have no extra plugins at the moment
Posts: 3236
Dunno if it helps or not, but I had the same "problem" when I used an Ajax plugin. It is called "AJAXed Wordpress" and the portion of that that seemed to cause the problem was "AJAX navigation" which was a module inside that Ajax thing.
But I suspect you might not be using that plugin :/
_________________________________
Support & Documentation || Donate to Gallery || My Website
Posts: 3
I am not using any other plugin appart from wp2g ..
might of course be that i am trying to do somthing wrong when calling for the page.
Posts: 1378
Zerator,
Do you get the same issue when you are using the standard WP theme?
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo
Posts: 3
wenn i use the stndard theme i do not call the page like discribed above ... it actually workes when i call the page by clicking on the link.
Posts: 1378
Hmmmm maybe WP has some redirect code someplace in the standard WP theme designed to handle these cases.. Unfortunately I am not aware of this code and where it is placed in the WP theme.. Maybe try a post on the WP forums?? Sorry I just do not have the time to pull apart WP right now to give you some more pointers..
____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo