Tagged Questions
0
votes
0answers
51 views
Trying to get clicked link 'ID' to display specific metabox in 'Add New Post'
So this is something I am trying to accomplish. Basically, I created a custom Admin Page: with 2 link options that both lands on the 'Add New Post' page. For example: 'Add New Post with X' and the ...
0
votes
1answer
53 views
How do I add php to all links automatically?
I'm using the Qtranslate plugin for my site. It's a pretty cool plugin and works great to a degree. I'm having a problem though when users add links to internal content in the WYSIWYG editor in that ...
0
votes
1answer
36 views
Adding a user's ID behind the <a> tag ref link address
Good day, everyone:
I want to make wordpress to add the user's id number behind the ref's link string, so that, for example
<div class="toolsbutton">
<a ...
0
votes
2answers
172 views
trouble with page_id & highlighting current page
I'm using the below code to highlight the page name/gallery shown when the corresponding link is clicked on. My challenge is that regardless of what link I click, only the very first ...
2
votes
4answers
193 views
Filter link to existing content suggestion
How can i filter the link given in "link to existing content".
Eg:
As in the above image. I just want WSP BANNER TO BE SHOWN.
where WSP BANNER & CALENDAR are custom POST types
Any help will ...
1
vote
1answer
234 views
Add a class to links in the visual editor (how to get old dialog back)
New:
Old:
In short, i want a list of some classes inside the add link dialog. Because this was default there might be a easy way to get it back like this?
Long:
I like to have the ability to ...
0
votes
2answers
154 views
I want to remove the links from the term list returned by get_the_term_list
I want to keep this category title on my pages, but I don't want it to be a link.
<?php echo get_the_term_list( get_the_ID(), 'portfolio_cats', ' ', ' , ', ' '); ?>
Can anyone help?
Thanks
0
votes
2answers
698 views
Make Current/Active Page Number a Link (WP_LINK_PAGES)
With the default wp_link_pages the current/active page number is not a link. I would like to find a code/hack which turns the current/active page into a link to the top of the page.
I am already ...
-1
votes
3answers
462 views
PHP code for link with text
I was exploring and ran across this post: Grab First Link From A Post, Grab First Blockquote
I would basically like to do the same thing, but have it call not only the URL but also the link, since I ...