jorgeq
Forum Replies Created
-
Forum: Plugins
In reply to: Flickr GalleryMy Flickr-Gallery was working great ever since I installed it about a month ago, but today I went on my page and know I’m getting the following error: What went wrong:
Parse error: parse error, unexpected T_STRING in /home/content/m/q/u/mquin40440/html/wordpress/wp-content/plugins/flickr-gallery.php(674) : eval()’d code on line 1
An error occurred. Here is the response from Flickr:
<?xml version=”1.0″ encoding=”utf-8″ ?>
<rsp stat=”fail”>
<err code=”0″ msg=”Method "flickr.photosets.getList" not found” />
</rsp>And here is the response after passing through the parser:
array (
‘rsp’ =>
array (
‘err’ =>
array (
‘code’ => ‘0’,
),
),
)Forum: Fixing WordPress
In reply to: Sidebar in PagesHey everyone,
I would like to know if anyone was able to find a solution as to how to incorporate the sidebar in the Blix Template to every page created. As of now, it only resides in the index page. I would like for it to be present throughout.
Forum: Themes and Templates
In reply to: Blix (Linking a page to an external link?)davidchait,
You are the man! Thank you so much! Your plugin worked great. I simply added the code into the page itself and it took me where I wanted it to go.
Forum: Themes and Templates
In reply to: Blix (Linking a page to an external link?)I’m not so sure if I understand. For example, I want to change the anchor on the Photography button itself. I went to the header.php and not all the Links on the top navigation are present. Only the default ones that is, but not the addition pages that I created.
Forum: Themes and Templates
In reply to: Blix (Linking a page to an external link?)Hey everyone,
I’m new to WordPress and I was wondering if someone can provide me with a quick tutorial in how to designate an external link to a page created within the Blix template.
I see that each page created is designated a specific ID. For example, I want my Photography link on the top navigation, for when you click it, it will automatically take you to my photo page, rather than provide an external link within the page itself. Does that sound confusing?
I would appreciate any feedback. Is this even possible? Does the answer reside in the header.php?