简体   繁体   English

更改Wordpress模板中的链接

[英]Changing link in Wordpress template

quite an intimidating place you got here! 你来到这里真是个令人生畏的地方!

Basically I'm pretty new to web design, only really ever building around existing Wordpress templates. 基本上,我是Web设计的新手,只是真正围绕现有的Wordpress模板构建。

I'm building my own website here: http://www.acjjphotography.com/ and currently when you click on a portfolio thumbnail it opens a description and you have to click 'LEARN MORE' to see the full portfolio. 我在这里建立我自己的网站: http : //www.acjjphotography.com/ ,当前,当您单击投资组合缩略图时,它会打开一个描述,您必须单击“了解更多”以查看完整的投资组合。 I want to eliminate this middle part. 我想消除这个中间部分。

I usually solve things like this by lots and lots of trial and error, changing bits of files for hours until the right thing happens. 我通常会通过大量的反复试验来解决此类问题,将文件文件更改数小时,直到发生正确的事情为止。 But this is usually with CSS, rather than HTML or PHP which I guess this is? 但这通常是CSS,而不是HTML或PHP,我想这是吗?

So how would I go about eliminating that middle part where it opens the description? 那么我该如何去掉打开说明的中间部分呢? I want it to go straight to the full portfolio when the thumbail is clicked. 单击缩略图后,我希望它直接进入全部产品组合。

Thanks! 谢谢!

It's not the css here, it's in your html page, there's 2 links, one for the middle page and one for the portfolio, you must replace the first link by the "more" link. 这里不是css,它在您的html页面中,有2个链接,一个用于中间页面,一个用于投资组合,您必须将第一个链接替换为“更多”链接。 for exemple on your website (for JOOMSOLUTION) : the middle page is referring to #portfolio-196 , and the "more" link is referring to http://www.acjjphotography.com/index.php/portfolio/joomsolution/ " 例如您网站上的示例(对于JOOMSOLUTION):中间页面引用#portfolio-196 ,“更多”链接引用http://www.acjjphotography.com/index.php/portfolio/joomsolution/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM